Build Information
Failed to build WelcomeWindow, reference main (cef272), with Swift 6.1 for macOS (SPM) on 31 Dec 2025 20:21:50 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/CodeEditApp/WelcomeWindow.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CodeEditApp/WelcomeWindow
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cef2726 Refresh RecentsList when view appeared (#4)
Cloned https://github.com/CodeEditApp/WelcomeWindow.git
Revision (git rev-parse @):
cef2726ed3bd7b5beb585c9b6829f76d463a224c
SUCCESS checkout https://github.com/CodeEditApp/WelcomeWindow.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/CodeEditApp/WelcomeWindow.git
https://github.com/CodeEditApp/WelcomeWindow.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" : "WelcomeWindow",
"name" : "WelcomeWindow",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "WelcomeWindow",
"targets" : [
"WelcomeWindow"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WelcomeWindowTests",
"module_type" : "SwiftTarget",
"name" : "WelcomeWindowTests",
"path" : "Tests/WelcomeWindowTests",
"sources" : [
"WelcomeWindowTests.swift"
],
"target_dependencies" : [
"WelcomeWindow"
],
"type" : "test"
},
{
"c99name" : "WelcomeWindow",
"module_type" : "SwiftTarget",
"name" : "WelcomeWindow",
"path" : "Sources/WelcomeWindow",
"product_dependencies" : [
"SwiftLint"
],
"product_memberships" : [
"WelcomeWindow"
],
"sources" : [
"Model/ActionsBuilder.swift",
"Model/DocumentOpenDialogConfiguration.swift",
"Model/DocumentSaveDialogConfiguration.swift",
"Model/FocusTarget.swift",
"Model/NSDocumentController+Extensions.swift",
"Model/RecentsStore.swift",
"Model/WelcomeActions.swift",
"Utils/Bundle+Info.swift",
"Utils/DefaultSceneID.swift",
"Utils/DispatchQueue+asyncIfNot.swift",
"Utils/FocusRingModifier.swift",
"Utils/NSApp+WindowActions.swift",
"Utils/NSImage+dominantColor.swift",
"Utils/URL+isDirectory.swift",
"Utils/View+Cursor.swift",
"Views/RecentsListItem.swift",
"Views/RecentsListView.swift",
"Views/WelcomeButton.swift",
"Views/WelcomeView.swift",
"Views/WelcomeWindow.swift",
"Views/WelcomeWindowView.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/lukepistrol/SwiftLintPlugin
[1/370] Fetching swiftlintplugin
Fetched https://github.com/lukepistrol/SwiftLintPlugin from cache (0.75s)
Computing version for https://github.com/lukepistrol/SwiftLintPlugin
Computed https://github.com/lukepistrol/SwiftLintPlugin at 0.62.2 (3.92s)
Creating working copy for https://github.com/lukepistrol/SwiftLintPlugin
Working copy of https://github.com/lukepistrol/SwiftLintPlugin resolved at 0.62.2
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
[8259/71991460] Downloading https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip (3.41s)
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