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 Glorifier, reference v1.1.0 (5afeed), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 05:21:10 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/no-comment/Glorifier.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/no-comment/Glorifier
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 5afeed5 Update README.md
Cloned https://github.com/no-comment/Glorifier.git
Revision (git rev-parse @):
5afeed5a051e247f610830558d82f09b3db9de2a
SUCCESS checkout https://github.com/no-comment/Glorifier.git at v1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/no-comment/Glorifier.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/6] Compiling Glorifier GlorifierEffect.swift
[4/6] Compiling Glorifier AnimatableShadow.swift
[5/6] Emitting module Glorifier
[6/6] Compiling Glorifier Glorifier.swift
Build complete! (7.02s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Glorifier",
  "name" : "Glorifier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Glorifier",
      "targets" : [
        "Glorifier"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Glorifier",
      "module_type" : "SwiftTarget",
      "name" : "Glorifier",
      "path" : "Sources/Glorifier",
      "product_memberships" : [
        "Glorifier"
      ],
      "sources" : [
        "AnimatableShadow.swift",
        "Glorifier.swift",
        "GlorifierEffect.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.