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 macOS (SPM) on 25 Apr 2026 07:23:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/1amageek/swift-yaml.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/12] Compiling YAML Compose.swift
[4/12] Compiling YAML Node+Mapping.swift
[5/12] Compiling YAML Mark.swift
[6/12] Emitting module YAML
[7/12] Compiling YAML Token.swift
[8/12] Compiling YAML Parser.swift
[9/12] Compiling YAML Scanner.swift
[10/12] Compiling YAML Node+Scalar.swift
[11/12] Compiling YAML Node.swift
[12/12] Compiling YAML Node+Sequence.swift
[13/13] Compiling YAML YAMLError.swift
Build complete! (1.35s)
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",
        "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.