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 LightTableFilePaths, reference main (6b8e9f), with Swift 6.0 for macOS (SPM) on 17 Sep 2024 02:25:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Formkunft/LightTableFilePaths.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Formkunft/LightTableFilePaths
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6b8e9f3 Fix minimum OS versions
Cloned https://github.com/Formkunft/LightTableFilePaths.git
Revision (git rev-parse @):
6b8e9f382d6be0036c2bb70adb015a10dd2bcdc7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Formkunft/LightTableFilePaths.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Formkunft/LightTableFilePaths.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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-117DEE11B69C53C9.txt
[3/9] Compiling LightTableFilePaths FilePath.Component.swift
[4/9] Compiling LightTableFilePaths URL.swift
[5/9] Compiling LightTableFilePaths RelativeFilePath.swift
[6/9] Compiling LightTableFilePaths FilePathCompareOptions.swift
[7/9] Compiling LightTableFilePaths ExtendedFilePath.swift
[8/9] Emitting module LightTableFilePaths
[9/9] Compiling LightTableFilePaths AbsoluteFilePath.swift
Build complete! (8.60s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LightTableFilePaths",
  "name" : "LightTableFilePaths",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "LightTableFilePaths",
      "targets" : [
        "LightTableFilePaths"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LightTableFilePathsTests",
      "module_type" : "SwiftTarget",
      "name" : "LightTableFilePathsTests",
      "path" : "Tests/LightTableFilePathsTests",
      "sources" : [
        "LightTableFilePathsTests.swift"
      ],
      "target_dependencies" : [
        "LightTableFilePaths"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LightTableFilePaths",
      "module_type" : "SwiftTarget",
      "name" : "LightTableFilePaths",
      "path" : "Sources",
      "product_memberships" : [
        "LightTableFilePaths"
      ],
      "sources" : [
        "AbsoluteFilePath.swift",
        "ExtendedFilePath.swift",
        "FilePath.Component.swift",
        "FilePathCompareOptions.swift",
        "RelativeFilePath.swift",
        "URL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.