The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUITheme, reference main (03468e), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 06:50:12 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/Tunous/SwiftUITheme.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Tunous/SwiftUITheme
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 03468e5 Example app
Cloned https://github.com/Tunous/SwiftUITheme.git
Revision (git rev-parse @):
03468e5975e58e9dfbc6783b8de590da1ffd8299
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Tunous/SwiftUITheme.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Tunous/SwiftUITheme.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling SwiftUITheme ThemeColoredView.swift
[4/8] Compiling SwiftUITheme BaseTheme.swift
[5/8] Compiling SwiftUITheme View+Modifiers.swift
[6/8] Compiling SwiftUITheme ThemeColor.swift
[7/8] Emitting module SwiftUITheme
[8/8] Compiling SwiftUITheme Shape+Modifiers.swift
Build complete! (8.96s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUITheme",
  "name" : "SwiftUITheme",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUITheme",
      "targets" : [
        "SwiftUITheme"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUITheme",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUITheme",
      "path" : "Sources/SwiftUITheme",
      "product_memberships" : [
        "SwiftUITheme"
      ],
      "sources" : [
        "BaseTheme.swift",
        "Modifiers/Shape+Modifiers.swift",
        "Modifiers/View+Modifiers.swift",
        "ThemeColor.swift",
        "ThemeColoredView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.