Build Information
Failed to build swiftui-showcase, reference main (0c2f4b
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 16:27:15 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipedro/swiftui-showcase.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ipedro/swiftui-showcase
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0c2f4b9 tweak availability
Cloned https://github.com/ipedro/swiftui-showcase.git
Revision (git rev-parse @):
0c2f4b9297bb3b277d38e04ed9ade89dffac5440
SUCCESS checkout https://github.com/ipedro/swiftui-showcase.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ipedro/swiftui-showcase.git
https://github.com/ipedro/swiftui-showcase.git
{
"dependencies" : [
{
"identity" : "splash",
"requirement" : {
"range" : [
{
"lower_bound" : "0.16.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Splash"
},
{
"identity" : "engine",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nathantannar4/Engine"
},
{
"identity" : "swiftlintplugins",
"requirement" : {
"range" : [
{
"lower_bound" : "0.58.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.54.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "swiftui-showcase",
"name" : "swiftui-showcase",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Showcase",
"targets" : [
"Showcase"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "Showcase-auto",
"targets" : [
"Showcase"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShowcaseTests",
"module_type" : "SwiftTarget",
"name" : "ShowcaseTests",
"path" : "Tests/ShowcaseTests",
"sources" : [
"ShowcaseTests.swift"
],
"target_dependencies" : [
"Showcase"
],
"type" : "test"
},
{
"c99name" : "Showcase",
"module_type" : "SwiftTarget",
"name" : "Showcase",
"path" : "Sources/Showcase",
"product_dependencies" : [
"Splash",
"Engine",
"EngineMacros",
"SwiftLintBuildToolPlugin"
],
"product_memberships" : [
"Showcase",
"Showcase-auto"
],
"sources" : [
"Environment/EnvironmentKeys.swift",
"Environment/EnvironmentValues.swift",
"Extensions/AnyButtonStyle.swift",
"Extensions/Text+Optional.swift",
"Helpers/EquatableForEach.swift",
"Helpers/Lazy.swift",
"Models/Chapter/Chapter.swift",
"Models/CodeBlock/Topic+CodeBlock.swift",
"Models/CodeBlock/Topic+CodeBlockBuilder.swift",
"Models/Document/Document.swift",
"Models/Embed/Topic+Embed.swift",
"Models/Embed/Topic+EmbedBuilder.swift",
"Models/Link/Topic+Link.swift",
"Models/Link/Topic+LinkBuilder.swift",
"Models/Link/Topic+LinkName.swift",
"Models/Preview/Topic+Preview.swift",
"Models/Preview/Topic+PreviewBuilder.swift",
"Models/Topic/Topic.swift",
"Models/Topic/TopicBuilder.swift",
"ViewModifiers/ScrollViewReaderModifier.swift",
"ViewModifiers/VersionedScrollBounceBehavior.swift",
"Views/Chapter/ShowcaseChapter.swift",
"Views/Chapter/ShowcaseChapters.swift",
"Views/CodeBlock/ShowcaseCodeBlock.swift",
"Views/CodeBlock/ShowcaseCodeBlockContent.swift",
"Views/CodeBlock/ShowcaseCodeBlockCopyButton.swift",
"Views/CodeBlock/ShowcaseCodeBlockTheme.swift",
"Views/Content/ShowcaseContent.swift",
"Views/Document/DescriptionView.swift",
"Views/Document/ShowcaseNavigationSplitView.swift",
"Views/Document/ShowcaseNavigationStack.swift",
"Views/Embed/ShowcaseEmbed.swift",
"Views/IndexList/ShowcaseEmptyIndexList.swift",
"Views/IndexList/ShowcaseIndexList.swift",
"Views/IndexMenu/ShowcaseEmptyIndexMenu.swift",
"Views/IndexMenu/ShowcaseIndexMenu.swift",
"Views/Layout/ShowcaseLayout.swift",
"Views/Link/ShowcaseLink.swift",
"Views/Preview/ShowcasePreview.swift",
"Views/Preview/ShowcasePreviewGroupBoxStyle.swift",
"Views/Preview/ShowcasePreviewTabStyle.swift",
"Views/Topic/ShowcaseNavigationTopic.swift",
"Views/Topic/ShowcaseTopic.swift",
"Views/Topic/ShowcaseTopics.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/nathantannar4/Engine
Fetching https://github.com/JohnSundell/Splash
Fetching https://github.com/nicklockwood/SwiftFormat
[1/199] Fetching swiftlintplugins
[200/1209] Fetching swiftlintplugins, engine
[196/3376] Fetching swiftlintplugins, engine, splash
[3362/50443] Fetching swiftlintplugins, engine, splash, swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (14.38s)
Fetched https://github.com/JohnSundell/Splash from cache (14.38s)
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (14.38s)
Fetched https://github.com/nathantannar4/Engine from cache (14.38s)
Computing version for https://github.com/JohnSundell/Splash
Computed https://github.com/JohnSundell/Splash at 0.16.0 (15.38s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.59.1 (0.46s)
Computing version for https://github.com/nathantannar4/Engine
Computed https://github.com/nathantannar4/Engine at 2.1.2 (0.48s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (1.85s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.64s)
Creating working copy for https://github.com/nathantannar4/Engine
Working copy of https://github.com/nathantannar4/Engine resolved at 2.1.2
Creating working copy for https://github.com/JohnSundell/Splash
Working copy of https://github.com/JohnSundell/Splash resolved at 0.16.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.59.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[19274/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 (3.23s)
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