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 ShipShape 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/btfranklin/ShipShape.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/btfranklin/ShipShape
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2ef7da3 Update build.yml to remove tests
Cloned https://github.com/btfranklin/ShipShape.git
Revision (git rev-parse @):
2ef7da35de5fbbe5fd99f7ef8089d6f16724636d
SUCCESS checkout https://github.com/btfranklin/ShipShape.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/btfranklin/ShipShape.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/5] Write sources
[4/5] Write swift-version-6F35C1178C84523A.txt
[6/11] Compiling ControlledChaos ProbabilityGroup.swift
[7/11] Compiling ControlledChaos SeededRandomNumberGenerator.swift
[8/11] Compiling ControlledChaos RandomItemBag.swift
[9/11] Compiling ControlledChaos Double+randomGaussian.swift
[10/11] Emitting module ControlledChaos
[11/11] Compiling ControlledChaos Bool+randomProbability.swift
[12/49] Compiling Aesthete CGRect+corners and edges.swift
[13/49] Compiling Aesthete CGRect+intersects.swift
[14/49] Compiling Aesthete CGRect+orientation.swift
[15/49] Compiling Aesthete CGRect+randomlyDivide.swift
[16/53] Compiling Aesthete ColorScheme+makeShades.swift
[17/53] Compiling Aesthete ColorScheme+makeSplitComplementary.swift
[18/53] Compiling Aesthete ColorScheme+makeTriadic.swift
[19/53] Compiling Aesthete ColorScheme.swift
[20/53] Compiling Aesthete ColorScheme+makeAccentedAnalogous.swift
[21/53] Compiling Aesthete ColorScheme+makeAnalogous.swift
[22/53] Compiling Aesthete ColorScheme+makeComplementary.swift
[23/53] Compiling Aesthete ColorScheme+makeCompound.swift
[24/53] Compiling Aesthete ColorScheme+makeMonochromatic.swift
[25/53] Compiling Aesthete CGFloat+randomGaussian.swift
[26/53] Compiling Aesthete CGPath+contains.swift
[27/53] Compiling Aesthete CGPoint+distanceTo.swift
[28/53] Compiling Aesthete CGPoint+random.swift
[29/53] Emitting module Aesthete
[30/53] Compiling Aesthete Pathlet.swift
[31/53] Compiling Aesthete QuadCurve.swift
[32/53] Compiling Aesthete Rectangle.swift
[33/53] Compiling Aesthete TransformedBy.swift
[34/53] Compiling Aesthete SymbolicForm.swift
[35/53] Compiling Aesthete Triangle.swift
[36/53] Compiling Aesthete Arc.swift
[37/53] Compiling Aesthete CompositePath.swift
[38/53] Compiling Aesthete Path.swift
[39/53] Compiling Aesthete PathBuilder.swift
[40/53] Compiling Aesthete PathComponent.swift
[41/53] Compiling Aesthete Pathlet+Codable.swift
[42/53] Compiling Aesthete Curve.swift
[43/53] Compiling Aesthete Ellipse.swift
[44/53] Compiling Aesthete EmptyPath.swift
[45/53] Compiling Aesthete Line.swift
[46/53] Compiling Aesthete NSImage+drawKeepingAspectRatio.swift
[47/53] Compiling Aesthete HorizontalBaseTriangle.swift
[48/53] Compiling Aesthete RepeatableForm.swift
[49/53] Compiling Aesthete RepeatableLinearForm.swift
[50/53] Compiling Aesthete HSBAColor.swift
[51/53] Compiling Aesthete CompositeDrawable.swift
[52/53] Compiling Aesthete Drawable.swift
[53/53] Compiling Aesthete CGColor+lightness.swift
[54/64] Compiling Greebler VentGreebles.swift
[55/65] Compiling Greebler LightPanelGreebles.swift
[56/65] Compiling Greebler PipeGreebles.swift
[57/65] Compiling Greebler HoseGreebles.swift
[58/65] Compiling Greebler PanelGreebles.swift
[59/65] Compiling Greebler EquipmentGreebles.swift
[60/65] Compiling Greebler EquipmentTrenchGreebles.swift
[61/65] Emitting module Greebler
[62/65] Compiling Greebler CutawaySectionGreebles.swift
[63/65] Compiling Greebler CapitalShipSurfaceGreebles.swift
[64/65] Compiling Greebler CapitalShipWindowsGreebles.swift
[65/65] Compiling Greebler WireGreebles.swift
[66/71] Compiling ShipShape SpaceShipPurpose.swift
[67/71] Compiling ShipShape SideViewSpaceShipShapeGreebledRenderer.swift
[68/71] Compiling ShipShape SideViewSpaceShipShape+designVerticalHalf.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShipShape/Side View/SideViewSpaceShipShape.swift:20:16: warning: static property 'connectorProbabilities' is not concurrency-safe because non-'Sendable' type 'ProbabilityGroup<SideViewSpaceShipShape.ConnectorType>' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     }
19 |
20 |     static let connectorProbabilities = ProbabilityGroup<ConnectorType>([
   |                `- warning: static property 'connectorProbabilities' is not concurrency-safe because non-'Sendable' type 'ProbabilityGroup<SideViewSpaceShipShape.ConnectorType>' may have shared mutable state; this is an error in the Swift 6 language mode
21 |         .line           :   50,
22 |         .convexCurve    :   25,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ControlledChaos/Sources/ControlledChaos/ProbabilityGroup.swift:5:15: note: generic struct 'ProbabilityGroup' does not conform to the 'Sendable' protocol
 3 | import Foundation
 4 |
 5 | public struct ProbabilityGroup<Item: Hashable & Codable>: Hashable {
   |               `- note: generic struct 'ProbabilityGroup' does not conform to the 'Sendable' protocol
 6 |
 7 |     enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/ShipShape/Side View/SideViewSpaceShipShape.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ControlledChaos'
 2 |
 3 | import CoreGraphics
 4 | import ControlledChaos
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ControlledChaos'
 5 | import Aesthete
 6 |
   :
18 |     }
19 |
20 |     static let connectorProbabilities = ProbabilityGroup<ConnectorType>([
   |                |- note: annotate 'connectorProbabilities' 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
21 |         .line           :   50,
22 |         .convexCurve    :   25,
[69/71] Compiling ShipShape SideViewSpaceShipShape+designAugmentations.swift
[70/71] Compiling ShipShape SideViewSpaceShipShape.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShipShape/Side View/SideViewSpaceShipShape.swift:20:16: warning: static property 'connectorProbabilities' is not concurrency-safe because non-'Sendable' type 'ProbabilityGroup<SideViewSpaceShipShape.ConnectorType>' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     }
19 |
20 |     static let connectorProbabilities = ProbabilityGroup<ConnectorType>([
   |                `- warning: static property 'connectorProbabilities' is not concurrency-safe because non-'Sendable' type 'ProbabilityGroup<SideViewSpaceShipShape.ConnectorType>' may have shared mutable state; this is an error in the Swift 6 language mode
21 |         .line           :   50,
22 |         .convexCurve    :   25,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ControlledChaos/Sources/ControlledChaos/ProbabilityGroup.swift:5:15: note: generic struct 'ProbabilityGroup' does not conform to the 'Sendable' protocol
 3 | import Foundation
 4 |
 5 | public struct ProbabilityGroup<Item: Hashable & Codable>: Hashable {
   |               `- note: generic struct 'ProbabilityGroup' does not conform to the 'Sendable' protocol
 6 |
 7 |     enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/ShipShape/Side View/SideViewSpaceShipShape.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ControlledChaos'
 2 |
 3 | import CoreGraphics
 4 | import ControlledChaos
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ControlledChaos'
 5 | import Aesthete
 6 |
   :
18 |     }
19 |
20 |     static let connectorProbabilities = ProbabilityGroup<ConnectorType>([
   |                |- note: annotate 'connectorProbabilities' 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
21 |         .line           :   50,
22 |         .convexCurve    :   25,
[71/71] Emitting module ShipShape
/Users/admin/builder/spi-builder-workspace/Sources/ShipShape/Side View/SideViewSpaceShipShape.swift:20:16: warning: static property 'connectorProbabilities' is not concurrency-safe because non-'Sendable' type 'ProbabilityGroup<SideViewSpaceShipShape.ConnectorType>' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     }
19 |
20 |     static let connectorProbabilities = ProbabilityGroup<ConnectorType>([
   |                `- warning: static property 'connectorProbabilities' is not concurrency-safe because non-'Sendable' type 'ProbabilityGroup<SideViewSpaceShipShape.ConnectorType>' may have shared mutable state; this is an error in the Swift 6 language mode
21 |         .line           :   50,
22 |         .convexCurve    :   25,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ControlledChaos/Sources/ControlledChaos/ProbabilityGroup.swift:5:15: note: generic struct 'ProbabilityGroup' does not conform to the 'Sendable' protocol
 3 | import Foundation
 4 |
 5 | public struct ProbabilityGroup<Item: Hashable & Codable>: Hashable {
   |               `- note: generic struct 'ProbabilityGroup' does not conform to the 'Sendable' protocol
 6 |
 7 |     enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/ShipShape/Side View/SideViewSpaceShipShape.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ControlledChaos'
 2 |
 3 | import CoreGraphics
 4 | import ControlledChaos
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ControlledChaos'
 5 | import Aesthete
 6 |
   :
18 |     }
19 |
20 |     static let connectorProbabilities = ProbabilityGroup<ConnectorType>([
   |                |- note: annotate 'connectorProbabilities' 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
21 |         .line           :   50,
22 |         .convexCurve    :   25,
Build complete! (42.48s)
Fetching https://github.com/btfranklin/ControlledChaos
Fetching https://github.com/btfranklin/Greebler.git
Fetching https://github.com/btfranklin/Aesthete.git
[4/355] Fetching greebler
[271/1232] Fetching greebler, aesthete
[289/1357] Fetching greebler, aesthete, controlledchaos
Fetched https://github.com/btfranklin/Aesthete.git from cache (0.93s)
Fetched https://github.com/btfranklin/Greebler.git from cache (0.93s)
Fetched https://github.com/btfranklin/ControlledChaos from cache (0.93s)
Computing version for https://github.com/btfranklin/Greebler.git
Computed https://github.com/btfranklin/Greebler.git at 0.8.0 (0.69s)
Computing version for https://github.com/btfranklin/Aesthete.git
Computed https://github.com/btfranklin/Aesthete.git at 1.6.1 (0.70s)
Computing version for https://github.com/btfranklin/ControlledChaos
Computed https://github.com/btfranklin/ControlledChaos at 1.3.2 (0.70s)
Creating working copy for https://github.com/btfranklin/ControlledChaos
Working copy of https://github.com/btfranklin/ControlledChaos resolved at 1.3.2
Creating working copy for https://github.com/btfranklin/Greebler.git
Working copy of https://github.com/btfranklin/Greebler.git resolved at 0.8.0
Creating working copy for https://github.com/btfranklin/Aesthete.git
Working copy of https://github.com/btfranklin/Aesthete.git resolved at 1.6.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "controlledchaos",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/btfranklin/ControlledChaos"
    },
    {
      "identity" : "aesthete",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/btfranklin/Aesthete.git"
    },
    {
      "identity" : "greebler",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/btfranklin/Greebler.git"
    }
  ],
  "manifest_display_name" : "ShipShape",
  "name" : "ShipShape",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ShipShape",
      "targets" : [
        "ShipShape"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShipShape",
      "module_type" : "SwiftTarget",
      "name" : "ShipShape",
      "path" : "Sources/ShipShape",
      "product_dependencies" : [
        "ControlledChaos",
        "Aesthete",
        "Greebler"
      ],
      "product_memberships" : [
        "ShipShape"
      ],
      "sources" : [
        "Side View/SideViewSpaceShipShape+designAugmentations.swift",
        "Side View/SideViewSpaceShipShape+designVerticalHalf.swift",
        "Side View/SideViewSpaceShipShape.swift",
        "Side View/SideViewSpaceShipShapeGreebledRenderer.swift",
        "SpaceShipPurpose.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.