The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftAsyncStream, reference main (8eb9e8), with Swift 6.2 for macOS (SPM) on 22 Nov 2025 23:07:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/o-nnerb/swift-async-stream.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/o-nnerb/swift-async-stream
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8eb9e83 Removed empty whitespaces lines
Cloned https://github.com/o-nnerb/swift-async-stream.git
Revision (git rev-parse @):
8eb9e83ff371a8c37a3027c46e6b79b3f00b15dd
SUCCESS checkout https://github.com/o-nnerb/swift-async-stream.git at main
========================================
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": "swift-async-stream",
      "name": "SwiftAsyncStream",
      "url": "https://github.com/o-nnerb/swift-async-stream.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-async-stream",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/o-nnerb/swift-async-stream.git
[1/104] Fetching swift-async-stream
Fetched https://github.com/o-nnerb/swift-async-stream.git from cache (0.75s)
Creating working copy for https://github.com/o-nnerb/swift-async-stream.git
Working copy of https://github.com/o-nnerb/swift-async-stream.git resolved at main (8eb9e83)
warning: '.resolve-product-dependencies': dependency 'swift-async-stream' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/o-nnerb/swift-async-stream.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/13] Compiling SwiftAsyncStream ValueSubject.swift
[5/13] Compiling SwiftAsyncStream SubjectAsyncIterator.swift
[6/13] Compiling SwiftAsyncStream PassthroughSubject.swift
[7/14] Compiling SwiftAsyncStream NodeSubject.swift
[8/14] Compiling SwiftAsyncStream InlineProperty.swift
[9/14] Compiling SwiftAsyncStream AnyAsyncSequence.swift
[10/14] Compiling SwiftAsyncStream AsyncOperation.swift
[11/14] Compiling SwiftAsyncStream AsyncSignal.swift
[12/14] Emitting module SwiftAsyncStream
[13/14] Compiling SwiftAsyncStream AsyncLock.swift
[14/14] Compiling SwiftAsyncStream Task+.swift
[15/16] Compiling SwiftAsyncTesting AsyncExpectation.swift
[16/16] Emitting module SwiftAsyncTesting
Build complete! (13.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftAsyncStream",
  "name" : "SwiftAsyncStream",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftAsyncStream",
      "targets" : [
        "SwiftAsyncStream"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftAsyncTesting",
      "targets" : [
        "SwiftAsyncTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftAsyncTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAsyncTestingTests",
      "path" : "Tests/SwiftAsyncTestingTests",
      "sources" : [
        "AsyncExpectationTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAsyncTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAsyncTesting",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAsyncTesting",
      "path" : "Sources/SwiftAsyncTesting",
      "product_memberships" : [
        "SwiftAsyncTesting"
      ],
      "sources" : [
        "AsyncExpectation.swift"
      ],
      "target_dependencies" : [
        "SwiftAsyncStream"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftAsyncStreamTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAsyncStreamTests",
      "path" : "Tests/SwiftAsyncStreamTests",
      "sources" : [
        "AsyncSignalTests.swift",
        "PassthroughSubjectTests.swift",
        "ValueSubjectTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAsyncStream"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAsyncStream",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAsyncStream",
      "path" : "Sources/SwiftAsyncStream",
      "product_memberships" : [
        "SwiftAsyncStream",
        "SwiftAsyncTesting"
      ],
      "sources" : [
        "Async/AsyncLock.swift",
        "Async/AsyncOperation.swift",
        "Async/AsyncSignal.swift",
        "InlineProperty.swift",
        "Publisher/AnyAsyncSequence.swift",
        "Publisher/NodeSubject.swift",
        "Publisher/PassthroughSubject.swift",
        "Publisher/SubjectAsyncIterator.swift",
        "Publisher/ValueSubject.swift",
        "Task+.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.