Build Information
Failed to build TextMarkupKit, reference master (31198b), with Swift 6.1 for Android on 29 May 2025 08:15:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdewey/TextMarkupKit.git
Reference: master
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/bdewey/TextMarkupKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 31198ba Update for Swift Concurrency
Cloned https://github.com/bdewey/TextMarkupKit.git
Revision (git rev-parse @):
31198bae36a7d4f35d5086da907b6b3067687160
SUCCESS checkout https://github.com/bdewey/TextMarkupKit.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/bdewey/TextMarkupKit.git
https://github.com/bdewey/TextMarkupKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "TextMarkupKit",
"name" : "TextMarkupKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "TextMarkupKit",
"targets" : [
"TextMarkupKit",
"ObjectiveCTextStorageWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TextMarkupKitTests",
"module_type" : "SwiftTarget",
"name" : "TextMarkupKitTests",
"path" : "Tests/TextMarkupKitTests",
"sources" : [
"MiniMarkdownGrammarTests.swift",
"MiniMarkdownParsingTests.swift",
"ParsedAttributedStringTests.swift",
"ParsedStringTests.swift",
"ParsedTextStorageTests.swift",
"PieceTableTests.swift",
"TestStrings.swift"
],
"target_dependencies" : [
"ObjectiveCTextStorageWrapper",
"TextMarkupKit"
],
"type" : "test"
},
{
"c99name" : "TextMarkupKit",
"module_type" : "SwiftTarget",
"name" : "TextMarkupKit",
"path" : "Sources/TextMarkupKit",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"TextMarkupKit"
],
"sources" : [
"AttributesArray.swift",
"BufferProtocols.swift",
"MarkupFormattedTextEditor.swift",
"MarkupFormattingTextView.swift",
"MemoizationTable.swift",
"MiniMarkdownGrammar+Styles.swift",
"MiniMarkdownGrammar.swift",
"NSAttributedString+Attributes.swift",
"ParsedAttributedString.swift",
"ParsedAttributedStringFormatter.swift",
"ParsedString.swift",
"ParsingRule.swift",
"PieceTable.swift",
"PieceTableString.swift",
"PlainTextGrammar.swift",
"SyntaxTreeNode.swift",
"SyntaxTreeNodeType.swift",
"TraceBuffer.swift"
],
"target_dependencies" : [
"ObjectiveCTextStorageWrapper"
],
"type" : "library"
},
{
"c99name" : "ObjectiveCTextStorageWrapper",
"module_type" : "ClangTarget",
"name" : "ObjectiveCTextStorageWrapper",
"path" : "Sources/ObjectiveCTextStorageWrapper",
"product_memberships" : [
"TextMarkupKit"
],
"sources" : [
"ObjectiveCTextStorageWrapper.m"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.92s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/4] Write sources
In file included from /host/spi-builder-workspace/Sources/ObjectiveCTextStorageWrapper/ObjectiveCTextStorageWrapper.m:18:
/host/spi-builder-workspace/Sources/ObjectiveCTextStorageWrapper/include/ObjectiveCTextStorageWrapper.h:18:9: fatal error: 'UIKit/UIKit.h' file not found
18 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[2/4] Compiling ObjectiveCTextStorageWrapper ObjectiveCTextStorageWrapper.m
[2/4] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/Sources/ObjectiveCTextStorageWrapper/ObjectiveCTextStorageWrapper.m:18:
/host/spi-builder-workspace/Sources/ObjectiveCTextStorageWrapper/include/ObjectiveCTextStorageWrapper.h:18:9: fatal error: 'UIKit/UIKit.h' file not found
18 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/2] Compiling ObjectiveCTextStorageWrapper ObjectiveCTextStorageWrapper.m
[0/2] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android