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 LCARSDisplayKit, reference 2.1.0 (eb6b44), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 03:56:19 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/richardpiazza/LCARSDisplayKit.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/LCARSDisplayKit
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at eb6b441 Import Cleanup; Source/Resource reference correction.
Cloned https://github.com/richardpiazza/LCARSDisplayKit.git
Revision (git rev-parse @):
eb6b44153de9adfdfa895e7aae5e489afc897e21
SUCCESS checkout https://github.com/richardpiazza/LCARSDisplayKit.git at 2.1.0
Fetching https://github.com/richardpiazza/GraphPoint.git
[12/568] Fetching graphpoint
Fetched https://github.com/richardpiazza/GraphPoint.git from cache (0.75s)
Computing version for https://github.com/richardpiazza/GraphPoint.git
Computed https://github.com/richardpiazza/GraphPoint.git at 3.4.0 (1.37s)
Creating working copy for https://github.com/richardpiazza/GraphPoint.git
Working copy of https://github.com/richardpiazza/GraphPoint.git resolved at 3.4.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": "lcarsdisplaykit",
      "name": "LCARSDisplayKit",
      "url": "https://github.com/richardpiazza/LCARSDisplayKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LCARSDisplayKit",
      "dependencies": [
        {
          "identity": "graphpoint",
          "name": "GraphPoint",
          "url": "https://github.com/richardpiazza/GraphPoint.git",
          "version": "3.4.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GraphPoint",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/richardpiazza/LCARSDisplayKit.git
[1/1444] Fetching lcarsdisplaykit
Fetched https://github.com/richardpiazza/LCARSDisplayKit.git from cache (0.92s)
Fetching https://github.com/richardpiazza/GraphPoint.git from cache
Fetched https://github.com/richardpiazza/GraphPoint.git from cache (0.43s)
Computing version for https://github.com/richardpiazza/GraphPoint.git
Computed https://github.com/richardpiazza/GraphPoint.git at 3.4.0 (0.48s)
Creating working copy for https://github.com/richardpiazza/LCARSDisplayKit.git
Working copy of https://github.com/richardpiazza/LCARSDisplayKit.git resolved at 2.1.0 (eb6b441)
Creating working copy for https://github.com/richardpiazza/GraphPoint.git
Working copy of https://github.com/richardpiazza/GraphPoint.git resolved at 3.4.0
warning: '.resolve-product-dependencies': dependency 'lcarsdisplaykit' is not used by any target
Found 1 product dependencies
  - GraphPoint
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/LCARSDisplayKit.git
https://github.com/richardpiazza/LCARSDisplayKit.git
{
  "dependencies" : [
    {
      "identity" : "graphpoint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/GraphPoint.git"
    }
  ],
  "manifest_display_name" : "LCARSDisplayKit",
  "name" : "LCARSDisplayKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LCARSDisplayKit",
      "targets" : [
        "LCARSDisplayKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LCARSDisplayKitUI",
      "targets" : [
        "LCARSDisplayKitUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LCARSDisplayKitViews",
      "targets" : [
        "LCARSDisplayKitViews"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LCARSDisplayKitViews",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKitViews",
      "path" : "Sources/LCARSDisplayKitViews",
      "product_dependencies" : [
        "GraphPoint"
      ],
      "product_memberships" : [
        "LCARSDisplayKitViews"
      ],
      "sources" : [
        "DPad.swift",
        "DirectionGroupingView.swift",
        "DirectionGroupingView01.swift",
        "DirectionGroupingView02.swift",
        "DirectionGroupingView03.swift"
      ],
      "target_dependencies" : [
        "LCARSDisplayKit",
        "LCARSDisplayKitUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LCARSDisplayKitUI",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKitUI",
      "path" : "Sources/LCARSDisplayKitUI",
      "product_dependencies" : [
        "GraphPoint"
      ],
      "product_memberships" : [
        "LCARSDisplayKitUI",
        "LCARSDisplayKitViews"
      ],
      "sources" : [
        "ArcButton.swift",
        "Behavior.swift",
        "Button.swift",
        "CommandSequencer.swift",
        "Configuration.swift",
        "CrescentButton.swift",
        "DirectionButton.swift",
        "EdgedCrescentButton.swift",
        "ElbowButton.swift",
        "RoundedRectangleButton.swift",
        "TNG.swift",
        "Tappable.swift",
        "Theme.swift",
        "UIColor+LCARSDisplayKit.swift",
        "UIFont+LCARSDisplayKit.swift",
        "UIImage+LCARSDisplayKit.swift"
      ],
      "target_dependencies" : [
        "LCARSDisplayKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LCARSDisplayKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKitTests",
      "path" : "Tests/LCARSDisplayKitTests",
      "product_dependencies" : [
        "GraphPoint"
      ],
      "sources" : [
        "LCARSDisplayKitTests.swift"
      ],
      "target_dependencies" : [
        "LCARSDisplayKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LCARSDisplayKit",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKit",
      "path" : "Sources/LCARSDisplayKit",
      "product_dependencies" : [
        "GraphPoint"
      ],
      "product_memberships" : [
        "LCARSDisplayKit",
        "LCARSDisplayKitUI",
        "LCARSDisplayKitViews"
      ],
      "sources" : [
        "Arc.swift",
        "Assets.swift",
        "Crescent.swift",
        "Direction.swift",
        "EdgedCrescent.swift",
        "Elbow.swift",
        "Graphable.swift",
        "RoundedRectangle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.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/6] Write sources
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/12] Compiling GraphPoint GraphPoint.swift
[8/12] Compiling GraphPoint CGRect+GraphPoint.swift
[9/12] Compiling GraphPoint CGPoint+GraphPoint.swift
[10/12] Compiling GraphPoint GraphFrame.swift
[11/12] Emitting module GraphPoint
[12/12] Compiling GraphPoint CGFloat+GraphPoint.swift
[13/18] Compiling GraphPointUI UIImage+GraphPoint.swift
[14/18] Compiling GraphPointUI CircularSlider.swift
[15/18] Compiling GraphPointUI CircularProgress.swift
[16/18] Compiling GraphPointUI CGMutablePath+GraphPoint.swift
[17/18] Compiling GraphPointUI Arc.swift
[18/18] Emitting module GraphPointUI
[19/27] Compiling LCARSDisplayKit RoundedRectangle.swift
[20/27] Compiling LCARSDisplayKit Graphable.swift
[21/27] Compiling LCARSDisplayKit Direction.swift
[22/27] Compiling LCARSDisplayKit Arc.swift
[23/27] Compiling LCARSDisplayKit EdgedCrescent.swift
[24/27] Compiling LCARSDisplayKit Crescent.swift
[25/27] Compiling LCARSDisplayKit Assets.swift
[26/27] Emitting module LCARSDisplayKit
[27/27] Compiling LCARSDisplayKit Elbow.swift
[28/43] Emitting module LCARSDisplayKitUI
[29/44] Compiling LCARSDisplayKitUI ArcButton.swift
[30/44] Compiling LCARSDisplayKitUI Behavior.swift
[31/44] Compiling LCARSDisplayKitUI Button.swift
[32/44] Compiling LCARSDisplayKitUI CommandSequencer.swift
[33/44] Compiling LCARSDisplayKitUI ElbowButton.swift
[34/44] Compiling LCARSDisplayKitUI RoundedRectangleButton.swift
[35/44] Compiling LCARSDisplayKitUI TNG.swift
[36/44] Compiling LCARSDisplayKitUI Tappable.swift
[37/44] Compiling LCARSDisplayKitUI DirectionButton.swift
[38/44] Compiling LCARSDisplayKitUI EdgedCrescentButton.swift
[39/44] Compiling LCARSDisplayKitUI Configuration.swift
[40/44] Compiling LCARSDisplayKitUI CrescentButton.swift
[41/44] Compiling LCARSDisplayKitUI UIColor+LCARSDisplayKit.swift
[42/44] Compiling LCARSDisplayKitUI Theme.swift
[43/44] Compiling LCARSDisplayKitUI UIFont+LCARSDisplayKit.swift
[44/44] Compiling LCARSDisplayKitUI UIImage+LCARSDisplayKit.swift
[45/50] Compiling LCARSDisplayKitViews DirectionGroupingView02.swift
[46/50] Compiling LCARSDisplayKitViews DPad.swift
[47/50] Compiling LCARSDisplayKitViews DirectionGroupingView03.swift
[48/50] Compiling LCARSDisplayKitViews DirectionGroupingView01.swift
[49/50] Emitting module LCARSDisplayKitViews
[50/50] Compiling LCARSDisplayKitViews DirectionGroupingView.swift
Build complete! (8.60s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "graphpoint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/GraphPoint.git"
    }
  ],
  "manifest_display_name" : "LCARSDisplayKit",
  "name" : "LCARSDisplayKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LCARSDisplayKit",
      "targets" : [
        "LCARSDisplayKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LCARSDisplayKitUI",
      "targets" : [
        "LCARSDisplayKitUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LCARSDisplayKitViews",
      "targets" : [
        "LCARSDisplayKitViews"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LCARSDisplayKitViews",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKitViews",
      "path" : "Sources/LCARSDisplayKitViews",
      "product_dependencies" : [
        "GraphPoint"
      ],
      "product_memberships" : [
        "LCARSDisplayKitViews"
      ],
      "sources" : [
        "DPad.swift",
        "DirectionGroupingView.swift",
        "DirectionGroupingView01.swift",
        "DirectionGroupingView02.swift",
        "DirectionGroupingView03.swift"
      ],
      "target_dependencies" : [
        "LCARSDisplayKit",
        "LCARSDisplayKitUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LCARSDisplayKitUI",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKitUI",
      "path" : "Sources/LCARSDisplayKitUI",
      "product_dependencies" : [
        "GraphPoint"
      ],
      "product_memberships" : [
        "LCARSDisplayKitUI",
        "LCARSDisplayKitViews"
      ],
      "sources" : [
        "ArcButton.swift",
        "Behavior.swift",
        "Button.swift",
        "CommandSequencer.swift",
        "Configuration.swift",
        "CrescentButton.swift",
        "DirectionButton.swift",
        "EdgedCrescentButton.swift",
        "ElbowButton.swift",
        "RoundedRectangleButton.swift",
        "TNG.swift",
        "Tappable.swift",
        "Theme.swift",
        "UIColor+LCARSDisplayKit.swift",
        "UIFont+LCARSDisplayKit.swift",
        "UIImage+LCARSDisplayKit.swift"
      ],
      "target_dependencies" : [
        "LCARSDisplayKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LCARSDisplayKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKitTests",
      "path" : "Tests/LCARSDisplayKitTests",
      "product_dependencies" : [
        "GraphPoint"
      ],
      "sources" : [
        "LCARSDisplayKitTests.swift"
      ],
      "target_dependencies" : [
        "LCARSDisplayKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LCARSDisplayKit",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKit",
      "path" : "Sources/LCARSDisplayKit",
      "product_dependencies" : [
        "GraphPoint"
      ],
      "product_memberships" : [
        "LCARSDisplayKit",
        "LCARSDisplayKitUI",
        "LCARSDisplayKitViews"
      ],
      "sources" : [
        "Arc.swift",
        "Assets.swift",
        "Crescent.swift",
        "Direction.swift",
        "EdgedCrescent.swift",
        "Elbow.swift",
        "Graphable.swift",
        "RoundedRectangle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.