Build Information
Successful build of swift-design-system, reference main (ccc9f1), with Swift 6.1 for macOS (SPM) on 3 Apr 2026 21:35: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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/philiprehberger/swift-design-system.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/philiprehberger/swift-design-system
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ccc9f18 Update install version to 0.2.0 in README
Cloned https://github.com/philiprehberger/swift-design-system.git
Revision (git rev-parse @):
ccc9f183f82d2af34414b14dd1131fc7be04397d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/philiprehberger/swift-design-system.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/philiprehberger/swift-design-system.git
https://github.com/philiprehberger/swift-design-system.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-design-system",
"name" : "swift-design-system",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DesignSystem",
"targets" : [
"DesignSystem"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DesignSystemTests",
"module_type" : "SwiftTarget",
"name" : "DesignSystemTests",
"path" : "Tests/DesignSystemTests",
"sources" : [
"ComponentRegistryTests.swift",
"DesignTokenTests.swift",
"ThemeManagerTests.swift",
"ThemeTests.swift",
"TokenExporterTests.swift",
"TokenValidatorTests.swift"
],
"target_dependencies" : [
"DesignSystem"
],
"type" : "test"
},
{
"c99name" : "DesignSystem",
"module_type" : "SwiftTarget",
"name" : "DesignSystem",
"path" : "Sources/DesignSystem",
"product_memberships" : [
"DesignSystem"
],
"sources" : [
"ComponentRegistry.swift",
"DesignSystem.swift",
"DesignToken.swift",
"Theme.swift",
"ThemeManager.swift",
"TokenExporter.swift",
"TokenValidator.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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/10] Compiling DesignSystem TokenValidator.swift
[4/10] Compiling DesignSystem TokenExporter.swift
[5/10] Compiling DesignSystem ThemeManager.swift
[6/10] Compiling DesignSystem Theme.swift
[7/10] Emitting module DesignSystem
[8/10] Compiling DesignSystem DesignToken.swift
[9/10] Compiling DesignSystem DesignSystem.swift
[10/10] Compiling DesignSystem ComponentRegistry.swift
Build complete! (5.19s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-design-system",
"name" : "swift-design-system",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DesignSystem",
"targets" : [
"DesignSystem"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DesignSystemTests",
"module_type" : "SwiftTarget",
"name" : "DesignSystemTests",
"path" : "Tests/DesignSystemTests",
"sources" : [
"ComponentRegistryTests.swift",
"DesignTokenTests.swift",
"ThemeManagerTests.swift",
"ThemeTests.swift",
"TokenExporterTests.swift",
"TokenValidatorTests.swift"
],
"target_dependencies" : [
"DesignSystem"
],
"type" : "test"
},
{
"c99name" : "DesignSystem",
"module_type" : "SwiftTarget",
"name" : "DesignSystem",
"path" : "Sources/DesignSystem",
"product_memberships" : [
"DesignSystem"
],
"sources" : [
"ComponentRegistry.swift",
"DesignSystem.swift",
"DesignToken.swift",
"Theme.swift",
"ThemeManager.swift",
"TokenExporter.swift",
"TokenValidator.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.