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 main (d4fbee), with Swift 6.1 for Linux on 25 Apr 2025 14:50:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/LCARSDisplayKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/richardpiazza/LCARSDisplayKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d4fbee1 Restructuring (#2)
Cloned https://github.com/richardpiazza/LCARSDisplayKit.git
Revision (git rev-parse @):
d4fbee1a478890d0a42042afee561463df51cc55
SUCCESS checkout https://github.com/richardpiazza/LCARSDisplayKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/LCARSDisplayKit.git
https://github.com/richardpiazza/LCARSDisplayKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "graphpoint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "4.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/GraphPoint.git"
    }
  ],
  "manifest_display_name" : "LCARSDisplayKit",
  "name" : "LCARSDisplayKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "LCARSDisplayKit",
      "targets" : [
        "LCARSDisplayKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LCARSDisplayKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKitTests",
      "path" : "Tests/LCARSDisplayKitTests",
      "product_dependencies" : [
        "GraphPoint"
      ],
      "sources" : [
        "GenericTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "LCARSDisplayKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LCARSDisplayKit",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKit",
      "path" : "Sources/LCARSDisplayKit",
      "product_dependencies" : [
        "GraphPoint"
      ],
      "product_memberships" : [
        "LCARSDisplayKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/LCARSDisplayKit/Resources/Swiss 911 Ultra Compressed BT.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/LCARSDisplayKit/Resources/beep1.m4a",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/LCARSDisplayKit/Resources/beep2.m4a",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/LCARSDisplayKit/Resources/beep3.m4a",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Components/Arc+LCARSDisplayKit.swift",
        "Components/Behavior.swift",
        "Components/CartesianFrame+LCARSDisplayKit.swift",
        "Components/CoreGraphics+Translation.swift",
        "Components/CrescentControl.swift",
        "Components/DPad.swift",
        "Components/DirectionControl.swift",
        "Components/EdgedCrescentControl.swift",
        "Components/ElbowControl.swift",
        "Components/ExpressibleByPath.swift",
        "Components/InteractiveControl.swift",
        "Components/RoundedRectangleControl.swift",
        "Components/TNG.swift",
        "Components/Theme.swift",
        "Components/WedgeControl.swift",
        "Layouts/DirectionGroupingView.swift",
        "Layouts/DirectionGroupingView01.swift",
        "Layouts/DirectionGroupingView02.swift",
        "Layouts/DirectionGroupingView03.swift",
        "Shapes/Crescent.swift",
        "Shapes/Direction.swift",
        "Shapes/EdgedCrescent.swift",
        "Shapes/Elbow.swift",
        "Shapes/ExpressibleByCartesianPoints.swift",
        "Shapes/RoundedRectangle.swift",
        "Shapes/Wedge.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/richardpiazza/GraphPoint.git
[1/568] Fetching graphpoint
Fetched https://github.com/richardpiazza/GraphPoint.git from cache (0.31s)
Computing version for https://github.com/richardpiazza/GraphPoint.git
Computed https://github.com/richardpiazza/GraphPoint.git at 4.0.0 (1.35s)
Fetching https://github.com/richardpiazza/Swift2D
[3/231] Fetching swift2d
Fetched https://github.com/richardpiazza/Swift2D from cache (0.32s)
Computing version for https://github.com/richardpiazza/Swift2D
Computed https://github.com/richardpiazza/Swift2D at 1.1.0 (1.24s)
Creating working copy for https://github.com/richardpiazza/GraphPoint.git
Working copy of https://github.com/richardpiazza/GraphPoint.git resolved at 4.0.0
Creating working copy for https://github.com/richardpiazza/Swift2D
Working copy of https://github.com/richardpiazza/Swift2D resolved at 1.1.0
Building for debugging...
[0/9] Write sources
[3/9] Copying beep3.m4a
[3/9] Copying beep2.m4a
[3/9] Copying beep1.m4a
[3/9] Copying Swiss 911 Ultra Compressed BT.ttf
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/18] Compiling Swift2D Point.swift
[11/18] Compiling Swift2D Rect+Computed.swift
[12/19] Compiling Swift2D Size.swift
[13/19] Compiling Swift2D Rect.swift
[14/19] Compiling Swift2D Size+CoreGraphics.swift
[15/19] Compiling Swift2D Size+Computed.swift
[16/19] Compiling Swift2D Rect+CoreGraphics.swift
[17/19] Emitting module Swift2D
[18/19] Compiling Swift2D Point+Computed.swift
[19/19] Compiling Swift2D Point+CoreGraphics.swift
[21/34] Compiling GraphPoint CGPoint+GraphPoint.swift
[22/34] Compiling GraphPoint CGRect+GraphPoint.swift
[23/35] Compiling GraphPoint Radian.swift
[24/35] Compiling GraphPoint Degree.swift
[25/35] Compiling GraphPoint CGFloat+GraphPoint.swift
[26/35] Compiling GraphPoint Radius.swift
[27/35] Compiling GraphPoint GraphFrame.swift
[28/35] Compiling GraphPoint GraphPoint.swift
[29/35] Compiling GraphPoint GraphPointError.swift
[30/35] Compiling GraphPoint Quadrant.swift
[31/35] Compiling GraphPoint Arc.swift
[32/35] Compiling GraphPoint CartesianFrame.swift
[33/35] Emitting module GraphPoint
[34/35] Compiling GraphPoint CartesianPlane.swift
[35/35] Compiling GraphPoint CartesianPoint.swift
[37/42] Compiling GraphPointUI CircularSlider.swift
[38/42] Compiling GraphPointUI Arc+CoreGraphics.swift
[39/42] Emitting module GraphPointUI
[40/42] Compiling GraphPointUI CGMutablePath+GraphPoint.swift
[41/42] Compiling GraphPointUI CircularProgress.swift
[42/42] Compiling GraphPointUI UIImage+GraphPoint.swift
[44/68] Compiling LCARSDisplayKit CrescentControl.swift
[45/68] Compiling LCARSDisplayKit DPad.swift
[46/68] Compiling LCARSDisplayKit DirectionControl.swift
[47/68] Compiling LCARSDisplayKit EdgedCrescentControl.swift
[48/71] Compiling LCARSDisplayKit TNG.swift
[49/71] Compiling LCARSDisplayKit Theme.swift
[50/71] Compiling LCARSDisplayKit WedgeControl.swift
[51/71] Compiling LCARSDisplayKit EdgedCrescent.swift
[52/71] Compiling LCARSDisplayKit Elbow.swift
[53/71] Compiling LCARSDisplayKit ExpressibleByCartesianPoints.swift
[54/71] Compiling LCARSDisplayKit DirectionGroupingView.swift
[55/71] Compiling LCARSDisplayKit DirectionGroupingView01.swift
[56/71] Compiling LCARSDisplayKit DirectionGroupingView02.swift
[57/71] Compiling LCARSDisplayKit Arc+LCARSDisplayKit.swift
[58/71] Compiling LCARSDisplayKit Behavior.swift
[59/71] Compiling LCARSDisplayKit CartesianFrame+LCARSDisplayKit.swift
[60/71] Compiling LCARSDisplayKit CoreGraphics+Translation.swift
[61/71] Emitting module LCARSDisplayKit
[62/71] Compiling LCARSDisplayKit ElbowControl.swift
[63/71] Compiling LCARSDisplayKit ExpressibleByPath.swift
[64/71] Compiling LCARSDisplayKit InteractiveControl.swift
[65/71] Compiling LCARSDisplayKit RoundedRectangleControl.swift
[66/71] Compiling LCARSDisplayKit DirectionGroupingView03.swift
[67/71] Compiling LCARSDisplayKit Crescent.swift
[68/71] Compiling LCARSDisplayKit Direction.swift
[69/71] Compiling LCARSDisplayKit RoundedRectangle.swift
[70/71] Compiling LCARSDisplayKit Wedge.swift
[71/71] Compiling LCARSDisplayKit resource_bundle_accessor.swift
Build complete! (20.67s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "graphpoint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "4.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/GraphPoint.git"
    }
  ],
  "manifest_display_name" : "LCARSDisplayKit",
  "name" : "LCARSDisplayKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "LCARSDisplayKit",
      "targets" : [
        "LCARSDisplayKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LCARSDisplayKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKitTests",
      "path" : "Tests/LCARSDisplayKitTests",
      "product_dependencies" : [
        "GraphPoint"
      ],
      "sources" : [
        "GenericTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "LCARSDisplayKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LCARSDisplayKit",
      "module_type" : "SwiftTarget",
      "name" : "LCARSDisplayKit",
      "path" : "Sources/LCARSDisplayKit",
      "product_dependencies" : [
        "GraphPoint"
      ],
      "product_memberships" : [
        "LCARSDisplayKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/LCARSDisplayKit/Resources/Swiss 911 Ultra Compressed BT.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/LCARSDisplayKit/Resources/beep1.m4a",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/LCARSDisplayKit/Resources/beep2.m4a",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/LCARSDisplayKit/Resources/beep3.m4a",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Components/Arc+LCARSDisplayKit.swift",
        "Components/Behavior.swift",
        "Components/CartesianFrame+LCARSDisplayKit.swift",
        "Components/CoreGraphics+Translation.swift",
        "Components/CrescentControl.swift",
        "Components/DPad.swift",
        "Components/DirectionControl.swift",
        "Components/EdgedCrescentControl.swift",
        "Components/ElbowControl.swift",
        "Components/ExpressibleByPath.swift",
        "Components/InteractiveControl.swift",
        "Components/RoundedRectangleControl.swift",
        "Components/TNG.swift",
        "Components/Theme.swift",
        "Components/WedgeControl.swift",
        "Layouts/DirectionGroupingView.swift",
        "Layouts/DirectionGroupingView01.swift",
        "Layouts/DirectionGroupingView02.swift",
        "Layouts/DirectionGroupingView03.swift",
        "Shapes/Crescent.swift",
        "Shapes/Direction.swift",
        "Shapes/EdgedCrescent.swift",
        "Shapes/Elbow.swift",
        "Shapes/ExpressibleByCartesianPoints.swift",
        "Shapes/RoundedRectangle.swift",
        "Shapes/Wedge.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.