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 swiftui-bloc, reference main (030103), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 03:09:30 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-bloc/swiftui-bloc.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-bloc/swiftui-bloc
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0301034 removed ubuntu compilation runner
Cloned https://github.com/swift-bloc/swiftui-bloc.git
Revision (git rev-parse @):
03010342e523f7d40d505c1014cce69480807108
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-bloc/swiftui-bloc.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swift-bloc/swiftui-bloc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/30] Compiling Bloc AsyncSemaphore.swift
[7/30] Compiling Bloc Lock.swift
[8/32] Compiling Bloc BlocObserver.swift
[9/32] Compiling Bloc Change.swift
[10/32] Compiling Bloc BlocEventSink.swift
[11/32] Compiling Bloc BlocHandler.swift
[12/32] Compiling Bloc Closable.swift
[13/32] Compiling Bloc EventHandler.swift
[14/32] Compiling Bloc EventMapper.swift
[15/32] Compiling Bloc EventTransformer.swift
[16/32] Compiling Bloc Transition.swift
[17/32] Compiling Bloc Stream.swift
[18/32] Compiling Bloc StateStreamable.swift
[19/32] Compiling Bloc StateStreamableSource.swift
[20/32] Compiling Bloc Streamable.swift
[21/32] Compiling Bloc DefaultBlocObserver.swift
[22/32] Compiling Bloc Emittable.swift
[23/32] Compiling Bloc ErrorSink.swift
[24/32] Compiling Bloc Bloc.swift
[25/32] Compiling Bloc BlocBase.swift
[26/32] Compiling Bloc Cubit.swift
[27/32] Emitting module Bloc
[28/32] Compiling Bloc BlocEmitter.swift
[29/32] Compiling Bloc Emitter.swift
[30/32] Compiling Bloc AsyncLock.swift
[31/32] Compiling Bloc StreamController.swift
[32/32] Compiling Bloc StreamNode.swift
[33/34] Compiling SwiftUIBloc SwiftUIBloc.swift
[34/34] Emitting module SwiftUIBloc
Build complete! (20.31s)
Fetching https://github.com/swift-bloc/bloc
[1/126] Fetching bloc
Fetched https://github.com/swift-bloc/bloc from cache (0.63s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.11s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.64s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.68s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swift-bloc/bloc
Working copy of https://github.com/swift-bloc/bloc resolved at main (071f2cf)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bloc",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-bloc/bloc"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swiftui-bloc",
  "name" : "swiftui-bloc",
  "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" : "SwiftUIBloc",
      "targets" : [
        "SwiftUIBloc"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIBlocTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIBlocTests",
      "path" : "Tests/SwiftUIBlocTests",
      "sources" : [
        "SwiftUIBlocTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIBloc"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIBloc",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIBloc",
      "path" : "Sources/SwiftUIBloc",
      "product_dependencies" : [
        "Bloc"
      ],
      "product_memberships" : [
        "SwiftUIBloc"
      ],
      "sources" : [
        "SwiftUIBloc.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.