The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Authorized, reference main (e490b9), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 06:05:00 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/trilemma-dev/Authorized.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/trilemma-dev/Authorized
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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": "authorized",
      "name": "Authorized",
      "url": "https://github.com/trilemma-dev/Authorized.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Authorized",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/trilemma-dev/Authorized.git
[1/36] Fetching authorized
Fetched https://github.com/trilemma-dev/Authorized.git from cache (0.59s)
Creating working copy for https://github.com/trilemma-dev/Authorized.git
Working copy of https://github.com/trilemma-dev/Authorized.git resolved at main (e490b9d)
warning: '.resolve-product-dependencies': dependency 'authorized' 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/trilemma-dev/Authorized.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/8] Compiling Authorized AuthorizationOption.swift
[4/8] Compiling Authorized AuthorizationError.swift
[5/8] Compiling Authorized Authorization.swift
[6/8] Compiling Authorized AuthorizationPolicyDatabase.swift
[7/8] Compiling Authorized AuthorizationElements.swift
[8/8] Emitting module Authorized
Build complete! (4.26s)
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.