The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GlassGem, reference main (e0bcb9), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 21:00:41 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/armadsen/GlassGem.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/armadsen/GlassGem
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e0bcb92 Update README.md with shields.io badges
Cloned https://github.com/armadsen/GlassGem.git
Revision (git rev-parse @):
e0bcb92ebbcf830a4ea843e87abb66d7b6b2485a
SUCCESS checkout https://github.com/armadsen/GlassGem.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": "glassgem",
      "name": "GlassGem",
      "url": "https://github.com/armadsen/GlassGem.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GlassGem",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/armadsen/GlassGem.git
[1/30] Fetching glassgem
Fetched https://github.com/armadsen/GlassGem.git from cache (0.57s)
Creating working copy for https://github.com/armadsen/GlassGem.git
Working copy of https://github.com/armadsen/GlassGem.git resolved at main (e0bcb92)
warning: '.resolve-product-dependencies': dependency 'glassgem' 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/armadsen/GlassGem.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/4] Emitting module GlassGem
[4/4] Compiling GlassGem Data+COBS.swift
Build complete! (4.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GlassGem",
  "name" : "GlassGem",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GlassGem",
      "targets" : [
        "GlassGem"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GlassGemTests",
      "module_type" : "SwiftTarget",
      "name" : "GlassGemTests",
      "path" : "Tests/GlassGemTests",
      "sources" : [
        "GlassGemTests.swift"
      ],
      "target_dependencies" : [
        "GlassGem"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GlassGem",
      "module_type" : "SwiftTarget",
      "name" : "GlassGem",
      "path" : "Sources/GlassGem",
      "product_memberships" : [
        "GlassGem"
      ],
      "sources" : [
        "Data+COBS.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.