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 LoaderUI, reference 0.1.0 (90ca7c), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 00:51:34 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mcrich23/LoaderUI.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Mcrich23/LoaderUI
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 90ca7c0 Update README
Cloned https://github.com/Mcrich23/LoaderUI.git
Revision (git rev-parse @):
90ca7c0f9086d48c37057d7b71a1b1332d5c58e4
SUCCESS checkout https://github.com/Mcrich23/LoaderUI.git at 0.1.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": "loaderui",
      "name": "LoaderUI",
      "url": "https://github.com/Mcrich23/LoaderUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LoaderUI",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Mcrich23/LoaderUI.git
[1/649] Fetching loaderui
Fetched https://github.com/Mcrich23/LoaderUI.git from cache (2.40s)
Creating working copy for https://github.com/Mcrich23/LoaderUI.git
Working copy of https://github.com/Mcrich23/LoaderUI.git resolved at 0.1.0 (90ca7c0)
warning: '.resolve-product-dependencies': dependency 'loaderui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Mcrich23/LoaderUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun 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--7754E27361AE5C74.txt
[3/25] Compiling LoaderUI BallScale.swift
[4/25] Compiling LoaderUI BallScaleRipple.swift
[5/25] Compiling LoaderUI BallScaleRippleMultiple.swift
[6/25] Compiling LoaderUI BallPulse.swift
[7/25] Compiling LoaderUI BallPulseSync.swift
[8/25] Compiling LoaderUI BallRotate.swift
[9/27] Compiling LoaderUI LineScalePulseOutRapid.swift
[10/27] Compiling LoaderUI SemiCircleSpin.swift
[11/27] Compiling LoaderUI BallClipRotatePulse.swift
[12/27] Compiling LoaderUI BallGridBeat.swift
[13/27] Compiling LoaderUI BallGridPulse.swift
[14/27] Compiling LoaderUI LineScaleParty.swift
[15/27] Compiling LoaderUI LineScalePulseOut.swift
[16/27] Emitting module LoaderUI
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:24:9: warning: main actor-isolated property 'animatableData' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 22 |     }
 23 |
 24 |     var animatableData: Double {
    |         `- warning: main actor-isolated property 'animatableData' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 25 |         get { progressiveKeyframe }
 26 |         set {
SwiftUICore.Animatable:4:9: note: 'animatableData' declared here
2 | public protocol Animatable {
3 |     associatedtype AnimatableData : VectorArithmetic
4 |     var animatableData: Self.AnimatableData { get set }
  |         `- note: 'animatableData' declared here
5 |     static func _makeAnimatable(value: inout _GraphValue<Self>, inputs: _GraphInputs)
6 | }
[17/27] Compiling LoaderUI BallBeat.swift
[18/27] Compiling LoaderUI BallClipRotate.swift
[19/27] Compiling LoaderUI BallClipRotateMultiple.swift
[20/27] Compiling LoaderUI BallZigZagDeflect.swift
[21/27] Compiling LoaderUI CubeTransition.swift
[22/27] Compiling LoaderUI KeyframeAnimation.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:24:9: warning: main actor-isolated property 'animatableData' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 22 |     }
 23 |
 24 |     var animatableData: Double {
    |         `- warning: main actor-isolated property 'animatableData' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 25 |         get { progressiveKeyframe }
 26 |         set {
SwiftUICore.Animatable:4:9: note: 'animatableData' declared here
2 | public protocol Animatable {
3 |     associatedtype AnimatableData : VectorArithmetic
4 |     var animatableData: Self.AnimatableData { get set }
  |         `- note: 'animatableData' declared here
5 |     static func _makeAnimatable(value: inout _GraphValue<Self>, inputs: _GraphInputs)
6 | }
[23/27] Compiling LoaderUI LineScale.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:24:9: warning: main actor-isolated property 'animatableData' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 22 |     }
 23 |
 24 |     var animatableData: Double {
    |         `- warning: main actor-isolated property 'animatableData' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 25 |         get { progressiveKeyframe }
 26 |         set {
SwiftUICore.Animatable:4:9: note: 'animatableData' declared here
2 | public protocol Animatable {
3 |     associatedtype AnimatableData : VectorArithmetic
4 |     var animatableData: Self.AnimatableData { get set }
  |         `- note: 'animatableData' declared here
5 |     static func _makeAnimatable(value: inout _GraphValue<Self>, inputs: _GraphInputs)
6 | }
[24/27] Compiling LoaderUI BallTrianglePath.swift
[25/27] Compiling LoaderUI BallZigZag.swift
[26/27] Compiling LoaderUI SquareSpin.swift
[27/27] Compiling LoaderUI TriangleSkewSpin.swift
Build complete! (25.10s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Exclude': File not found.
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LoaderUI",
  "name" : "LoaderUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LoaderUI",
      "targets" : [
        "LoaderUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoaderUI",
      "module_type" : "SwiftTarget",
      "name" : "LoaderUI",
      "path" : "Sources",
      "product_memberships" : [
        "LoaderUI"
      ],
      "sources" : [
        "BallBeat.swift",
        "BallClipRotate.swift",
        "BallClipRotateMultiple.swift",
        "BallClipRotatePulse.swift",
        "BallGridBeat.swift",
        "BallGridPulse.swift",
        "BallPulse.swift",
        "BallPulseSync.swift",
        "BallRotate.swift",
        "BallScale.swift",
        "BallScaleRipple.swift",
        "BallScaleRippleMultiple.swift",
        "BallTrianglePath.swift",
        "BallZigZag.swift",
        "BallZigZagDeflect.swift",
        "CubeTransition.swift",
        "KeyframeAnimation.swift",
        "LineScale.swift",
        "LineScaleParty.swift",
        "LineScalePulseOut.swift",
        "LineScalePulseOutRapid.swift",
        "SemiCircleSpin.swift",
        "SquareSpin.swift",
        "TriangleSkewSpin.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Exclude': File not found.
Done.