The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Yaml, reference master (063286), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 01:06:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/behrang/YamlSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/behrang/YamlSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 063286d add version string
Cloned https://github.com/behrang/YamlSwift.git
Revision (git rev-parse @):
063286d0a66200b6ae0687c06914b19fe7c8dc83
SUCCESS checkout https://github.com/behrang/YamlSwift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/behrang/YamlSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling Yaml YAMLRegex.swift
[4/9] Compiling Yaml YAMLTokenizer.swift
[5/9] Compiling Yaml Yaml.swift
[6/9] Compiling Yaml YAMLResult.swift
[7/9] Compiling Yaml YAMLOperators.swift
[8/9] Emitting module Yaml
[9/9] Compiling Yaml YAMLParser.swift
Build complete! (3.48s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Yaml",
  "name" : "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" : [
        "ExampleTests.swift",
        "YamlTests.swift"
      ],
      "target_dependencies" : [
        "Yaml"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Yaml",
      "module_type" : "SwiftTarget",
      "name" : "Yaml",
      "path" : "Sources/Yaml",
      "product_memberships" : [
        "Yaml"
      ],
      "sources" : [
        "YAMLOperators.swift",
        "YAMLParser.swift",
        "YAMLRegex.swift",
        "YAMLResult.swift",
        "YAMLTokenizer.swift",
        "Yaml.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.1"
}
Done.