Build Information
Failed to build WindowKit, reference main (1caf9b), with Swift 6.1 for macOS (SPM) on 27 Oct 2025 23:19:29 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/WindowKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/WindowKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1caf9b7 Merge pull request #10 from divadretlaw/fix-presentation-on-unattached-windowscene
Cloned https://github.com/divadretlaw/WindowKit.git
Revision (git rev-parse @):
1caf9b7bfed2f41a1e90807801bf4079d1b606cf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/divadretlaw/WindowKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/divadretlaw/WindowKit.git
https://github.com/divadretlaw/WindowKit.git
{
"dependencies" : [
{
"identity" : "windowreader",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/divadretlaw/WindowReader"
},
{
"identity" : "windowscenereader",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/divadretlaw/WindowSceneReader"
}
],
"manifest_display_name" : "WindowKit",
"name" : "WindowKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "WindowKit",
"targets" : [
"WindowKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WindowKit",
"module_type" : "SwiftTarget",
"name" : "WindowKit",
"path" : "Sources/WindowKit",
"product_dependencies" : [
"WindowReader",
"WindowSceneReader"
],
"product_memberships" : [
"WindowKit"
],
"sources" : [
"API.swift",
"DynamicWindowKey.swift",
"Environment/EnvironmentValuesHolder.swift",
"Environment/WindowCoverDismissAction.swift",
"Extensions/MainActor+Extensions.swift",
"Extensions/UIViewController+Extensions.swift",
"Logger.swift",
"ViewModifier/TintApplier.swift",
"WindowCover/WindowCover.swift",
"WindowCover/WindowCoverConfiguration.swift",
"WindowCover/WindowCoverHelper.swift",
"WindowCover/WindowCoverHostingController.swift",
"WindowCover/WindowCoverSheetConfiguration.swift",
"WindowCover/WindowItemCover.swift",
"WindowCover/WindowItemCoverHelper.swift",
"WindowKey.swift",
"WindowManager.swift",
"WindowOverlay/PassthroughWindow.swift",
"WindowOverlay/WindowOverlay.swift",
"WindowOverlay/WindowOverlayConfiguration.swift",
"WindowOverlay/WindowOverlayHelper.swift",
"WindowOverlay/WindowOverlayHostingController.swift",
"WindowValue.swift",
"WindowView.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/WindowSceneReader
Fetching https://github.com/divadretlaw/WindowReader
[1/136] Fetching windowreader
[10/272] Fetching windowreader, windowscenereader
Fetched https://github.com/divadretlaw/WindowSceneReader from cache (0.81s)
Fetched https://github.com/divadretlaw/WindowReader from cache (0.81s)
Computing version for https://github.com/divadretlaw/WindowSceneReader
Computed https://github.com/divadretlaw/WindowSceneReader at 3.3.0 (1.30s)
Computing version for https://github.com/divadretlaw/WindowReader
Computed https://github.com/divadretlaw/WindowReader at 3.1.0 (0.47s)
Creating working copy for https://github.com/divadretlaw/WindowReader
Working copy of https://github.com/divadretlaw/WindowReader resolved at 3.1.0
Creating working copy for https://github.com/divadretlaw/WindowSceneReader
Working copy of https://github.com/divadretlaw/WindowSceneReader resolved at 3.3.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