Retoor software development Projects Research SearchXNG
Register Sign In

17 lines
330 B
Swift
Raw Normal View History

feat: add Swift implementation of isspam (sisspam) with CI build and benchmark integration - Add swift_isspam package with optimized main.swift using unsafe memory flags - Extend CI workflow to install Swift 5.9.2 and include sisspam in build_all and benchmark - Update Makefile with build_swift target and publish step for sisspam binary - Add sisspam to .gitignore and README with author credit - Enable Swift timing in bench.py alongside existing language implementations
2026-02-03 02:24:34 +01:00
// swift-tools-version: 5.9
// retoor <retoor@molodetz.nl>
import PackageDescription
let package = Package(
name: "sisspam",
targets: [
.executableTarget(
name: "sisspam",
swiftSettings: [
.unsafeFlags(["-O", "-whole-module-optimization"])
]
)
]
)
Reference in New Issue Copy Permalink
2f0d088beb
isspam/swift_isspam/Package.swift
Response time: 674ms
Mail Licenses API