The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swiftui-theming, reference main (2a9001), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 09:00:31 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexanderwe/swiftui-theming
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2a90014 fix(docs): fix minimum deployment targets of documentation
Cloned https://github.com/alexanderwe/swiftui-theming.git
Revision (git rev-parse @):
2a90014221bfedf2c9943819b89e142ba646a1d3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/alexanderwe/swiftui-theming.git at main
========================================
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 resource_bundle_accessor.swift
[5/12] Compiling Theming Theme.swift
[6/12] Compiling Theming ThemeTraits.swift
[7/12] Compiling Theming ThemeFont.swift
[8/12] Compiling Theming ThemeColorStyle.swift
[9/12] Compiling Theming ThemeColor.swift
[10/12] Compiling Theming EnvironmentValues+Theming.swift
[11/12] Emitting module Theming
[12/12] Compiling Theming ThemeManager.swift
Build complete! (9.49s)
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.