The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of KeyVine, reference main (f467a1), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 09:29:02 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/ptsochantaris/key-vine.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ptsochantaris/key-vine
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f467a1f Bumping Swift tools to 6.0 and marking KeyVine as Sendable
Cloned https://github.com/ptsochantaris/key-vine.git
Revision (git rev-parse @):
f467a1f3f096ea9abc75a7f2ea3425c56184bef4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ptsochantaris/key-vine.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ptsochantaris/key-vine.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/6] Compiling KeyVine KeyVineDataConvertible.swift
[4/6] Compiling KeyVine KeyVineStringConvertible.swift
[5/6] Emitting module KeyVine
[6/6] Compiling KeyVine KeyVine.swift
Build complete! (3.70s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KeyVine",
  "name" : "KeyVine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "KeyVine",
      "targets" : [
        "KeyVine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeyVineTests",
      "module_type" : "SwiftTarget",
      "name" : "KeyVineTests",
      "path" : "Tests/KeyVineTests",
      "sources" : [
        "KeyVineTests.swift"
      ],
      "target_dependencies" : [
        "KeyVine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeyVine",
      "module_type" : "SwiftTarget",
      "name" : "KeyVine",
      "path" : "Sources/KeyVine",
      "product_memberships" : [
        "KeyVine"
      ],
      "sources" : [
        "KeyVine.swift",
        "KeyVineDataConvertible.swift",
        "KeyVineStringConvertible.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.