The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FuncKeyPath, reference main (e4e6fe), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 11:44:37 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/sloik/FuncKeyPath.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/FuncKeyPath
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 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": "funckeypath",
      "name": "FuncKeyPath",
      "url": "https://github.com/sloik/FuncKeyPath.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FuncKeyPath",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sloik/FuncKeyPath.git
[1/26] Fetching funckeypath
Fetched https://github.com/sloik/FuncKeyPath.git from cache (0.62s)
Creating working copy for https://github.com/sloik/FuncKeyPath.git
Working copy of https://github.com/sloik/FuncKeyPath.git resolved at main (e4e6fe2)
warning: '.resolve-product-dependencies': dependency 'funckeypath' 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/sloik/FuncKeyPath.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[3/6] Compiling FuncKeyPath FuncKeyPath.swift
[4/6] Emitting module FuncKeyPath
[4/6] Write Objects.LinkFileList
[5/6] Linking libFuncKeyPath.dylib
Build complete! (1.30s)
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.