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 Themeable, reference v0.8.0 (103986), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 04:44:33 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edwellbrook/Themeable.git
Reference: v0.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edwellbrook/Themeable
 * tag               v0.8.0     -> FETCH_HEAD
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 v0.8.0
========================================
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/edwellbrook/Themeable.git
[6/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 v0.8.0 (1039861)
warning: '.resolve-product-dependencies': dependency 'themeable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/edwellbrook/Themeable.git
https://github.com/edwellbrook/Themeable.git
{
  "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"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/6] Emitting module Themeable
[4/6] Compiling Themeable Themeable.swift
[5/6] Compiling Themeable ThemeManager.swift
[6/6] Compiling Themeable ThemePersistor.swift
Build complete! (4.55s)
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.