The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-yaml, reference 1.0.1 (8a33d3), with Swift 6.2 for Android on 25 Apr 2026 07:33:08 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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-yaml.git
Reference: 1.0.1
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-yaml
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 8a33d36 Fix implicit block sequence consuming parent mapping's blockEnd
Cloned https://github.com/1amageek/swift-yaml.git
Revision (git rev-parse @):
8a33d36bca390d9518d5f7e483cbbaa011da5f76
SUCCESS checkout https://github.com/1amageek/swift-yaml.git at 1.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/1amageek/swift-yaml.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--11D90AFD9DD3AB2.txt
[3/12] Compiling YAML Compose.swift
[4/12] Compiling YAML Mark.swift
[5/12] Compiling YAML Node+Sequence.swift
[6/13] Emitting module YAML
[7/13] Compiling YAML Token.swift
[8/13] Compiling YAML YAMLError.swift
[9/13] Compiling YAML Parser.swift
[10/13] Compiling YAML Node.swift
[11/13] Compiling YAML Scanner.swift
[12/13] Compiling YAML Node+Mapping.swift
[13/13] Compiling YAML Node+Scalar.swift
Build complete! (7.45s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-yaml",
  "name" : "swift-yaml",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "YAML",
      "targets" : [
        "YAML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YAMLTests",
      "module_type" : "SwiftTarget",
      "name" : "YAMLTests",
      "path" : "Tests/YAMLTests",
      "sources" : [
        "ComposeTests.swift",
        "EdgeCaseTests.swift",
        "ErrorEdgeCaseTests.swift",
        "ErrorTests.swift",
        "FlowCollectionEdgeCaseTests.swift",
        "IndentationEdgeCaseTests.swift",
        "LineEndingTests.swift",
        "NodeAPITests.swift",
        "ParserFeatureTests.swift",
        "ScalarEdgeCaseTests.swift",
        "ScannerParserEdgeCaseTests.swift",
        "SchemaYAMLTests.swift",
        "SpecAnchorAliasTests.swift",
        "SpecChapter10Tests.swift",
        "SpecChapter2Tests.swift",
        "SpecChapter5Tests.swift",
        "SpecChapter6Tests.swift",
        "SpecChapter7Tests.swift",
        "SpecChapter8Tests.swift",
        "SpecChapter9Tests.swift",
        "SpecCommentTests.swift",
        "SpecComplexKeyTests.swift",
        "SpecDirectiveTests.swift",
        "SpecEmptyNodeTests.swift",
        "SpecEscapeSequenceTests.swift",
        "SpecIndentationTests.swift",
        "SpecJSONCompatibilityTests.swift",
        "SpecMultilineScalarTests.swift",
        "SpecTagTests.swift",
        "TestTags.swift"
      ],
      "target_dependencies" : [
        "YAML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YAML",
      "module_type" : "SwiftTarget",
      "name" : "YAML",
      "path" : "Sources/YAML",
      "product_memberships" : [
        "YAML"
      ],
      "sources" : [
        "Compose.swift",
        "Mark.swift",
        "Node+Mapping.swift",
        "Node+Scalar.swift",
        "Node+Sequence.swift",
        "Node.swift",
        "Parser.swift",
        "Scanner.swift",
        "Token.swift",
        "YAMLError.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.