The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Identifier, reference v1.0.2 (7efa7a), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 17:01:54 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/Saklad5/Identifier.git
Reference: v1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Saklad5/Identifier
 * tag               v1.0.2     -> FETCH_HEAD
HEAD is now at 7efa7a9 Change Swift Tools Version to 5.0
Cloned https://github.com/Saklad5/Identifier.git
Revision (git rev-parse @):
7efa7a977fdf19cf160b928127d81dd401821429
SUCCESS checkout https://github.com/Saklad5/Identifier.git at v1.0.2
========================================
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/Saklad5/Identifier.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Identifier",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Saklad5/Identifier.git
[1/31] Fetching identifier
Fetched https://github.com/Saklad5/Identifier.git from cache (0.63s)
Creating working copy for https://github.com/Saklad5/Identifier.git
Working copy of https://github.com/Saklad5/Identifier.git resolved at v1.0.2 (7efa7a9)
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/Saklad5/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/6] Compiling Identifier Identifier.swift
[4/6] Compiling Identifier Identifier+Codable.swift
[5/6] Emitting module Identifier
[6/6] Compiling Identifier Identifier+Expressible.swift
Build complete! (0.67s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Identifier",
  "name" : "Identifier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Identifier",
      "targets" : [
        "Identifier"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Identifier",
      "module_type" : "SwiftTarget",
      "name" : "Identifier",
      "path" : "Sources/Identifier",
      "product_memberships" : [
        "Identifier"
      ],
      "sources" : [
        "Identifier+Codable.swift",
        "Identifier+Expressible.swift",
        "Identifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.