The Swift Package Index logo.Swift Package Index

Build Information

Successful build of KeyPathValue, reference 0.1.0 (8938b8), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 08:25:03 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/p-x9/KeyPathValue.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/KeyPathValue
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 8938b8f format
Cloned https://github.com/p-x9/KeyPathValue.git
Revision (git rev-parse @):
8938b8f8d74a70c6b2d6a94b02e7d5753eb001db
SUCCESS checkout https://github.com/p-x9/KeyPathValue.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/p-x9/KeyPathValue.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/7] Compiling KeyPathValue ReferenceWritableKeyPathValueApplier.swift
[4/7] Compiling KeyPathValue WritableKeyPathWithValue.swift
[5/7] Emitting module KeyPathValue
[6/7] Compiling KeyPathValue WritableKeyPathValueApplier.swift
[7/7] Compiling KeyPathValue ReferenceWritableKeyPathWithValue.swift
Build complete! (3.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KeyPathValue",
  "name" : "KeyPathValue",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KeyPathValue",
      "targets" : [
        "KeyPathValue"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeyPathValueTests",
      "module_type" : "SwiftTarget",
      "name" : "KeyPathValueTests",
      "path" : "Tests/KeyPathValueTests",
      "sources" : [
        "Item.swift",
        "KeyPathValueApplierTests.swift",
        "KeyPathWithValueTests.swift"
      ],
      "target_dependencies" : [
        "KeyPathValue"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeyPathValue",
      "module_type" : "SwiftTarget",
      "name" : "KeyPathValue",
      "path" : "Sources/KeyPathValue",
      "product_memberships" : [
        "KeyPathValue"
      ],
      "sources" : [
        "ReferenceWritableKeyPathValueApplier.swift",
        "ReferenceWritableKeyPathWithValue.swift",
        "WritableKeyPathValueApplier.swift",
        "WritableKeyPathWithValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.