Build Information
Successful build of swiftui-theming, reference v0.1.1 (870977
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 09:00:33 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.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexanderwe/swiftui-theming.git
Reference: v0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexanderwe/swiftui-theming
* tag v0.1.1 -> FETCH_HEAD
HEAD is now at 8709778 feat: Refine publicly exposed types (#1)
Cloned https://github.com/alexanderwe/swiftui-theming.git
Revision (git rev-parse @):
870977860394ef6951b98a83279785a02b2733c9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/alexanderwe/swiftui-theming.git at v0.1.1
========================================
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" : "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"
}
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/12] Compiling Theming ThemeManager.swift
[5/12] Compiling Theming resource_bundle_accessor.swift
[6/12] Compiling Theming Theme.swift
[7/12] Compiling Theming ThemeTraits.swift
[8/12] Compiling Theming ThemeColorStyle.swift
[9/12] Compiling Theming ThemeColor.swift
[10/12] Compiling Theming ThemeFont.swift
[11/12] Compiling Theming EnvironmentValues+Theming.swift
[12/12] Emitting module Theming
Build complete! (8.66s)
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.