The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Identifier, reference develop (40e974), with Swift 6.0 for macOS (SPM) on 24 Apr 2026 10:09:22 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/mattrubin/Identifier.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattrubin/Identifier
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 40e9745 Release Identifier 2.0.0
Cloned https://github.com/mattrubin/Identifier.git
Revision (git rev-parse @):
40e97452854c30860fd948280029bba832a1f26e
SUCCESS checkout https://github.com/mattrubin/Identifier.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mattrubin/Identifier.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Emitting module Identifier
[4/4] Compiling Identifier Identifier.swift
Build complete! (4.04s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Identifier",
  "name" : "Identifier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "Identifier",
      "targets" : [
        "Identifier"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IdentifierTests",
      "module_type" : "SwiftTarget",
      "name" : "IdentifierTests",
      "path" : "Tests/IdentifierTests",
      "sources" : [
        "IdentifierTests.swift"
      ],
      "target_dependencies" : [
        "Identifier"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Identifier",
      "module_type" : "SwiftTarget",
      "name" : "Identifier",
      "path" : "Sources/Identifier",
      "product_memberships" : [
        "Identifier"
      ],
      "sources" : [
        "Identifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.