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 ThemePark, reference main (432557), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 16:06:06 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/ChimeHQ/ThemePark.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/ThemePark
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4325571 Remove explicit indent size
Cloned https://github.com/ChimeHQ/ThemePark.git
Revision (git rev-parse @):
43255713c27fdff877bef4ff132649beddc4697d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ThemePark.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChimeHQ/ThemePark.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/10] Compiling ColorToolbox PlatformColor+Internal.swift
[5/10] Compiling ColorToolbox PlatformColor+Brightness.swift
[6/10] Compiling ColorToolbox PlatformColor+RelativeLuminance.swift
[7/10] Emitting module ColorToolbox
[8/10] Compiling ColorToolbox PlatformColor.swift
[9/10] Compiling ColorToolbox Color+ColorToolbox.swift
[10/10] Compiling ColorToolbox PlatformColor+Hex.swift
[11/21] Compiling ThemePark UTType+Themes.swift
[12/22] Compiling ThemePark StylingCache.swift
[13/22] Compiling ThemePark XcodeTheme.swift
[14/22] Compiling ThemePark Style.swift
[15/22] Compiling ThemePark QueryContextModifier.swift
[16/22] Compiling ThemePark TextMateTheme.swift
[17/22] Compiling ThemePark ConstantStyler.swift
[18/22] Compiling ThemePark Query.swift
[19/22] Emitting module ThemePark
[20/22] Compiling ThemePark BBEditTheme.swift
[21/22] Compiling ThemePark CodableStyler.swift
[22/22] Compiling ThemePark SyntaxSpecifier.swift
Build complete! (12.96s)
Fetching https://github.com/raymondjavaxx/ColorToolbox
[1/317] Fetching colortoolbox
Fetched https://github.com/raymondjavaxx/ColorToolbox from cache (0.79s)
Computing version for https://github.com/raymondjavaxx/ColorToolbox
Computed https://github.com/raymondjavaxx/ColorToolbox at 1.1.0 (1.25s)
Creating working copy for https://github.com/raymondjavaxx/ColorToolbox
Working copy of https://github.com/raymondjavaxx/ColorToolbox resolved at 1.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "colortoolbox",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/raymondjavaxx/ColorToolbox"
    }
  ],
  "manifest_display_name" : "ThemePark",
  "name" : "ThemePark",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ThemePark",
      "targets" : [
        "ThemePark"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ThemeParkTests",
      "module_type" : "SwiftTarget",
      "name" : "ThemeParkTests",
      "path" : "Tests/ThemeParkTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ThemeParkTests/TestData",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BBEditThemeTests.swift",
        "CodableStylerTests.swift",
        "TextMateThemeTests.swift",
        "XcodeThemeTests.swift"
      ],
      "target_dependencies" : [
        "ThemePark"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ThemePark",
      "module_type" : "SwiftTarget",
      "name" : "ThemePark",
      "path" : "Sources/ThemePark",
      "product_dependencies" : [
        "ColorToolbox"
      ],
      "product_memberships" : [
        "ThemePark"
      ],
      "sources" : [
        "BBEditTheme.swift",
        "CodableStyler.swift",
        "ConstantStyler.swift",
        "Query.swift",
        "QueryContextModifier.swift",
        "Style.swift",
        "StylingCache.swift",
        "SyntaxSpecifier.swift",
        "TextMateTheme.swift",
        "UTType+Themes.swift",
        "XcodeTheme.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.