Build Information
Failed to build swiftui-showcase, reference main (60186c), with Swift 6.1 for Android on 24 Nov 2025 23:59:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipedro/swiftui-showcase.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/ipedro/swiftui-showcase
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 60186c0 Merge pull request #25 from ipedro/dependabot/github_actions/actions/checkout-6
Cloned https://github.com/ipedro/swiftui-showcase.git
Revision (git rev-parse @):
60186c0c09eeb8d85b1ef17aaa07983b119be836
SUCCESS checkout https://github.com/ipedro/swiftui-showcase.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ipedro/swiftui-showcase.git
https://github.com/ipedro/swiftui-showcase.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nathantannar4/Engine"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "swiftui-showcase",
"name" : "swiftui-showcase",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Showcase",
"targets" : [
"Showcase"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShowcaseMacros",
"targets" : [
"ShowcaseMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShowcaseMacrosPlugin",
"targets" : [
"ShowcaseMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ShowcaseTests",
"module_type" : "SwiftTarget",
"name" : "ShowcaseTests",
"path" : "Tests/ShowcaseTests",
"sources" : [
"DefaultBuilderTests.swift",
"ListExtractionTests.swift",
"MarkdownFormattingTests.swift",
"MarkdownReconstructionTests.swift",
"NoteExtractionTests.swift",
"NoteTests.swift",
"OptimizationTests.swift",
"OrderedContentTests.swift",
"PerformanceTests.swift",
"ShowcaseTests.swift"
],
"target_dependencies" : [
"Showcase"
],
"type" : "test"
},
{
"c99name" : "ShowcaseMacrosTests",
"module_type" : "SwiftTarget",
"name" : "ShowcaseMacrosTests",
"path" : "Tests/ShowcaseMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"CodeBlockWhitespaceTests.swift",
"DocCommentParserTests.swift",
"ShowcasableAutoDiscoveryTests.swift",
"ShowcasableBasicTests.swift",
"ShowcasableExamplesTests.swift",
"ShowcaseHiddenMacroTests.swift",
"ShowcaseMacrosTestsBase.swift"
],
"target_dependencies" : [
"ShowcaseMacros",
"ShowcaseMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "ShowcaseMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "ShowcaseMacrosPlugin",
"path" : "Sources/ShowcaseMacrosPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"ShowcaseMacros",
"ShowcaseMacrosPlugin"
],
"sources" : [
"APIReferenceGenerator.swift",
"AttributedStringDocCommentParser.swift",
"CodeGenerator.swift",
"DocCommentParser.swift",
"Documentation.swift",
"DocumentationExtractor.swift",
"ExampleFinder.swift",
"MacroArguments.swift",
"MacroError.swift",
"MemberDiscovery.swift",
"MemberInfo.swift",
"ShowcasableMacro.swift",
"ShowcaseExampleMacro.swift",
"ShowcaseHiddenMacro.swift",
"ShowcaseMacrosPlugin.swift",
"SyntaxExtensions.swift",
"TopicConfiguration.swift",
"TopicContentGenerator.swift",
"TypeInfo.swift",
"TypeRelationshipsGenerator.swift"
],
"type" : "macro"
},
{
"c99name" : "ShowcaseMacros",
"module_type" : "SwiftTarget",
"name" : "ShowcaseMacros",
"path" : "Sources/ShowcaseMacros",
"product_memberships" : [
"ShowcaseMacros"
],
"sources" : [
"ShowcaseMacros.swift"
],
"target_dependencies" : [
"Showcase",
"ShowcaseMacrosPlugin"
],
"type" : "library"
},
{
"c99name" : "Showcase",
"module_type" : "SwiftTarget",
"name" : "Showcase",
"path" : "Sources/Showcase",
"product_dependencies" : [
"Splash",
"Engine",
"EngineMacros"
],
"product_memberships" : [
"Showcase",
"ShowcaseMacros"
],
"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/Chapter/ChapterBuilder.swift",
"Models/Chapter/ChapterContentBuilder.swift",
"Models/CodeBlock/CodeBlock.swift",
"Models/Document/Document.swift",
"Models/Document/DocumentContentBuilder.swift",
"Models/Embed/Embed.swift",
"Models/Example/Example.swift",
"Models/ExampleGroup/ExampleGroup.swift",
"Models/ExternalLink/ExternalLink+Name.swift",
"Models/ExternalLink/ExternalLink.swift",
"Models/ListItem/ListItem.swift",
"Models/Note/Note.swift",
"Models/Showcasable.swift",
"Models/Topic/Topic.swift",
"Models/Topic/TopicBuilder.swift",
"Models/Topic/TopicContentBuilder.swift",
"Models/Topic/TopicContentItem.swift",
"ViewModifiers/IdiomPaddingModifier.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/Example/ShowcaseExample.swift",
"Views/Example/ShowcaseExampleGroup.swift",
"Views/Example/ShowcaseExampleGroupBoxStyle.swift",
"Views/Example/ShowcaseExampleTabStyle.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/List/ShowcaseListView.swift",
"Views/Note/ShowcaseNote.swift",
"Views/Topic/ShowcaseNavigationTopic.swift",
"Views/Topic/ShowcaseTopic.swift",
"Views/Topic/ShowcaseTopics.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/JohnSundell/Splash
Fetching https://github.com/nathantannar4/Engine
[1/2173] Fetching splash
[1849/3571] Fetching splash, engine
[3572/76553] Fetching splash, engine, swift-syntax
Fetched https://github.com/JohnSundell/Splash from cache (6.78s)
Fetched https://github.com/nathantannar4/Engine from cache (6.79s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.85s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (9.41s)
Computing version for https://github.com/JohnSundell/Splash
Computed https://github.com/JohnSundell/Splash at 0.16.0 (0.59s)
Computing version for https://github.com/nathantannar4/Engine
Computed https://github.com/nathantannar4/Engine at 2.3.1 (0.56s)
Creating working copy for https://github.com/nathantannar4/Engine
Working copy of https://github.com/nathantannar4/Engine resolved at 2.3.1
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 602.0.0
Building for debugging...
[0/56] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/Engine/Sources/EngineCoreC/visitors.c:5:
/host/spi-builder-workspace/.build/checkouts/Engine/Sources/EngineCoreC/include/visitors.h:8:10: fatal error: 'TargetConditionals.h' file not found
8 | #include <TargetConditionals.h>
| ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[30/56] Compiling EngineCoreC visitors.c
In file included from /host/spi-builder-workspace/.build/checkouts/Engine/Sources/EngineCoreC/visitors.c:5:
/host/spi-builder-workspace/.build/checkouts/Engine/Sources/EngineCoreC/include/visitors.h:8:10: fatal error: 'TargetConditionals.h' file not found
8 | #include <TargetConditionals.h>
| ^~~~~~~~~~~~~~~~~~~~~~
[30/56] Compiling _SwiftSyntaxCShims PlatformMutex.c
[30/56] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/Engine/Sources/EngineCoreC/visitors.c:5:
/host/spi-builder-workspace/.build/checkouts/Engine/Sources/EngineCoreC/include/visitors.h:8:10: fatal error: 'TargetConditionals.h' file not found
8 | #include <TargetConditionals.h>
| ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/26] Compiling EngineCoreC visitors.c
In file included from /host/spi-builder-workspace/.build/checkouts/Engine/Sources/EngineCoreC/visitors.c:5:
/host/spi-builder-workspace/.build/checkouts/Engine/Sources/EngineCoreC/include/visitors.h:8:10: fatal error: 'TargetConditionals.h' file not found
8 | #include <TargetConditionals.h>
| ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/26] Compiling _SwiftSyntaxCShims PlatformMutex.c
[0/26] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android