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 swift-typed-identifier, reference main (ea7afa), with Swift 6.0 for macOS (SPM) on 23 May 2025 10:28:06 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/swift-typed-identifier.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/VergeGroup/swift-typed-identifier
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ea7afa2 rename package name (#3)
Cloned https://github.com/VergeGroup/swift-typed-identifier.git
Revision (git rev-parse @):
ea7afa2ce943c6bf3ef87d385c8a6e9f67fea4f3
SUCCESS checkout https://github.com/VergeGroup/swift-typed-identifier.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/VergeGroup/swift-typed-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 TypedIdentifier
[4/4] Compiling TypedIdentifier TypedIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/TypedIdentifier/TypedIdentifier.swift:73:6: warning: expression of type 'MyIdentifiable.TypedIdentifierRawValue' (aka 'String') is unused
71 |
72 | private func _run(id: MyIdentifiable.TypedID) {
73 |   id.raw
   |      `- warning: expression of type 'MyIdentifiable.TypedIdentifierRawValue' (aka 'String') is unused
74 | }
75 |
Build complete! (0.62s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-typed-identifier",
  "name" : "swift-typed-identifier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TypedIdentifier",
      "targets" : [
        "TypedIdentifier"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "TypedIdentifier",
      "module_type" : "SwiftTarget",
      "name" : "TypedIdentifier",
      "path" : "Sources/TypedIdentifier",
      "product_memberships" : [
        "TypedIdentifier"
      ],
      "sources" : [
        "TypedIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.