Build Information
Failed to build CustomAlert, reference main (7eeb41), with Swift 6.1 for macOS (SPM) on 7 Dec 2025 18:01:47 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/divadretlaw/CustomAlert.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/CustomAlert
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7eeb411 Cleanup
Cloned https://github.com/divadretlaw/CustomAlert.git
Revision (git rev-parse @):
7eeb4111c8dd0564029bc3e730c4bb2f9a71698d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/divadretlaw/CustomAlert.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/divadretlaw/CustomAlert.git
https://github.com/divadretlaw/CustomAlert.git
{
"dependencies" : [
{
"identity" : "windowkit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/divadretlaw/WindowKit"
}
],
"manifest_display_name" : "CustomAlert",
"name" : "CustomAlert",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "CustomAlert",
"targets" : [
"CustomAlert"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CustomAlert",
"module_type" : "SwiftTarget",
"name" : "CustomAlert",
"path" : "Sources/CustomAlert",
"product_dependencies" : [
"WindowKit"
],
"product_memberships" : [
"CustomAlert"
],
"sources" : [
"API+Bool.swift",
"API+Identifiable.swift",
"Actions/ActionBuilder.swift",
"Actions/Button.swift",
"Actions/CustomAlertAction.swift",
"Actions/MultiButton.swift",
"AlertButtonStyle.swift",
"Configuration/CustomAlertBackground.swift",
"Configuration/CustomAlertConfiguration.Alert.swift",
"Configuration/CustomAlertConfiguration.Button.swift",
"Configuration/CustomAlertConfiguration.Value.swift",
"Configuration/CustomAlertConfiguration.swift",
"Configuration/CustomAlertShadow.swift",
"Configuration/CustomAlertState.swift",
"Configuration/Default Configurations/CustomAlertConfiguration.Classic.swift",
"Configuration/Default Configurations/CustomAlertConfiguration.LiquidGlass.swift",
"CustomAlertHandler+Item.swift",
"CustomAlertHandler.swift",
"Extensions/ColorExtensions.swift",
"Extensions/EdgeInsetsExtensions.swift",
"Extensions/Environment/Environment+AlertButtonHeight.swift",
"Extensions/Environment/Environment+AlertDismissAction.swift",
"Extensions/Environment/Environment+CustomAlertConfiguration.swift",
"Extensions/MainActorExtensions.swift",
"Extensions/ProcessInfoExtensions.swift",
"Helper/BorderShapeApplier.swift",
"Helper/CaptureSize.swift",
"Helper/ScrollViewDisabled.swift",
"Helper/ShadowApplier.swift",
"Preview/AlertPreview.swift",
"Preview/StringExtensions.swift",
"Views/BackgroundView.swift",
"Views/BlurView.swift",
"Views/CustomAlert.swift",
"Views/CustomAlertRow.swift",
"Views/CustomAlertSection.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Fetching https://github.com/divadretlaw/WindowKit
[1/559] Fetching windowkit
Fetched https://github.com/divadretlaw/WindowKit from cache (0.78s)
Computing version for https://github.com/divadretlaw/WindowKit
Computed https://github.com/divadretlaw/WindowKit at 3.0.1 (1.27s)
Fetching https://github.com/divadretlaw/WindowReader
Fetching https://github.com/divadretlaw/WindowSceneReader
[1/136] Fetching windowscenereader
[31/272] Fetching windowscenereader, windowreader
Fetched https://github.com/divadretlaw/WindowSceneReader from cache (0.78s)
Fetched https://github.com/divadretlaw/WindowReader from cache (0.78s)
Computing version for https://github.com/divadretlaw/WindowSceneReader
Computed https://github.com/divadretlaw/WindowSceneReader at 3.3.0 (1.29s)
Computing version for https://github.com/divadretlaw/WindowReader
Computed https://github.com/divadretlaw/WindowReader at 3.1.0 (0.48s)
Creating working copy for https://github.com/divadretlaw/WindowKit
Working copy of https://github.com/divadretlaw/WindowKit resolved at 3.0.1
Creating working copy for https://github.com/divadretlaw/WindowSceneReader
Working copy of https://github.com/divadretlaw/WindowSceneReader resolved at 3.3.0
Creating working copy for https://github.com/divadretlaw/WindowReader
Working copy of https://github.com/divadretlaw/WindowReader resolved at 3.1.0
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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
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 6.1 macosSpm