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 GroupWork, reference 0.0.6 (f8ec60), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 00:02:00 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/quanvo87/GroupWork.git
Reference: 0.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/quanvo87/GroupWork
 * tag               0.0.6      -> FETCH_HEAD
HEAD is now at f8ec600 fix docs link in readme
Cloned https://github.com/quanvo87/GroupWork.git
Revision (git rev-parse @):
f8ec6003d19707931469455d68fe7e6951e96176
SUCCESS checkout https://github.com/quanvo87/GroupWork.git at 0.0.6
========================================
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": "groupwork",
      "name": "GroupWork",
      "url": "https://github.com/quanvo87/GroupWork.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GroupWork",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/quanvo87/GroupWork.git
[1/216] Fetching groupwork
Fetched https://github.com/quanvo87/GroupWork.git from cache (0.91s)
Creating working copy for https://github.com/quanvo87/GroupWork.git
Working copy of https://github.com/quanvo87/GroupWork.git resolved at 0.0.6 (f8ec600)
warning: '.resolve-product-dependencies': dependency 'groupwork' 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/quanvo87/GroupWork.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/4] Compiling GroupWork GroupWork.swift
[4/4] Emitting module GroupWork
Build complete! (3.46s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GroupWork",
  "name" : "GroupWork",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GroupWork",
      "targets" : [
        "GroupWork"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GroupWorkTests",
      "module_type" : "SwiftTarget",
      "name" : "GroupWorkTests",
      "path" : "Tests/GroupWorkTests",
      "sources" : [
        "GroupWorkTests.swift"
      ],
      "target_dependencies" : [
        "GroupWork"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GroupWork",
      "module_type" : "SwiftTarget",
      "name" : "GroupWork",
      "path" : "Sources/GroupWork",
      "product_memberships" : [
        "GroupWork"
      ],
      "sources" : [
        "GroupWork.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.