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 SwiftGlass, reference main (4e7eee), with Swift 5.10 for macOS (SPM) on 12 Jun 2025 09:25:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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/1998code/SwiftGlass.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1998code/SwiftGlass
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4e7eeeb Merge pull request #8 from 1998code/7-adding-package-to-other-package
Cloned https://github.com/1998code/SwiftGlass.git
Revision (git rev-parse @):
4e7eeeb01cf3bf93564b1ccface55f2401257f72
SUCCESS checkout https://github.com/1998code/SwiftGlass.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/1998code/SwiftGlass.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/6] Compiling SwiftGlass SwiftGlass.swift
[4/6] Compiling SwiftGlass GlassBackgroundModifier.swift
[5/6] Emitting module SwiftGlass
[6/6] Compiling SwiftGlass BlobGlassModifier.swift
Build complete! (7.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftGlass",
  "name" : "SwiftGlass",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftGlass",
      "targets" : [
        "SwiftGlass"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftGlass",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGlass",
      "path" : "Sources/SwiftGlass",
      "product_memberships" : [
        "SwiftGlass"
      ],
      "sources" : [
        "BlobGlassModifier.swift",
        "GlassBackgroundModifier.swift",
        "SwiftGlass.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.