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 Authorized, reference 1.0.0 (e490b9), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:00:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/trilemma-dev/Authorized.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/trilemma-dev/Authorized
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at e490b9d Update README.md
Cloned https://github.com/trilemma-dev/Authorized.git
Revision (git rev-parse @):
e490b9d3f4a0e8b17a8b39b5a9750b8e0be7548a
SUCCESS checkout https://github.com/trilemma-dev/Authorized.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/trilemma-dev/Authorized.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling Authorized Authorization.swift
[4/8] Compiling Authorized AuthorizationOption.swift
[5/8] Compiling Authorized AuthorizationError.swift
[6/8] Compiling Authorized AuthorizationPolicyDatabase.swift
[7/8] Compiling Authorized AuthorizationElements.swift
[8/8] Emitting module Authorized
Build complete! (3.52s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Authorized",
  "name" : "Authorized",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "Authorized",
      "targets" : [
        "Authorized"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AuthorizedTests",
      "module_type" : "SwiftTarget",
      "name" : "AuthorizedTests",
      "path" : "Tests/AuthorizedTests",
      "sources" : [
        "AuthorizedTests.swift"
      ],
      "target_dependencies" : [
        "Authorized"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Authorized",
      "module_type" : "SwiftTarget",
      "name" : "Authorized",
      "path" : "Sources/Authorized",
      "product_memberships" : [
        "Authorized"
      ],
      "sources" : [
        "Authorization.swift",
        "AuthorizationElements.swift",
        "AuthorizationError.swift",
        "AuthorizationOption.swift",
        "AuthorizationPolicyDatabase.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.