The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftSkill, reference main (61c4bd), with Swift 6.2 for Android on 25 Apr 2026 07:29:27 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build 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.2
Building package at path:  $PWD
https://github.com/1amageek/swift-skills.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-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.42s)
Computing version for https://github.com/1amageek/swift-yaml.git
Computed https://github.com/1amageek/swift-yaml.git at 1.0.1 (1.14s)
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--11D90AFD9DD3AB2.txt
[4/13] Compiling YAML Token.swift
[5/14] Compiling YAML YAMLError.swift
[6/14] Emitting module YAML
[7/14] Compiling YAML Compose.swift
[8/14] Compiling YAML Mark.swift
[9/14] Compiling YAML Parser.swift
[10/14] Compiling YAML Node.swift
[11/14] Compiling YAML Node+Sequence.swift
[12/14] Compiling YAML Node+Mapping.swift
[13/14] Compiling YAML Node+Scalar.swift
[14/14] Compiling YAML Scanner.swift
[16/30] Compiling SwiftSkill SkillValue.swift
[17/30] Compiling SwiftSkill SkillWriter.swift
[18/31] Compiling SwiftSkill SkillStore.swift
[19/31] Compiling SwiftSkill SkillValidator.swift
[20/31] Compiling SwiftSkill CodexConfiguration.swift
[21/31] Compiling SwiftSkill ConfigurationFileMapping.swift
[22/31] Emitting module SwiftSkill
[23/31] Compiling SwiftSkill Skill.swift
[24/31] Compiling SwiftSkill SkillError.swift
[25/31] Compiling SwiftSkill Skill+Codex.swift
[26/31] Compiling SwiftSkill Skill+Transferable.swift
[27/31] Compiling SwiftSkill ConfigurationRepresentable.swift
[28/31] Compiling SwiftSkill Skill+Claude.swift
[29/31] Compiling SwiftSkill SkillParser.swift
[30/31] Compiling SwiftSkill SkillProvider.swift
[31/31] Compiling SwiftSkill SupportingFile.swift
Build complete! (34.40s)
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.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.