The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Gestalt, reference 2.1.1 (646923), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 23:40:37 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/regexident/Gestalt.git
Reference: 2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/regexident/Gestalt
 * tag               2.1.1      -> FETCH_HEAD
HEAD is now at 6469230 Bumped version to '2.1.1'
Cloned https://github.com/regexident/Gestalt.git
Revision (git rev-parse @):
6469230fb1b81ea449312a855b410425030b287e
SUCCESS checkout https://github.com/regexident/Gestalt.git at 2.1.1
========================================
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": "gestalt",
      "name": "Gestalt",
      "url": "https://github.com/regexident/Gestalt.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Gestalt",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/regexident/Gestalt.git
[1/511] Fetching gestalt
Fetched https://github.com/regexident/Gestalt.git from cache (1.21s)
Creating working copy for https://github.com/regexident/Gestalt.git
Working copy of https://github.com/regexident/Gestalt.git resolved at 2.1.1 (6469230)
warning: '.resolve-product-dependencies': dependency 'gestalt' 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/regexident/Gestalt.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/7] Compiling Gestalt Themeable.swift
/Users/admin/builder/spi-builder-workspace/Gestalt/Themeable.swift:12:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
10 |
11 | /// Utility protocol for enabling Gestalt themes
12 | public protocol Themeable: class {
   |                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
13 |     associatedtype Theme: Gestalt.Theme
14 |
[4/7] Compiling Gestalt Gestalt.swift
[5/7] Emitting module Gestalt
/Users/admin/builder/spi-builder-workspace/Gestalt/Themeable.swift:12:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
10 |
11 | /// Utility protocol for enabling Gestalt themes
12 | public protocol Themeable: class {
   |                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
13 |     associatedtype Theme: Gestalt.Theme
14 |
[6/7] Compiling Gestalt ThemeManager.swift
[7/7] Compiling Gestalt ThemeObserver.swift
Build complete! (8.12s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Gestalt",
  "name" : "Gestalt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Gestalt",
      "targets" : [
        "Gestalt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GestaltTests",
      "module_type" : "SwiftTarget",
      "name" : "GestaltTests",
      "path" : "GestaltTests",
      "sources" : [
        "GestaltTests.swift"
      ],
      "target_dependencies" : [
        "Gestalt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Gestalt",
      "module_type" : "SwiftTarget",
      "name" : "Gestalt",
      "path" : "Gestalt",
      "product_memberships" : [
        "Gestalt"
      ],
      "sources" : [
        "Gestalt.swift",
        "ThemeManager.swift",
        "ThemeObserver.swift",
        "Themeable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.