The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TooMuchTheme, reference v1.0.0 (8acfdf), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 12:14:34 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: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ThatsJustCheesy/TooMuchTheme
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 8acfdf8 Write README
Cloned https://github.com/ThatsJustCheesy/TooMuchTheme.git
Revision (git rev-parse @):
8acfdf802327ced15b77b5917e66ecd03b7f5038
SUCCESS checkout https://github.com/ThatsJustCheesy/TooMuchTheme.git at v1.0.0
========================================
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 Parser+Operators.swift
[5/10] Emitting module FootlessParser
[6/10] Compiling FootlessParser Parser.swift
[7/10] Compiling FootlessParser Converters.swift
[8/10] Compiling FootlessParser StringParser.swift
[9/10] Compiling FootlessParser Error.swift
[10/10] Compiling FootlessParser Parsers.swift
[11/20] Compiling TooMuchTheme Style.swift
[12/20] Compiling TooMuchTheme ScopeName.swift
[13/20] Compiling TooMuchTheme ScopeSelector.swift
[14/20] Compiling TooMuchTheme Scope.swift
[15/20] Compiling TooMuchTheme Context.swift
[16/20] Compiling TooMuchTheme FontProvider.swift
[17/20] Compiling TooMuchTheme Theme.swift
[18/20] Emitting module TooMuchTheme
[19/20] Compiling TooMuchTheme AttributedString.swift
[20/20] Compiling TooMuchTheme Color.swift
Build complete! (12.78s)
Fetching https://github.com/kareman/FootlessParser
[1/1836] Fetching footlessparser
Fetched https://github.com/kareman/FootlessParser from cache (1.15s)
Computing version for https://github.com/kareman/FootlessParser
Computed https://github.com/kareman/FootlessParser at 0.5.2 (3.21s)
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.