The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swiftui-theming, reference 0.2.0 (5cce71), with Swift 6.1 for macOS (SPM) on 9 Mar 2026 23:31:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexanderwe/swiftui-theming.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexanderwe/swiftui-theming
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 5cce711 chore: formatting and linting
Cloned https://github.com/alexanderwe/swiftui-theming.git
Revision (git rev-parse @):
5cce711c816fae87ea076bebd861a2ee759eedda
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/alexanderwe/swiftui-theming.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexanderwe/swiftui-theming.git
https://github.com/alexanderwe/swiftui-theming.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swiftui-theming",
  "name" : "swiftui-theming",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.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",
        "Extensions/PreviewTrait+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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/13] Compiling Theming ThemeFont.swift
[5/13] Compiling Theming ThemeTraits.swift
[6/13] Compiling Theming resource_bundle_accessor.swift
[7/13] Compiling Theming ThemeManager.swift
[8/13] Compiling Theming Theme.swift
[9/13] Compiling Theming ThemeColor.swift
[10/13] Compiling Theming ThemeColorStyle.swift
[11/13] Compiling Theming EnvironmentValues+Theming.swift
[12/13] Emitting module Theming
[13/13] Compiling Theming PreviewTrait+Theming.swift
Build complete! (9.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swiftui-theming",
  "name" : "swiftui-theming",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.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",
        "Extensions/PreviewTrait+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.