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 PathBuilder, reference main (324729), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 10:56:44 UTC.

Swift 6 data race errors: 0

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/mkj-is/PathBuilder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mkj-is/PathBuilder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3247299 Fix failing infinite bounding rect tests
Cloned https://github.com/mkj-is/PathBuilder.git
Revision (git rev-parse @):
3247299dc6c3dc63f3bda1326dc7e08b14566af4
SUCCESS checkout https://github.com/mkj-is/PathBuilder.git at main
========================================
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": "pathbuilder",
      "name": "PathBuilder",
      "url": "https://github.com/mkj-is/PathBuilder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathBuilder",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mkj-is/PathBuilder.git
[1/392] Fetching pathbuilder
Fetched https://github.com/mkj-is/PathBuilder.git from cache (0.78s)
Creating working copy for https://github.com/mkj-is/PathBuilder.git
Working copy of https://github.com/mkj-is/PathBuilder.git resolved at main (3247299)
warning: '.resolve-product-dependencies': dependency 'pathbuilder' 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/mkj-is/PathBuilder.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/21] Compiling PathBuilder RoundedRect.swift
[4/21] Compiling PathBuilder Subpath.swift
[5/23] Compiling PathBuilder Loop.swift
[6/23] Compiling PathBuilder Move.swift
[7/23] Emitting module PathBuilder
[8/23] Compiling PathBuilder Line.swift
[9/23] Compiling PathBuilder Lines.swift
[10/23] Compiling PathBuilder Rect.swift
[11/23] Compiling PathBuilder RelativeArc.swift
[12/23] Compiling PathBuilder Array+PathComponent.swift
[13/23] Compiling PathBuilder LibraryContent.swift
[14/23] Compiling PathBuilder TangentArc.swift
[15/23] Compiling PathBuilder Path+PathBuilder.swift
[16/23] Compiling PathBuilder Curve.swift
[17/23] Compiling PathBuilder EmptySubpath.swift
[18/23] Compiling PathBuilder Oval.swift
[19/23] Compiling PathBuilder QuadCurve.swift
[20/23] Compiling PathBuilder Arc.swift
[21/23] Compiling PathBuilder Close.swift
[22/23] Compiling PathBuilder PathBuilder.swift
[23/23] Compiling PathBuilder PathComponent.swift
Build complete! (32.01s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PathBuilder",
  "name" : "PathBuilder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PathBuilder",
      "targets" : [
        "PathBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PathBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "PathBuilderTests",
      "path" : "Tests/PathBuilderTests",
      "sources" : [
        "PathBuilderTests.swift"
      ],
      "target_dependencies" : [
        "PathBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PathBuilder",
      "module_type" : "SwiftTarget",
      "name" : "PathBuilder",
      "path" : "Sources/PathBuilder",
      "product_memberships" : [
        "PathBuilder"
      ],
      "sources" : [
        "Array+PathComponent.swift",
        "LibraryContent.swift",
        "Path components/Arc.swift",
        "Path components/Close.swift",
        "Path components/Curve.swift",
        "Path components/EmptySubpath.swift",
        "Path components/Line.swift",
        "Path components/Lines.swift",
        "Path components/Loop.swift",
        "Path components/Move.swift",
        "Path components/Oval.swift",
        "Path components/QuadCurve.swift",
        "Path components/Rect.swift",
        "Path components/RelativeArc.swift",
        "Path components/RoundedRect.swift",
        "Path components/Subpath.swift",
        "Path components/TangentArc.swift",
        "Path+PathBuilder.swift",
        "PathBuilder.swift",
        "PathComponent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.