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 master (d3865a), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 13:49:52 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: 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
========================================
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.80s)
Creating working copy for https://github.com/YusukeHosonuma/SHList.git
Working copy of https://github.com/YusukeHosonuma/SHList.git resolved at master (d3865aa)
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] Emitting module SHListGenLib
[7/12] Compiling SHListGenLib Generator.swift
[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.69s)
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.