The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-design-system, reference main (ccc9f1), with Swift 6.0 for macOS (SPM) on 3 Apr 2026 21:37:13 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build 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.0
Building package at path:  $PWD
https://github.com/philiprehberger/swift-design-system.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/10] Emitting module DesignSystem
[4/10] Compiling DesignSystem ComponentRegistry.swift
[5/10] Compiling DesignSystem Theme.swift
[6/10] Compiling DesignSystem ThemeManager.swift
[7/10] Compiling DesignSystem DesignToken.swift
[8/10] Compiling DesignSystem DesignSystem.swift
[9/10] Compiling DesignSystem TokenValidator.swift
[10/10] Compiling DesignSystem TokenExporter.swift
Build complete! (5.75s)
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.