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 SHList with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

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/YusukeHosonuma/SHList.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/YusukeHosonuma/SHList
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d3865aa Update README.md
Cloned https://github.com/YusukeHosonuma/SHList.git
Revision (git rev-parse @):
d3865aac139672b4d5ebe229ad260cca52f236d5
SUCCESS checkout https://github.com/YusukeHosonuma/SHList.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/YusukeHosonuma/SHList.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/8] Write sources
[3/8] Write SHListGen-entitlement.plist
[4/8] Write swift-version-6F35C1178C84523A.txt
[6/12] Emitting module SHListGenLib
[7/12] Compiling SHListGenLib Generator.swift
[8/14] Compiling SHListGen main.swift
[9/14] Emitting module SHListGen
[9/14] Write Objects.LinkFileList
[10/14] Linking SHListGen
[11/14] Applying SHListGen
[13/14] Emitting module SHList
[14/14] Compiling SHList SHList.swift
Build complete! (25.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SHList",
  "name" : "SHList",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SHList",
      "targets" : [
        "SHList"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SHListGen",
      "targets" : [
        "SHListGen"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SHListGenLib",
      "targets" : [
        "SHListGenLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SHListTests",
      "module_type" : "SwiftTarget",
      "name" : "SHListTests",
      "path" : "Tests/SHListTests",
      "sources" : [
        "SHListTests.swift"
      ],
      "target_dependencies" : [
        "SHList"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SHListGenLibTests",
      "module_type" : "SwiftTarget",
      "name" : "SHListGenLibTests",
      "path" : "Tests/SHListGenLibTests",
      "sources" : [
        "Assertion.swift",
        "GeneratorTests.swift"
      ],
      "target_dependencies" : [
        "SHListGenLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SHListGenLib",
      "module_type" : "SwiftTarget",
      "name" : "SHListGenLib",
      "path" : "Sources/SHListGenLib",
      "product_memberships" : [
        "SHListGen",
        "SHListGenLib"
      ],
      "sources" : [
        "Generator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SHListGen",
      "module_type" : "SwiftTarget",
      "name" : "SHListGen",
      "path" : "Sources/SHListGen",
      "product_memberships" : [
        "SHListGen"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SHListGenLib"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SHList",
      "module_type" : "SwiftTarget",
      "name" : "SHList",
      "path" : "Sources/SHList",
      "product_memberships" : [
        "SHList"
      ],
      "sources" : [
        "SHList.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.