Build Information
Successful build of swift-design-system, reference v0.2.0 (8fb7f0), with Swift 6.1 for macOS (SPM) on 3 Apr 2026 03:07:15 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: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/philiprehberger/swift-design-system
* tag v0.2.0 -> FETCH_HEAD
HEAD is now at 8fb7f0f Release v0.2.0
Cloned https://github.com/philiprehberger/swift-design-system.git
Revision (git rev-parse @):
8fb7f0fbc89c471ee4e1addb0cb69b0d0f03bfa7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/philiprehberger/swift-design-system.git at v0.2.0
========================================
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 DesignToken.swift
[4/10] Compiling DesignSystem Theme.swift
[5/10] Compiling DesignSystem ThemeManager.swift
[6/10] Compiling DesignSystem TokenValidator.swift
[7/10] Compiling DesignSystem TokenExporter.swift
[8/10] Compiling DesignSystem DesignSystem.swift
[9/10] Emitting module DesignSystem
[10/10] Compiling DesignSystem ComponentRegistry.swift
Build complete! (5.36s)
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.