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 swiftui-theming, reference main (2a9001), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 22:24:10 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/alexanderwe/swiftui-theming.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexanderwe/swiftui-theming
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2a90014 fix(docs): fix minimum deployment targets of documentation
Cloned https://github.com/alexanderwe/swiftui-theming.git
Revision (git rev-parse @):
2a90014221bfedf2c9943819b89e142ba646a1d3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/alexanderwe/swiftui-theming.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alexanderwe/swiftui-theming.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
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/12] Compiling Theming ThemeTraits.swift
[5/12] Compiling Theming resource_bundle_accessor.swift
[6/12] Compiling Theming ThemeColorStyle.swift
[7/12] Compiling Theming ThemeFont.swift
[8/12] Compiling Theming ThemeColor.swift
[9/12] Compiling Theming Theme.swift
[10/12] Emitting module Theming
[11/12] Compiling Theming EnvironmentValues+Theming.swift
[12/12] Compiling Theming ThemeManager.swift
Build complete! (8.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swiftui-theming",
  "name" : "swiftui-theming",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Theming",
      "targets" : [
        "Theming"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ThemingTests",
      "module_type" : "SwiftTarget",
      "name" : "ThemingTests",
      "path" : "Tests/ThemingTests",
      "sources" : [
        "Mocks.swift",
        "ThemeColorTests.swift",
        "ThemeFontTests.swift",
        "ThemeManagerTests.swift"
      ],
      "target_dependencies" : [
        "Theming"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Theming",
      "module_type" : "SwiftTarget",
      "name" : "Theming",
      "path" : "Sources/Theming",
      "product_memberships" : [
        "Theming"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Theming/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/EnvironmentValues+Theming.swift",
        "Theme+Colors/ThemeColor.swift",
        "Theme+Colors/ThemeColorStyle.swift",
        "Theme+Fonts/ThemeFont.swift",
        "Theme.swift",
        "ThemeManager.swift",
        "ThemeTraits.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.