Build Information
Failed to build AboutWindow, reference main (79c7c0
), with Swift 6.1 for macOS (SPM) on 3 Jul 2025 18:17:24 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CodeEditApp/AboutWindow.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CodeEditApp/AboutWindow
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 79c7c01 Fix Broken Tests Badge
Cloned https://github.com/CodeEditApp/AboutWindow.git
Revision (git rev-parse @):
79c7c01fb739d024a3ca07fe153a068339213baf
SUCCESS checkout https://github.com/CodeEditApp/AboutWindow.git at main
Fetching https://github.com/lukepistrol/SwiftLintPlugin
[1/358] Fetching swiftlintplugin
Fetched https://github.com/lukepistrol/SwiftLintPlugin from cache (0.74s)
Computing version for https://github.com/lukepistrol/SwiftLintPlugin
Computed https://github.com/lukepistrol/SwiftLintPlugin at 0.59.1 (4.03s)
Creating working copy for https://github.com/lukepistrol/SwiftLintPlugin
Working copy of https://github.com/lukepistrol/SwiftLintPlugin resolved at 0.59.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[32750/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (2.70s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "aboutwindow",
"name": "AboutWindow",
"url": "https://github.com/CodeEditApp/AboutWindow.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AboutWindow",
"dependencies": [
{
"identity": "swiftlintplugin",
"name": "SwiftLintPlugin",
"url": "https://github.com/lukepistrol/SwiftLintPlugin",
"version": "0.59.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLintPlugin",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/CodeEditApp/AboutWindow.git
[1/4081] Fetching aboutwindow
Fetched https://github.com/CodeEditApp/AboutWindow.git from cache (1.26s)
Fetching https://github.com/lukepistrol/SwiftLintPlugin from cache
Fetched https://github.com/lukepistrol/SwiftLintPlugin from cache (0.48s)
Computing version for https://github.com/lukepistrol/SwiftLintPlugin
Computed https://github.com/lukepistrol/SwiftLintPlugin at 0.59.1 (0.54s)
Creating working copy for https://github.com/CodeEditApp/AboutWindow.git
Working copy of https://github.com/CodeEditApp/AboutWindow.git resolved at main (79c7c01)
Creating working copy for https://github.com/lukepistrol/SwiftLintPlugin
Working copy of https://github.com/lukepistrol/SwiftLintPlugin resolved at 0.59.1
Fetching binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip from cache
Fetched https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip from cache (1.55s)
warning: '.resolve-product-dependencies': dependency 'aboutwindow' is not used by any target
Found 1 product dependencies
- SwiftLintPlugin
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/CodeEditApp/AboutWindow.git
https://github.com/CodeEditApp/AboutWindow.git
{
"dependencies" : [
{
"identity" : "swiftlintplugin",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lukepistrol/SwiftLintPlugin"
}
],
"manifest_display_name" : "AboutWindow",
"name" : "AboutWindow",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AboutWindow",
"targets" : [
"AboutWindow"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AboutWindowTests",
"module_type" : "SwiftTarget",
"name" : "AboutWindowTests",
"path" : "Tests/AboutWindowTests",
"sources" : [
"AboutWindowTests.swift"
],
"target_dependencies" : [
"AboutWindow"
],
"type" : "test"
},
{
"c99name" : "AboutWindow",
"module_type" : "SwiftTarget",
"name" : "AboutWindow",
"path" : "Sources/AboutWindow",
"product_dependencies" : [
"SwiftLint"
],
"product_memberships" : [
"AboutWindow"
],
"sources" : [
"Model/AboutActionItem.swift",
"Model/AboutActions.swift",
"Model/AboutNavigationPhase.swift",
"Model/AboutWindowNavigation.swift",
"Model/AboutWindowNavigationKey.swift",
"Model/ActionsBuilder.swift",
"Model/NamespaceWrapper.swift",
"Model/NavigableAction.swift",
"Utils/AboutNamespaceID.swift",
"Utils/Bundle+Info.swift",
"Utils/DefaultSceneID.swift",
"Utils/EffectView.swift",
"Utils/FocusRingModifier.swift",
"Utils/NSApp+findWindow.swift",
"Views/AboutButton.swift",
"Views/AboutDefaultView.swift",
"Views/AboutDetailView.swift",
"Views/AboutView.swift",
"Views/AboutWindow.swift",
"Views/BlurButtonStyle.swift",
"Views/FooterView.swift",
"Views/TrackableScrollView.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
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.1 macosSpm