The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Bloc, reference main (b0d84b), with Swift 6.2 for macOS (SPM) on 20 Apr 2026 22:19:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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/sergiofraile/BlocSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sergiofraile/BlocSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b0d84b5 New license change
Cloned https://github.com/sergiofraile/BlocSwift.git
Revision (git rev-parse @):
b0d84b5d1fb9fb56279ae52dff93291985432f9d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sergiofraile/BlocSwift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sergiofraile/BlocSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.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--3CB7CFEC50E0D141.txt
[5/22] Compiling Bloc HydratedStorage.swift
[6/22] Compiling Bloc EventTransformer.swift
[7/22] Compiling Bloc HydratedBloc.swift
[8/22] Compiling Bloc Change.swift
[9/22] Compiling Bloc Cubit.swift
[10/23] Compiling Bloc Transition.swift
[11/23] Compiling Bloc BlocSelector.swift
[12/23] Compiling Bloc BlocState.swift
[13/23] Compiling Bloc BlocProvider.swift
[14/23] Compiling Bloc BlocRegistry.swift
[15/23] Compiling Bloc BlocError.swift
[16/23] Compiling Bloc BlocEvent.swift
[17/23] Compiling Bloc BlocListener.swift
[18/23] Compiling Bloc BlocObserver.swift
[19/23] Compiling Bloc Bloc.swift
[20/23] Compiling Bloc BlocBase.swift
[21/23] Emitting module Bloc
[22/23] Compiling Bloc BlocBuilder.swift
[23/23] Compiling Bloc BlocConsumer.swift
Build complete! (26.64s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.30s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (4.35s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.13s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.82s)
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
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" : "Bloc",
  "name" : "Bloc",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Bloc",
      "targets" : [
        "Bloc"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BlocTests",
      "module_type" : "SwiftTarget",
      "name" : "BlocTests",
      "path" : "Tests/BlocTests",
      "sources" : [
        "BlocCoreTests.swift",
        "BlocObserverTests.swift",
        "BlocRegistryTests.swift",
        "BlocTests.swift",
        "CubitTests.swift",
        "EventTransformerTests.swift",
        "ExampleShowcaseTests.swift",
        "Examples/CalculatorExampleTests.swift",
        "Examples/CounterExampleTests.swift",
        "Examples/FormulaOneExampleTests.swift",
        "Examples/HeartbeatExampleTests.swift",
        "Examples/LorcanaExampleTests.swift",
        "Examples/ScoreExampleTests.swift",
        "HydratedBlocTests.swift",
        "ModelTests.swift"
      ],
      "target_dependencies" : [
        "Bloc"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bloc",
      "module_type" : "SwiftTarget",
      "name" : "Bloc",
      "path" : "Sources/Bloc",
      "product_memberships" : [
        "Bloc"
      ],
      "sources" : [
        "Bloc.swift",
        "BlocBase.swift",
        "BlocBuilder.swift",
        "BlocConsumer.swift",
        "BlocError.swift",
        "BlocEvent.swift",
        "BlocListener.swift",
        "BlocObserver.swift",
        "BlocProvider.swift",
        "BlocRegistry.swift",
        "BlocSelector.swift",
        "BlocState.swift",
        "Change.swift",
        "Cubit.swift",
        "EventTransformer.swift",
        "HydratedBloc.swift",
        "HydratedStorage.swift",
        "Transition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.