Build Information
Successful build of SwiftSkill, reference main (61c4bd), with Swift 6.3 for Android on 25 Apr 2026 07:24:51 UTC.
Swift 6 data race errors: 0
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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/swift-skills.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/1amageek/swift-skills
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 61c4bda Fix skill provider paths on iOS
Cloned https://github.com/1amageek/swift-skills.git
Revision (git rev-parse @):
61c4bda16cb04d7e7fa54623c19297833c720bda
SUCCESS checkout https://github.com/1amageek/swift-skills.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/1amageek/swift-skills.git
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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/1amageek/swift-yaml.git
[1/122] Fetching swift-yaml
Fetched https://github.com/1amageek/swift-yaml.git from cache (0.21s)
Computing version for https://github.com/1amageek/swift-yaml.git
Computed https://github.com/1amageek/swift-yaml.git at 1.0.1 (1.30s)
Creating working copy for https://github.com/1amageek/swift-yaml.git
Working copy of https://github.com/1amageek/swift-yaml.git resolved at 1.0.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/13] Compiling YAML Node.swift
[5/13] Compiling YAML Compose.swift
[6/13] Compiling YAML Mark.swift
[7/13] Emitting module YAML
[8/13] Compiling YAML Node+Mapping.swift
[9/13] Compiling YAML Node+Scalar.swift
[10/13] Compiling YAML Node+Sequence.swift
[11/14] Compiling YAML Token.swift
[12/14] Compiling YAML YAMLError.swift
[13/14] Compiling YAML Parser.swift
[14/14] Compiling YAML Scanner.swift
[16/30] Compiling SwiftSkill Skill+Codex.swift
[17/30] Compiling SwiftSkill Skill+Transferable.swift
[18/30] Compiling SwiftSkill Skill.swift
[19/30] Compiling SwiftSkill SkillError.swift
[20/31] Compiling SwiftSkill SkillStore.swift
[21/31] Compiling SwiftSkill SkillValidator.swift
[22/31] Compiling SwiftSkill SkillValue.swift
[23/31] Compiling SwiftSkill SkillWriter.swift
[24/31] Compiling SwiftSkill ConfigurationRepresentable.swift
[25/31] Compiling SwiftSkill Skill+Claude.swift
[26/31] Emitting module SwiftSkill
[27/31] Compiling SwiftSkill CodexConfiguration.swift
[28/31] Compiling SwiftSkill ConfigurationFileMapping.swift
[29/31] Compiling SwiftSkill SkillParser.swift
[30/31] Compiling SwiftSkill SkillProvider.swift
[31/31] Compiling SwiftSkill SupportingFile.swift
Build complete! (14.65s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-yaml",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/1amageek/swift-yaml.git"
}
],
"manifest_display_name" : "SwiftSkill",
"name" : "SwiftSkill",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "SwiftSkill",
"targets" : [
"SwiftSkill"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftSkillTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSkillTests",
"path" : "Tests/SwiftSkillTests",
"sources" : [
"CodexConfigurationTests.swift",
"SkillErrorTests.swift",
"SkillIntegrationTests.swift",
"SkillMutationTests.swift",
"SkillParserEdgeCaseTests.swift",
"SkillParserTests.swift",
"SkillProviderTests.swift",
"SkillStoreEdgeCaseTests.swift",
"SkillStoreTests.swift",
"SkillTests.swift",
"SkillValidatorTests.swift",
"SkillValueConversionTests.swift",
"SkillValueTests.swift",
"SkillWriterEdgeCaseTests.swift",
"SkillWriterTests.swift",
"SupportingFileTests.swift"
],
"target_dependencies" : [
"SwiftSkill"
],
"type" : "test"
},
{
"c99name" : "SwiftSkill",
"module_type" : "SwiftTarget",
"name" : "SwiftSkill",
"path" : "Sources/SwiftSkill",
"product_dependencies" : [
"YAML"
],
"product_memberships" : [
"SwiftSkill"
],
"sources" : [
"CodexConfiguration.swift",
"ConfigurationFileMapping.swift",
"ConfigurationRepresentable.swift",
"Skill+Claude.swift",
"Skill+Codex.swift",
"Skill+Transferable.swift",
"Skill.swift",
"SkillError.swift",
"SkillParser.swift",
"SkillProvider.swift",
"SkillStore.swift",
"SkillValidator.swift",
"SkillValue.swift",
"SkillWriter.swift",
"SupportingFile.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.