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 TooMuchTheme, reference main (427088), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 12:15:40 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/ThatsJustCheesy/TooMuchTheme.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ThatsJustCheesy/TooMuchTheme
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4270886 Fix typos in README
Cloned https://github.com/ThatsJustCheesy/TooMuchTheme.git
Revision (git rev-parse @):
427088605981dbf9b9c4cec50c48055378b2a162
SUCCESS checkout https://github.com/ThatsJustCheesy/TooMuchTheme.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ThatsJustCheesy/TooMuchTheme.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 FootlessParser StringParser.swift
[5/10] Compiling FootlessParser Converters.swift
[6/10] Compiling FootlessParser Parser.swift
[7/10] Compiling FootlessParser Parsers.swift
[8/10] Compiling FootlessParser Parser+Operators.swift
[9/10] Emitting module FootlessParser
[10/10] Compiling FootlessParser Error.swift
[11/20] Compiling TooMuchTheme ScopeSelector.swift
[12/20] Compiling TooMuchTheme Scope.swift
[13/20] Compiling TooMuchTheme Style.swift
[14/20] Compiling TooMuchTheme ScopeName.swift
[15/20] Compiling TooMuchTheme FontProvider.swift
[16/20] Compiling TooMuchTheme Theme.swift
[17/20] Compiling TooMuchTheme Context.swift
[18/20] Compiling TooMuchTheme AttributedString.swift
[19/20] Emitting module TooMuchTheme
[20/20] Compiling TooMuchTheme Color.swift
Build complete! (12.71s)
Fetching https://github.com/kareman/FootlessParser
[1/1836] Fetching footlessparser
Fetched https://github.com/kareman/FootlessParser from cache (1.13s)
Computing version for https://github.com/kareman/FootlessParser
Computed https://github.com/kareman/FootlessParser at 0.5.2 (3.08s)
Creating working copy for https://github.com/kareman/FootlessParser
Working copy of https://github.com/kareman/FootlessParser resolved at 0.5.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "footlessparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/FootlessParser"
    }
  ],
  "manifest_display_name" : "TooMuchTheme",
  "name" : "TooMuchTheme",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TooMuchTheme",
      "targets" : [
        "TooMuchTheme"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TooMuchThemeTests",
      "module_type" : "SwiftTarget",
      "name" : "TooMuchThemeTests",
      "path" : "Tests/TooMuchThemeTests",
      "sources" : [
        "ScopeSelectorMatchTests.swift",
        "ScopeSelectorParseTests.swift"
      ],
      "target_dependencies" : [
        "TooMuchTheme"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TooMuchTheme",
      "module_type" : "SwiftTarget",
      "name" : "TooMuchTheme",
      "path" : "Sources/TooMuchTheme",
      "product_dependencies" : [
        "FootlessParser"
      ],
      "product_memberships" : [
        "TooMuchTheme"
      ],
      "sources" : [
        "AttributedString.swift",
        "Color.swift",
        "Context.swift",
        "FontProvider.swift",
        "Scope.swift",
        "ScopeName.swift",
        "ScopeSelector.swift",
        "Style.swift",
        "Theme.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.