The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SebbuKit with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MarSe32m/SebbuKit.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/MarSe32m/SebbuKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 46e735b Update windows.yml
Cloned https://github.com/MarSe32m/SebbuKit.git
Revision (git rev-parse @):
46e735b87e0b7f0a98caef546dfc07d30983e410
SUCCESS checkout https://github.com/MarSe32m/SebbuKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/MarSe32m/SebbuKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (0.33s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.22s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.21s)
Fetching https://github.com/apple/swift-nio-transport-services from cache
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.19s)
Fetching https://github.com/MarSe32m/GLMSwift.git from cache
Fetched https://github.com/MarSe32m/GLMSwift.git from cache (0.17s)
Fetching https://github.com/MarSe32m/sebbu-bitstream.git from cache
Fetched https://github.com/MarSe32m/sebbu-bitstream.git from cache (0.16s)
Fetching https://github.com/MarSe32m/sebbu-ts-ds.git from cache
Fetched https://github.com/MarSe32m/sebbu-ts-ds.git from cache (0.14s)
warning: 'sebbu-ts-ds': /Package.swift:8:25: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
    platforms: [.macOS(.v10_12), .iOS(.v10)],
                        ^
/Package.swift:8:40: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
    platforms: [.macOS(.v10_12), .iOS(.v10)],
                                       ^
Fetching https://github.com/MarSe32m/sebbu-networking.git from cache
Fetched https://github.com/MarSe32m/sebbu-networking.git from cache (0.13s)
warning: 'sebbu-networking': /Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/apple/swift-nio.git", .branch("main")),
         ^
/Package.swift:19:66: warning: 'branch' is deprecated
        .package(url: "https://github.com/apple/swift-nio.git", .branch("main")),
                                                                 ^
/Package.swift:20:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/apple/swift-collections.git", .branch("main")),
         ^
/Package.swift:20:74: warning: 'branch' is deprecated
        .package(url: "https://github.com/apple/swift-collections.git", .branch("main")),
                                                                         ^
/Package.swift:21:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/apple/swift-nio-transport-services.git", .branch("main")),
         ^
/Package.swift:21:85: warning: 'branch' is deprecated
        .package(url: "https://github.com/apple/swift-nio-transport-services.git", .branch("main")),
                                                                                    ^
/Package.swift:22:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/MarSe32m/sebbu-ts-ds.git", .branch("main")),
         ^
/Package.swift:22:71: warning: 'branch' is deprecated
        .package(url: "https://github.com/MarSe32m/sebbu-ts-ds.git", .branch("main")),
                                                                      ^
/Package.swift:23:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/vapor/websocket-kit.git", .branch("main"))
         ^
/Package.swift:23:70: warning: 'branch' is deprecated
        .package(url: "https://github.com/vapor/websocket-kit.git", .branch("main"))
                                                                     ^
Fetching https://github.com/MarSe32m/sebbu-concurrency.git from cache
Fetched https://github.com/MarSe32m/sebbu-concurrency.git from cache (0.15s)
Fetching https://github.com/MarSe32m/sebbu-cryptography.git from cache
Fetched https://github.com/MarSe32m/sebbu-cryptography.git from cache (0.15s)
warning: 'sebbu-cryptography': /Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/apple/swift-crypto.git", .branch("main"))
         ^
/Package.swift:19:69: warning: 'branch' is deprecated
        .package(url: "https://github.com/apple/swift-crypto.git", .branch("main"))
                                                                    ^
