The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Identifier, reference develop (40e974), with Swift 6.3 for macOS (SPM) on 24 Apr 2026 10:11:57 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/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
========================================
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": "identifier",
      "name": "Identifier",
      "url": "https://github.com/mattrubin/Identifier.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Identifier",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mattrubin/Identifier.git
[1/662] Fetching identifier
Fetched https://github.com/mattrubin/Identifier.git from cache (0.68s)
Creating working copy for https://github.com/mattrubin/Identifier.git
Working copy of https://github.com/mattrubin/Identifier.git resolved at develop (40e9745)
warning: '.resolve-product-dependencies': dependency 'identifier' 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/mattrubin/Identifier.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling Identifier Identifier.swift
[4/4] Emitting module Identifier
Build complete! (4.42s)
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.