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 ui-stream, reference main (c47880), with Swift 6.0 for macOS (SPM) on 31 Oct 2025 08:13:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/nashysolutions/ui-stream.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/ui-stream
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c47880c Potential fix for documentation.
Cloned https://github.com/nashysolutions/ui-stream.git
Revision (git rev-parse @):
c47880c23a7a97daaca361831fc599a7d3cd4a00
SUCCESS checkout https://github.com/nashysolutions/ui-stream.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/nashysolutions/ui-stream.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/8] Compiling UIStream QueueMemberType.swift
[4/8] Compiling UIStream QueueMember.swift
[5/8] Emitting module UIStream
[6/8] Compiling UIStream Lifecycle.swift
[7/8] Compiling UIStream UIStream.swift
[8/8] Compiling UIStream LifecyclePhase.swift
Build complete! (5.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ui-stream",
  "name" : "ui-stream",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "UIStream",
      "targets" : [
        "UIStream"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UIStream",
      "module_type" : "SwiftTarget",
      "name" : "UIStream",
      "path" : "Sources/UIStream",
      "product_memberships" : [
        "UIStream"
      ],
      "sources" : [
        "Lifecycle.swift",
        "LifecyclePhase.swift",
        "QueueMember.swift",
        "QueueMemberType.swift",
        "UIStream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.