Fetching https://github.com/vapor/websocket-kit.git from cache
Fetched https://github.com/vapor/websocket-kit.git from cache (0.15s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (0.19s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.20s)
Fetched https://github.com/apple/swift-system.git from cache (0.20s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.20s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.02s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.21.0 (0.02s)
Fetching https://github.com/apple/swift-http-types from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-http-types from cache (0.17s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.18s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.0.3 (0.02s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.30.0 (0.02s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-nio-transport-services-195621bb is not valid git repository for 'https://github.com/apple/swift-nio-transport-services', will fetch again.
Fetching https://github.com/apple/swift-nio-transport-services from cache
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.01s)
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at main (7613886)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Creating working copy for https://github.com/MarSe32m/sebbu-bitstream.git
Working copy of https://github.com/MarSe32m/sebbu-bitstream.git resolved at main (ae20db5)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-nio-transport-services-195621bb is not valid git repository for 'https://github.com/apple/swift-nio-transport-services', will fetch again.
Fetching https://github.com/apple/swift-nio-transport-services from cache
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.01s)
Creating working copy for https://github.com/apple/swift-nio-transport-services
Working copy of https://github.com/apple/swift-nio-transport-services resolved at main (6cbe0ed)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at main (606608d)
Creating working copy for https://github.com/MarSe32m/sebbu-ts-ds.git
Working copy of https://github.com/MarSe32m/sebbu-ts-ds.git resolved at main (d736de3)
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at main (f4c61cf)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.21.0
Creating working copy for https://github.com/MarSe32m/sebbu-networking.git
Working copy of https://github.com/MarSe32m/sebbu-networking.git resolved at main (9092b52)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/MarSe32m/sebbu-concurrency.git
Working copy of https://github.com/MarSe32m/sebbu-concurrency.git resolved at main (a834345)
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at main (253a28e)
Creating working copy for https://github.com/MarSe32m/GLMSwift.git
Working copy of https://github.com/MarSe32m/GLMSwift.git resolved at main (fa51582)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at main (ca8b4ab)
Creating working copy for https://github.com/MarSe32m/sebbu-cryptography.git
Working copy of https://github.com/MarSe32m/sebbu-cryptography.git resolved at main (f8df502)
warning: 'sebbu-ts-ds': /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-ts-ds/Package.swift:8:25: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
    platforms: [.macOS(.v10_12), .iOS(.v10)],
                        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-ts-ds/Package.swift:8:40: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
    platforms: [.macOS(.v10_12), .iOS(.v10)],
                                       ^
warning: 'sebbu-networking': /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-networking/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/apple/swift-nio.git", .branch("main")),
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-networking/Package.swift:19:66: warning: 'branch' is deprecated
        .package(url: "https://github.com/apple/swift-nio.git", .branch("main")),
                                                                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-networking/Package.swift:20:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/apple/swift-collections.git", .branch("main")),
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-networking/Package.swift:20:74: warning: 'branch' is deprecated
        .package(url: "https://github.com/apple/swift-collections.git", .branch("main")),
                                                                         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-networking/Package.swift:21:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/apple/swift-nio-transport-services.git", .branch("main")),
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-networking/Package.swift:21:85: warning: 'branch' is deprecated
        .package(url: "https://github.com/apple/swift-nio-transport-services.git", .branch("main")),
                                                                                    ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-networking/Package.swift:22:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/MarSe32m/sebbu-ts-ds.git", .branch("main")),
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-networking/Package.swift:22:71: warning: 'branch' is deprecated
        .package(url: "https://github.com/MarSe32m/sebbu-ts-ds.git", .branch("main")),
                                                                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-networking/Package.swift:23:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/vapor/websocket-kit.git", .branch("main"))
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-networking/Package.swift:23:70: warning: 'branch' is deprecated
        .package(url: "https://github.com/vapor/websocket-kit.git", .branch("main"))
                                                                     ^
warning: 'sebbu-cryptography': /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-cryptography/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/apple/swift-crypto.git", .branch("main"))
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sebbu-cryptography/Package.swift:19:69: warning: 'branch' is deprecated
        .package(url: "https://github.com/apple/swift-crypto.git", .branch("main"))
                                                                    ^
error: the library 'SebbuKit' requires macos 12.0, but depends on the product 'SebbuConcurrency' which requires macos 14.0; consider changing the library 'SebbuKit' to require macos 14.0 or later, or the product 'SebbuConcurrency' to require macos 12.0 or earlier.
error: the library 'SebbuKit' requires macos 12.0, but depends on the product 'SebbuConcurrency' which requires macos 14.0; consider changing the library 'SebbuKit' to require macos 14.0 or later, or the product 'SebbuConcurrency' to require macos 12.0 or earlier.
BUILD FAILURE 5.10 macosSpm