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 Gestalt, reference master (646923), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 19:42:46 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/regexident/Gestalt.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/regexident/Gestalt
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/regexident/Gestalt.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/7] Compiling Gestalt Gestalt.swift
[4/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 |
[5/7] Compiling Gestalt ThemeObserver.swift
[6/7] Compiling Gestalt ThemeManager.swift
[7/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 |
Build complete! (6.81s)
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.