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 AsyncK, reference 0.3.0-alpha (55099d), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 19:20:35 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/koher/asynck.git
Reference: 0.3.0-alpha
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/koher/asynck
 * tag               0.3.0-alpha -> FETCH_HEAD
HEAD is now at 55099df Separate `tryAwait` from Throws.swift
Cloned https://github.com/koher/asynck.git
Revision (git rev-parse @):
55099dfb2ea07666a84b6670b9090c83b071fc50
SUCCESS checkout https://github.com/koher/asynck.git at 0.3.0-alpha
========================================
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": "asynck",
      "name": "AsyncK",
      "url": "https://github.com/koher/asynck.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/asynck",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/koher/asynck.git
[1/123] Fetching asynck
Fetched https://github.com/koher/asynck.git from cache (0.66s)
Creating working copy for https://github.com/koher/asynck.git
Working copy of https://github.com/koher/asynck.git resolved at 0.3.0-alpha (55099df)
warning: '.resolve-product-dependencies': dependency 'asynck' 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/koher/asynck.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/8] Compiling AsyncK Loops.swift
[4/8] Compiling AsyncK Throws.swift
[5/8] Compiling AsyncK Functions.swift
[6/8] Compiling AsyncK AsyncThrows.swift
[7/8] Compiling AsyncK Async.swift
[8/8] Emitting module AsyncK
Build complete! (6.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncK",
  "name" : "AsyncK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncK",
      "targets" : [
        "AsyncK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncKTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncKTests",
      "path" : "Tests/AsyncKTests",
      "sources" : [
        "AsyncTests.swift",
        "ThrowsTests.swift"
      ],
      "target_dependencies" : [
        "AsyncK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncK",
      "module_type" : "SwiftTarget",
      "name" : "AsyncK",
      "path" : "Sources/AsyncK",
      "product_memberships" : [
        "AsyncK"
      ],
      "sources" : [
        "Async.swift",
        "AsyncThrows.swift",
        "Functions.swift",
        "Loops.swift",
        "Throws.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.