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 SpeziLicense, reference main (2249ce), with Swift 5.9 for macOS (SPM) on 13 Aug 2024 08:03:48 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziLicense.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziLicense
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2249ce6 Minor changes for Strict Concurrency (#4)
Cloned https://github.com/StanfordSpezi/SpeziLicense.git
Revision (git rev-parse @):
2249ce615a624a072834e31e7906b779ba82b824
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziLicense.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziLicense.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Fetching https://github.com/FelixHerrmann/swift-package-list.git
Fetching https://github.com/StanfordSpezi/Spezi
[1/2677] Fetching swift-package-list
[189/11207] Fetching swift-package-list, spezi
Fetched https://github.com/FelixHerrmann/swift-package-list.git (1.86s)
Fetched https://github.com/StanfordSpezi/Spezi (1.86s)
Computing version for https://github.com/StanfordSpezi/Spezi
Computed https://github.com/StanfordSpezi/Spezi at 1.7.0 (0.63s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions
Fetching https://github.com/StanfordSpezi/SpeziFoundation
[4/368] Fetching xctruntimeassertions
[189/721] Fetching xctruntimeassertions, spezifoundation
[722/15613] Fetching xctruntimeassertions, spezifoundation, swift-collections
Fetched https://github.com/apple/swift-collections.git (1.97s)
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions (1.97s)
Fetched https://github.com/StanfordSpezi/SpeziFoundation (1.97s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions at 1.1.1 (0.66s)
Computing version for https://github.com/FelixHerrmann/swift-package-list.git
Computed https://github.com/FelixHerrmann/swift-package-list.git at 4.2.0 (0.46s)
Fetching https://github.com/apple/swift-argument-parser
[1/12119] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (1.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.2 (0.66s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation
Computed https://github.com/StanfordSpezi/SpeziFoundation at 1.1.3 (0.59s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.47s)
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation
Working copy of https://github.com/StanfordSpezi/SpeziFoundation resolved at 1.1.3
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.2
Creating working copy for https://github.com/FelixHerrmann/swift-package-list.git
Working copy of https://github.com/FelixHerrmann/swift-package-list.git resolved at 4.2.0
Creating working copy for https://github.com/StanfordSpezi/Spezi
Working copy of https://github.com/StanfordSpezi/Spezi resolved at 1.7.0
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/SpeziLicense/Resources/Localizable.xcstrings
    /Users/admin/builder/spi-builder-workspace/Sources/SpeziLicense/Resources/Localizable.xcstrings.license
error: the library 'SpeziLicense' requires macos 10.13, but depends on the product 'SwiftPackageList' which requires macos 10.15; consider changing the library 'SpeziLicense' to require macos 10.15 or later, or the product 'SwiftPackageList' to require macos 10.13 or earlier.
error: the test 'SpeziLicenseTests' requires macos 13.0, but depends on the product 'Spezi' which requires macos 14.0; consider changing the test 'SpeziLicenseTests' to require macos 14.0 or later, or the product 'Spezi' to require macos 13.0 or earlier.
BUILD FAILURE 5.9 macosSpm