The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-yaml, reference main (206adc), with Swift 6.3 for macOS (SPM) on 25 Apr 2026 07:28:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/swift-yaml.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1amageek/swift-yaml
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 206adc0 Add E2E tests for real-world YAML documents
Cloned https://github.com/1amageek/swift-yaml.git
Revision (git rev-parse @):
206adc0b66a09ee5ef52e628b50d3912389bf5fa
SUCCESS checkout https://github.com/1amageek/swift-yaml.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-yaml",
      "name": "swift-yaml",
      "url": "https://github.com/1amageek/swift-yaml.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-yaml",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/1amageek/swift-yaml.git
[1/122] Fetching swift-yaml
Fetched https://github.com/1amageek/swift-yaml.git from cache (0.76s)
Creating working copy for https://github.com/1amageek/swift-yaml.git
Working copy of https://github.com/1amageek/swift-yaml.git resolved at main (206adc0)
warning: '.resolve-product-dependencies': dependency 'swift-yaml' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/1amageek/swift-yaml.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling YAML Token.swift
[4/13] Compiling YAML YAMLError.swift
[5/13] Compiling YAML Parser.swift
[6/13] Compiling YAML Node.swift
[7/13] Compiling YAML Node+Sequence.swift
[8/13] Compiling YAML Node+Scalar.swift
[9/13] Compiling YAML Node+Mapping.swift
[10/13] Compiling YAML Compose.swift
[11/13] Compiling YAML Mark.swift
[12/13] Emitting module YAML
[13/13] Compiling YAML Scanner.swift
Build complete! (1.54s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-yaml",
  "name" : "swift-yaml",
  "path" : "/Users/admin/builder/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",
        "E2ETests.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"
}
Done.