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 AnyAsyncSequence 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/vsanthanam/AnyAsyncSequence.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vsanthanam/AnyAsyncSequence
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9fee844 Update README.md
Cloned https://github.com/vsanthanam/AnyAsyncSequence.git
Revision (git rev-parse @):
9fee8443252bb25e191b0b3b03a006aabac44088
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/AnyAsyncSequence.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/vsanthanam/AnyAsyncSequence.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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/7] Emitting module AnyAsyncSequence
[6/7] Compiling AnyAsyncSequence AsyncSequence+AnySequence.swift
[7/7] Compiling AnyAsyncSequence AnyAsyncSequence.swift
Build complete! (29.48s)
Fetching https://github.com/apple/swift-docc-plugin
[1/1465] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.38s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.65s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "AnyAsyncSequence",
  "name" : "AnyAsyncSequence",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "AnyAsyncSequence",
      "targets" : [
        "AnyAsyncSequence"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnyAsyncSequenceTests",
      "module_type" : "SwiftTarget",
      "name" : "AnyAsyncSequenceTests",
      "path" : "Tests/AnyAsyncSequenceTests",
      "sources" : [
        "AnyAsyncSequenceTests.swift"
      ],
      "target_dependencies" : [
        "AnyAsyncSequence"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnyAsyncSequence",
      "module_type" : "SwiftTarget",
      "name" : "AnyAsyncSequence",
      "path" : "Sources/AnyAsyncSequence",
      "product_memberships" : [
        "AnyAsyncSequence"
      ],
      "sources" : [
        "AnyAsyncSequence.swift",
        "AsyncSequence+AnySequence.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.