The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of LCARSDisplayKit, reference 2.1.0 (eb6b44), with Swift 6.1 for Wasm on 27 May 2025 13:44:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/LCARSDisplayKit.git
Reference: 2.1.0
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
 * 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
========================================
Build
========================================
Selected platform:         wasm
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" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/GraphPoint.git"
    }
  ],
  "manifest_display_name" : "LCARSDisplayKit",
  "name" : "LCARSDisplayKit",
  "path" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/richardpiazza/GraphPoint.git
[1/597] Fetching graphpoint
Fetched https://github.com/richardpiazza/GraphPoint.git from cache (1.10s)
Computing version for https://github.com/richardpiazza/GraphPoint.git
Computed https://github.com/richardpiazza/GraphPoint.git at 3.4.0 (1.93s)
Creating working copy for https://github.com/richardpiazza/GraphPoint.git
Working copy of https://github.com/richardpiazza/GraphPoint.git resolved at 3.4.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/12] Compiling GraphPoint GraphPoint.swift
[8/12] Compiling GraphPoint GraphFrame.swift
[9/12] Compiling GraphPoint CGRect+GraphPoint.swift
[10/12] Compiling GraphPoint CGFloat+GraphPoint.swift
[11/12] Emitting module GraphPoint
[12/12] Compiling GraphPoint CGPoint+GraphPoint.swift
[14/19] Compiling GraphPointUI CircularSlider.swift
[15/19] Compiling GraphPointUI UIImage+GraphPoint.swift
[16/19] Compiling GraphPointUI Arc.swift
[17/19] Compiling GraphPointUI CircularProgress.swift
[18/19] Emitting module GraphPointUI
[19/19] Compiling GraphPointUI CGMutablePath+GraphPoint.swift
[21/28] Compiling LCARSDisplayKit Graphable.swift
[22/29] Compiling LCARSDisplayKit Assets.swift
[23/29] Compiling LCARSDisplayKit EdgedCrescent.swift
[24/29] Emitting module LCARSDisplayKit
[25/29] Compiling LCARSDisplayKit Arc.swift
[26/29] Compiling LCARSDisplayKit Elbow.swift
[27/29] Compiling LCARSDisplayKit Direction.swift
[28/29] Compiling LCARSDisplayKit Crescent.swift
[29/29] Compiling LCARSDisplayKit RoundedRectangle.swift
[31/45] Compiling LCARSDisplayKitUI DirectionButton.swift
[32/45] Compiling LCARSDisplayKitUI EdgedCrescentButton.swift
[33/47] Compiling LCARSDisplayKitUI Button.swift
[34/47] Compiling LCARSDisplayKitUI CommandSequencer.swift
[35/47] Compiling LCARSDisplayKitUI Configuration.swift
[36/47] Compiling LCARSDisplayKitUI CrescentButton.swift
[37/47] Compiling LCARSDisplayKitUI ArcButton.swift
[38/47] Compiling LCARSDisplayKitUI Behavior.swift
[39/47] Emitting module LCARSDisplayKitUI
[40/47] Compiling LCARSDisplayKitUI Theme.swift
[41/47] Compiling LCARSDisplayKitUI UIColor+LCARSDisplayKit.swift
[42/47] Compiling LCARSDisplayKitUI ElbowButton.swift
[43/47] Compiling LCARSDisplayKitUI RoundedRectangleButton.swift
[44/47] Compiling LCARSDisplayKitUI TNG.swift
[45/47] Compiling LCARSDisplayKitUI Tappable.swift
[46/47] Compiling LCARSDisplayKitUI UIFont+LCARSDisplayKit.swift
[47/47] Compiling LCARSDisplayKitUI UIImage+LCARSDisplayKit.swift
[49/54] Compiling LCARSDisplayKitViews DirectionGroupingView02.swift
[50/54] Compiling LCARSDisplayKitViews DirectionGroupingView01.swift
[51/54] Compiling LCARSDisplayKitViews DirectionGroupingView03.swift
[52/54] Compiling LCARSDisplayKitViews DPad.swift
[53/54] Compiling LCARSDisplayKitViews DirectionGroupingView.swift
[54/54] Emitting module LCARSDisplayKitViews
Build complete! (11.21s)
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" : "/host/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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.