The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AnyAsyncSequence, reference 1.0.2 (9fee84), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 03:23:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vsanthanam/AnyAsyncSequence.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vsanthanam/AnyAsyncSequence
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 9fee844 Update README.md
Cloned https://github.com/vsanthanam/AnyAsyncSequence.git
Revision (git rev-parse @):
9fee8443252bb25e191b0b3b03a006aabac44088
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/AnyAsyncSequence.git at 1.0.2
Fetching https://github.com/apple/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.17s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (1.87s)
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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "anyasyncsequence",
      "name": "AnyAsyncSequence",
      "url": "https://github.com/vsanthanam/AnyAsyncSequence.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnyAsyncSequence",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/vsanthanam/AnyAsyncSequence.git
[1/209] Fetching anyasyncsequence
Fetched https://github.com/vsanthanam/AnyAsyncSequence.git from cache (0.82s)
Creating working copy for https://github.com/vsanthanam/AnyAsyncSequence.git
Working copy of https://github.com/vsanthanam/AnyAsyncSequence.git resolved at 1.0.2 (9fee844)
warning: '.resolve-product-dependencies': dependency 'anyasyncsequence' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/vsanthanam/AnyAsyncSequence.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/7] Compiling AnyAsyncSequence AsyncSequence+AnySequence.swift
[6/7] Compiling AnyAsyncSequence AnyAsyncSequence.swift
[7/7] Emitting module AnyAsyncSequence
Build complete! (9.00s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/vsanthanam/anyasyncsequence/1.0.2
Repository:               vsanthanam/AnyAsyncSequence
Swift version used:       6.3
        .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target:                   AnyAsyncSequence
Generating documentation for 'AnyAsyncSequence'...
Converting documentation...
Conversion complete! (0.37s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/vsanthanam/anyasyncsequence/1.0.2'
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'AnyAsyncSequence' complete! (0.17s)
     132
2	/Users/admin/builder/spi-builder-workspace/.docs/vsanthanam/anyasyncsequence/1.0.2
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/vsanthanam/anyasyncsequence/1.0.2
File count: 132
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-vsanthanam-anyasyncsequence-1.0.2-37e62ec0.zip to s3://spi-docs-inbox/prod-vsanthanam-anyasyncsequence-1.0.2-37e62ec0.zip
Copying... [15%]
Copying... [30%]
Copying... [45%]
Copying... [60%]
Copying... [75%]
Copying... [90%]
Copying... [100%]
Done.