The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FuncKeyPath, reference 1.0.0 (e4e6fe), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 00:37:15 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/sloik/FuncKeyPath.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/FuncKeyPath
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at e4e6fe2 Makes framework dynamic.
Cloned https://github.com/sloik/FuncKeyPath.git
Revision (git rev-parse @):
e4e6fe23f132a8859df7e6579fb0f59b262a13e8
SUCCESS checkout https://github.com/sloik/FuncKeyPath.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sloik/FuncKeyPath.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling FuncKeyPath FuncKeyPath.swift
[4/6] Emitting module FuncKeyPath
[4/6] Write Objects.LinkFileList
[5/6] Linking libFuncKeyPath.dylib
Build complete! (0.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FuncKeyPath",
  "name" : "FuncKeyPath",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FuncKeyPath",
      "targets" : [
        "FuncKeyPath"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FuncKeyPathTests",
      "module_type" : "SwiftTarget",
      "name" : "FuncKeyPathTests",
      "path" : "Tests/FuncKeyPathTests",
      "sources" : [
        "FuncKeyPathTests.swift"
      ],
      "target_dependencies" : [
        "FuncKeyPath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FuncKeyPath",
      "module_type" : "SwiftTarget",
      "name" : "FuncKeyPath",
      "path" : "Sources/FuncKeyPath",
      "product_memberships" : [
        "FuncKeyPath"
      ],
      "sources" : [
        "FuncKeyPath.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.