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 CustomAlert, reference 4.1.1 (a76ce9), with Swift 5.9 for macOS (SPM) on 3 Apr 2025 21:18:33 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/divadretlaw/CustomAlert.git
Reference: 4.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/CustomAlert
 * tag               4.1.1      -> FETCH_HEAD
HEAD is now at a76ce9f Merge pull request #38 from divadretlaw/feature/fix-default-alert-dimming-background
Cloned https://github.com/divadretlaw/CustomAlert.git
Revision (git rev-parse @):
a76ce9ffaca03ff2ee21bc51cf4f8da95eeadf18
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/divadretlaw/CustomAlert.git at 4.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/divadretlaw/CustomAlert.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Fetching https://github.com/divadretlaw/WindowKit
[1/492] Fetching windowkit
Fetched https://github.com/divadretlaw/WindowKit (1.18s)
Computing version for https://github.com/divadretlaw/WindowKit
Computed https://github.com/divadretlaw/WindowKit at 2.6.1 (0.36s)
Fetching https://github.com/divadretlaw/WindowReader
Fetching https://github.com/divadretlaw/WindowSceneReader
[1/131] Fetching windowscenereader
[132/262] Fetching windowscenereader, windowreader
Fetched https://github.com/divadretlaw/WindowReader (0.63s)
Fetched https://github.com/divadretlaw/WindowSceneReader (0.63s)
Computing version for https://github.com/divadretlaw/WindowSceneReader
Computed https://github.com/divadretlaw/WindowSceneReader at 3.2.0 (0.35s)
Computing version for https://github.com/divadretlaw/WindowReader
Computed https://github.com/divadretlaw/WindowReader at 3.0.0 (0.36s)
Creating working copy for https://github.com/divadretlaw/WindowKit
Working copy of https://github.com/divadretlaw/WindowKit resolved at 2.6.1
Creating working copy for https://github.com/divadretlaw/WindowReader
Working copy of https://github.com/divadretlaw/WindowReader resolved at 3.0.0
Creating working copy for https://github.com/divadretlaw/WindowSceneReader
Working copy of https://github.com/divadretlaw/WindowSceneReader resolved at 3.2.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/CustomAlert/Assets.xcassets
error: the library 'WindowKit' requires macos 10.13, but depends on the product 'WindowReader' which requires macos 10.15; consider changing the library 'WindowKit' to require macos 10.15 or later, or the product 'WindowReader' to require macos 10.13 or earlier.
error: the library 'WindowKit' requires macos 10.13, but depends on the product 'WindowSceneReader' which requires macos 10.15; consider changing the library 'WindowKit' to require macos 10.15 or later, or the product 'WindowSceneReader' to require macos 10.13 or earlier.
BUILD FAILURE 5.9 macosSpm