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 Licensable, reference 0.0.13 (a8ad62), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 05:05:39 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/inseven/licensable.git
Reference: 0.0.13
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/inseven/licensable
 * tag               0.0.13     -> FETCH_HEAD
HEAD is now at a8ad62c fix: Correct a typo in the `License` constructor
Cloned https://github.com/inseven/licensable.git
Revision (git rev-parse @):
a8ad62c6fde5aca29a47459b0687e580eee203dd
SUCCESS checkout https://github.com/inseven/licensable.git at 0.0.13
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/inseven/licensable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying LICENSE
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/10] Compiling Licensable Licensable.swift
[5/10] Compiling Licensable License.swift
[6/10] Compiling Licensable resource_bundle_accessor.swift
[7/10] Compiling Licensable Array.swift
[8/10] Compiling Licensable AnyLicensable.swift
[9/10] Emitting module Licensable
[10/10] Compiling Licensable Attribute.swift
Build complete! (4.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Licensable",
  "name" : "Licensable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Licensable",
      "targets" : [
        "Licensable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LicensableTests",
      "module_type" : "SwiftTarget",
      "name" : "LicensableTests",
      "path" : "Tests/LicensableTests",
      "sources" : [
        "LicensableTests.swift"
      ],
      "target_dependencies" : [
        "Licensable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Licensable",
      "module_type" : "SwiftTarget",
      "name" : "Licensable",
      "path" : "Sources/Licensable",
      "product_memberships" : [
        "Licensable"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Licensable/Resources/LICENSE",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyLicensable.swift",
        "Attribute.swift",
        "Extensions/Array.swift",
        "Licensable.swift",
        "License.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.