The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Themeable, reference master (103986), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 03:36:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edwellbrook/Themeable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edwellbrook/Themeable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1039861 v0.8.0
Cloned https://github.com/edwellbrook/Themeable.git
Revision (git rev-parse @):
1039861c7cd57aba903946b2510ec400a4e95d4d
SUCCESS checkout https://github.com/edwellbrook/Themeable.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "themeable",
      "name": "Themeable",
      "url": "https://github.com/edwellbrook/Themeable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Themeable",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/edwellbrook/Themeable.git
[1/262] Fetching themeable
Fetched https://github.com/edwellbrook/Themeable.git from cache (0.57s)
Creating working copy for https://github.com/edwellbrook/Themeable.git
Working copy of https://github.com/edwellbrook/Themeable.git resolved at master (1039861)
warning: '.resolve-product-dependencies': dependency 'themeable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/edwellbrook/Themeable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling Themeable ThemePersistor.swift
[4/6] Compiling Themeable Themeable.swift
[5/6] Emitting module Themeable
[6/6] Compiling Themeable ThemeManager.swift
Build complete! (3.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Themeable",
  "name" : "Themeable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Themeable",
      "targets" : [
        "Themeable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "ThemeableTests",
      "module_type" : "SwiftTarget",
      "name" : "ThemeableTests",
      "path" : "Tests/ThemeableTests",
      "sources" : [
        "ThemeableTests.swift"
      ],
      "target_dependencies" : [
        "Themeable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Themeable",
      "module_type" : "SwiftTarget",
      "name" : "Themeable",
      "path" : "Sources/Themeable",
      "product_memberships" : [
        "Themeable"
      ],
      "sources" : [
        "ThemeManager.swift",
        "ThemePersistor.swift",
        "Themeable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.