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 Identity, reference master (8764a5), with Swift 6.1 for macOS (SPM) on 20 May 2025 06:54:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jordanekay/Identity.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jordanekay/Identity
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8764a54 Add conditional conformance of Identifier to Sendable
Cloned https://github.com/jordanekay/Identity.git
Revision (git rev-parse @):
8764a54c8e5ef0d14f3dc2ec5c10223ed0411a4d
SUCCESS checkout https://github.com/jordanekay/Identity.git at master
========================================
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",
  "dependencies": [
    {
      "identity": "identity",
      "name": "Identity",
      "url": "https://github.com/jordanekay/Identity.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Identity",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jordanekay/Identity.git
[1/57] Fetching identity
Fetched https://github.com/jordanekay/Identity.git from cache (0.62s)
Creating working copy for https://github.com/jordanekay/Identity.git
Working copy of https://github.com/jordanekay/Identity.git resolved at master (8764a54)
warning: '.resolve-product-dependencies': dependency 'identity' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jordanekay/Identity.git
https://github.com/jordanekay/Identity.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Identity",
  "name" : "Identity",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Identity",
      "targets" : [
        "Identity"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IdentityTests",
      "module_type" : "SwiftTarget",
      "name" : "IdentityTests",
      "path" : "Tests/IdentityTests",
      "sources" : [
        "IdentityTests.swift",
        "LinuxTestable.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Identity"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Identity",
      "module_type" : "SwiftTarget",
      "name" : "Identity",
      "path" : "Sources/Identity",
      "product_memberships" : [
        "Identity"
      ],
      "sources" : [
        "Identity.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Compiling Identity Identity.swift
[4/4] Emitting module Identity
Build complete! (3.82s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Identity",
  "name" : "Identity",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Identity",
      "targets" : [
        "Identity"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IdentityTests",
      "module_type" : "SwiftTarget",
      "name" : "IdentityTests",
      "path" : "Tests/IdentityTests",
      "sources" : [
        "IdentityTests.swift",
        "LinuxTestable.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Identity"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Identity",
      "module_type" : "SwiftTarget",
      "name" : "Identity",
      "path" : "Sources/Identity",
      "product_memberships" : [
        "Identity"
      ],
      "sources" : [
        "Identity.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.