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.2 for macOS (SPM) on 31 Oct 2025 08:13:09 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/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
========================================
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": "ui-stream",
      "name": "ui-stream",
      "url": "https://github.com/nashysolutions/ui-stream.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ui-stream",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nashysolutions/ui-stream.git
[1/48] Fetching ui-stream
Fetched https://github.com/nashysolutions/ui-stream.git from cache (0.69s)
Creating working copy for https://github.com/nashysolutions/ui-stream.git
Working copy of https://github.com/nashysolutions/ui-stream.git resolved at main (c47880c)
warning: '.resolve-product-dependencies': dependency 'ui-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/nashysolutions/ui-stream.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/8] Compiling UIStream QueueMember.swift
[4/8] Compiling UIStream LifecyclePhase.swift
[5/8] Compiling UIStream Lifecycle.swift
[6/8] Compiling UIStream UIStream.swift
[7/8] Emitting module UIStream
[8/8] Compiling UIStream QueueMemberType.swift
Build complete! (4.51s)
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.