This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Decomposed with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/b3ll/Decomposed.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/b3ll/Decomposed
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 225ec77 Fix swift-create-xcframeworks in create-release.yml
Cloned https://github.com/b3ll/Decomposed.git
Revision (git rev-parse @):
225ec7726a70ae586a5e0d65b450551d4f15b298
SUCCESS checkout https://github.com/b3ll/Decomposed.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/b3ll/Decomposed.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/11] Compiling Decomposed Interpolatable.swift
[4/11] Compiling Decomposed Globals.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Decomposed/Globals.swift:13:14: warning: let 'DisableActions' is not concurrency-safe because non-'Sendable' type '(() -> Void) -> ()' may have shared mutable state; this is an error in the Swift 6 language mode
11 | internal let SupportedAccuracy = 0.0001
12 |
13 | internal let DisableActions = { (changes: () -> Void) in
   |              |- warning: let 'DisableActions' is not concurrency-safe because non-'Sendable' type '(() -> Void) -> ()' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: annotate 'DisableActions' with '@MainActor' if property should only be accessed from the main actor
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |   CATransaction.begin()
15 |   CATransaction.setDisableActions(true)
[5/11] Compiling Decomposed CGFloatVectorTypes.swift
[6/11] Emitting module Decomposed
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Decomposed/Globals.swift:13:14: warning: let 'DisableActions' is not concurrency-safe because non-'Sendable' type '(() -> Void) -> ()' may have shared mutable state; this is an error in the Swift 6 language mode
11 | internal let SupportedAccuracy = 0.0001
12 |
13 | internal let DisableActions = { (changes: () -> Void) in
   |              |- warning: let 'DisableActions' is not concurrency-safe because non-'Sendable' type '(() -> Void) -> ()' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: annotate 'DisableActions' with '@MainActor' if property should only be accessed from the main actor
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |   CATransaction.begin()
15 |   CATransaction.setDisableActions(true)
[7/11] Compiling Decomposed CATransform3DConvenienceExtensions.swift
[8/11] Compiling Decomposed SIMDConvenienceExtensions.swift
[9/11] Compiling Decomposed CATransform3DExtensions.swift
[10/11] Compiling Decomposed SIMDDecomposed.swift
[11/11] Compiling Decomposed CALayerExtensions.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Decomposed/Globals.swift:13:14: warning: let 'DisableActions' is not concurrency-safe because non-'Sendable' type '(() -> Void) -> ()' may have shared mutable state; this is an error in the Swift 6 language mode
11 | internal let SupportedAccuracy = 0.0001
12 |
13 | internal let DisableActions = { (changes: () -> Void) in
   |              |- warning: let 'DisableActions' is not concurrency-safe because non-'Sendable' type '(() -> Void) -> ()' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: annotate 'DisableActions' with '@MainActor' if property should only be accessed from the main actor
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |   CATransaction.begin()
15 |   CATransaction.setDisableActions(true)
Build complete! (24.18s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Decomposed/Info.plist
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Decomposed",
  "name" : "Decomposed",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Decomposed",
      "targets" : [
        "Decomposed"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DecomposedTests",
      "module_type" : "SwiftTarget",
      "name" : "DecomposedTests",
      "path" : "Tests/DecomposedTests",
      "sources" : [
        "DoubleTests.swift",
        "FloatTests.swift",
        "XCTestManifests.swift",
        "XCTestUtils.swift"
      ],
      "target_dependencies" : [
        "Decomposed"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Decomposed",
      "module_type" : "SwiftTarget",
      "name" : "Decomposed",
      "path" : "Sources/Decomposed",
      "product_memberships" : [
        "Decomposed"
      ],
      "sources" : [
        "CALayerExtensions.swift",
        "CATransform3DConvenienceExtensions.swift",
        "CATransform3DExtensions.swift",
        "CGFloatVectorTypes.swift",
        "Globals.swift",
        "Interpolatable.swift",
        "SIMDConvenienceExtensions.swift",
        "SIMDDecomposed.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.