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, reference 0.1.0 (6c61f5), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 13:50:10 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/YusukeHosonuma/SHList.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/YusukeHosonuma/SHList
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 6c61f53 Merge pull request #2 from YusukeHosonuma/support/cocoapods
Cloned https://github.com/YusukeHosonuma/SHList.git
Revision (git rev-parse @):
6c61f5382dd07a64d76bc8b7fad8cec0d8a4ff7a
SUCCESS checkout https://github.com/YusukeHosonuma/SHList.git at 0.1.0
========================================
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": "shlist",
      "name": "SHList",
      "url": "https://github.com/YusukeHosonuma/SHList.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SHList",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/YusukeHosonuma/SHList.git
[1/64] Fetching shlist
Fetched https://github.com/YusukeHosonuma/SHList.git from cache (0.75s)
Creating working copy for https://github.com/YusukeHosonuma/SHList.git
Working copy of https://github.com/YusukeHosonuma/SHList.git resolved at 0.1.0 (6c61f53)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/YusukeHosonuma/SHList.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/8] Write sources
[3/8] Write SHListGen-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/12] Compiling SHListGenLib Generator.swift
[7/12] Emitting module SHListGenLib
[8/14] Emitting module SHListGen
[9/14] Compiling SHListGen main.swift
[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! (15.86s)
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.