The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftOCA, reference main (097833), with Swift 5.10 for macOS (SPM) on 14 Sep 2025 01:45:07 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SwiftOCA.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PADL/SwiftOCA
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 097833d workaround IORing namespace conflict with SystemPackage
Cloned https://github.com/PADL/SwiftOCA.git
Revision (git rev-parse @):
097833d1363c2ac3e093362162159726bf5e7ae2
SUCCESS checkout https://github.com/PADL/SwiftOCA.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/PADL/SwiftOCA.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Fetching https://github.com/swhitty/FlyingFox
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/lhoward/AsyncExtensions
Fetching https://github.com/spacenation/swiftui-sliders
Fetching https://github.com/apple/swift-atomics
[1/68] Fetching socketaddress
[63/1601] Fetching socketaddress, swiftui-sliders
[171/7211] Fetching socketaddress, swiftui-sliders, flyingfox
[284/8768] Fetching socketaddress, swiftui-sliders, flyingfox, gzipswift
[518/10582] Fetching socketaddress, swiftui-sliders, flyingfox, gzipswift, swift-atomics
[591/11364] Fetching socketaddress, swiftui-sliders, flyingfox, gzipswift, swift-atomics, anycodable
[685/12046] Fetching socketaddress, swiftui-sliders, flyingfox, gzipswift, swift-atomics, anycodable, asyncextensions
Fetched https://github.com/PADL/SocketAddress from cache (2.58s)
Fetching https://github.com/apple/swift-system
Fetched https://github.com/apple/swift-atomics from cache (2.58s)
Fetched https://github.com/Flight-School/AnyCodable from cache (2.58s)
Fetching https://github.com/apple/swift-log
Fetched https://github.com/swhitty/FlyingFox from cache (2.58s)
Fetching https://github.com/apple/swift-async-algorithms
Fetched https://github.com/1024jp/GzipSwift from cache (2.58s)
[1326/2215] Fetching swiftui-sliders, asyncextensions
Fetched https://github.com/lhoward/AsyncExtensions from cache (2.65s)
Fetched https://github.com/spacenation/swiftui-sliders from cache (2.65s)
[1/4944] Fetching swift-system
[199/10342] Fetching swift-system, swift-async-algorithms
[307/14245] Fetching swift-system, swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-system from cache (1.08s)
Fetched https://github.com/apple/swift-log from cache (1.08s)
Fetched https://github.com/apple/swift-async-algorithms from cache (1.08s)
Computing version for https://github.com/spacenation/swiftui-sliders
Computed https://github.com/spacenation/swiftui-sliders at 2.1.0 (0.60s)
Computing version for https://github.com/1024jp/GzipSwift
error: Invalid manifest (compiled with: ["/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.EHm4Lm/vfs.yaml", "-L", "/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx13.0", "-sdk", "/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk", "-F", "/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-I", "/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "5", "-I", "/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk", "-package-description-version", "5.10.0", "/Package@swift-5.10.swift", "-Xfrontend", "-disable-implicit-concurrency-module-import", "-Xfrontend", "-disable-implicit-string-processing-module-import", "-o", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.xmjUhk/gzipswift-manifest"])
error: fatalError
/Package@swift-5.10.swift:14:78: error: expected ',' separator
            swiftSettings: [.enableExperimentalFeature("StrictConcurrency")])
                                                                             ^
                                                                             ,
/Package@swift-5.10.swift:15:9: error: expected expression in container literal
        ),
        ^ in https://github.com/1024jp/GzipSwift
BUILD FAILURE 5.10 macosSpm