The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Bloc, reference main (071f2c), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 08:55:33 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-bloc/bloc.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-bloc/bloc
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 071f2cf Added BLoC code base  (#2)
Cloned https://github.com/swift-bloc/bloc.git
Revision (git rev-parse @):
071f2cfdbd6ee362520ed32a664992ebabee8aaa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-bloc/bloc.git at main
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2049] Fetching swift-docc-plugin
[247/5426] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.23s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.23s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (1.84s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.65s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/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.3.0
========================================
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": "bloc",
      "name": "Bloc",
      "url": "https://github.com/swift-bloc/bloc.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/bloc",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/swift-bloc/bloc.git
[1/126] Fetching bloc
Fetched https://github.com/swift-bloc/bloc.git from cache (0.66s)
Creating working copy for https://github.com/swift-bloc/bloc.git
Working copy of https://github.com/swift-bloc/bloc.git resolved at main (071f2cf)
warning: '.resolve-product-dependencies': dependency 'bloc' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-bloc/bloc.git
https://github.com/swift-bloc/bloc.git
{
  "dependencies" : [
    {
      "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" : "Bloc",
  "name" : "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" : "Bloc",
      "targets" : [
        "Bloc"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BlocTests",
      "module_type" : "SwiftTarget",
      "name" : "BlocTests",
      "path" : "Tests/BlocTests",
      "sources" : [
        "BlocTests.swift"
      ],
      "target_dependencies" : [
        "Bloc"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bloc",
      "module_type" : "SwiftTarget",
      "name" : "Bloc",
      "path" : "Sources/Bloc",
      "product_memberships" : [
        "Bloc"
      ],
      "sources" : [
        "Bloc/Bloc.swift",
        "Bloc/BlocBase.swift",
        "Bloc/Cubit.swift",
        "Bloc/Models/BlocEventSink.swift",
        "Bloc/Models/BlocHandler.swift",
        "Bloc/Models/Closable.swift",
        "Bloc/Models/DefaultBlocObserver.swift",
        "Bloc/Models/Emittable.swift",
        "Bloc/Models/ErrorSink.swift",
        "Bloc/Models/EventHandler.swift",
        "Bloc/Models/EventMapper.swift",
        "Bloc/Models/EventTransformer.swift",
        "Bloc/Models/StateStreamable.swift",
        "Bloc/Models/StateStreamableSource.swift",
        "Bloc/Models/Streamable.swift",
        "Emitter/BlocEmitter.swift",
        "Emitter/Emitter.swift",
        "Extra/AsyncLock.swift",
        "Extra/AsyncSemaphore.swift",
        "Extra/Lock.swift",
        "Observables/BlocObserver.swift",
        "Observables/Change.swift",
        "Observables/Transition.swift",
        "Stream/Stream.swift",
        "Stream/StreamController.swift",
        "Stream/StreamNode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[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-2F0A5646E1D333AE.txt
[5/29] Emitting module Bloc
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:11:14: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
10 |
11 |     open var transformer: EventTransformer<Event> {
   |              `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
12 |         fatalError("getter:transformer has not been implemented")
13 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:18:35: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
   :
16 |
17 |     private let lock = Lock()
18 |     private let eventController = StreamController<Event>()
   |                                   `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |
20 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:18:57: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
   :
16 |
17 |     private let lock = Lock()
18 |     private let eventController = StreamController<Event>()
   |                                                         `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |
20 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:7:14: warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |              `- warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Public properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:17:16: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
15 |     // MARK: - Public properties
16 |
17 |     public var stream: Stream<State> {
   |                `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 |         fatalError("getter:stream has not been implemented")
19 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:32:36: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
30 |
31 |     private let lock = Lock()
32 |     private let streamController = StreamController<State>()
   |                                    `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |
34 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:32:58: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
30 |
31 |     private let lock = Lock()
32 |     private let streamController = StreamController<State>()
   |                                                          `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |
34 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Cubit.swift:7:12: warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | open class Cubit<State>: BlocBase<State> {
   |            `- warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Inits
[6/31] Compiling Bloc StreamController.swift
[7/31] Compiling Bloc StreamNode.swift
[8/31] Compiling Bloc AsyncSemaphore.swift
[9/31] Compiling Bloc Lock.swift
[10/31] Compiling Bloc StateStreamable.swift
[11/31] Compiling Bloc StateStreamableSource.swift
[12/31] Compiling Bloc Streamable.swift
[13/31] Compiling Bloc Bloc.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:11:14: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
10 |
11 |     open var transformer: EventTransformer<Event> {
   |              `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
12 |         fatalError("getter:transformer has not been implemented")
13 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:18:35: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
   :
16 |
17 |     private let lock = Lock()
18 |     private let eventController = StreamController<Event>()
   |                                   `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |
20 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:18:57: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
   :
16 |
17 |     private let lock = Lock()
18 |     private let eventController = StreamController<Event>()
   |                                                         `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |
20 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:7:14: warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |              `- warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Public properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:17:16: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
15 |     // MARK: - Public properties
16 |
17 |     public var stream: Stream<State> {
   |                `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 |         fatalError("getter:stream has not been implemented")
19 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:32:36: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
30 |
31 |     private let lock = Lock()
32 |     private let streamController = StreamController<State>()
   |                                    `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |
34 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:32:58: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
30 |
31 |     private let lock = Lock()
32 |     private let streamController = StreamController<State>()
   |                                                          `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |
34 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Cubit.swift:7:12: warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | open class Cubit<State>: BlocBase<State> {
   |            `- warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Inits
[14/31] Compiling Bloc BlocBase.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:11:14: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
10 |
11 |     open var transformer: EventTransformer<Event> {
   |              `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
12 |         fatalError("getter:transformer has not been implemented")
13 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:18:35: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
   :
16 |
17 |     private let lock = Lock()
18 |     private let eventController = StreamController<Event>()
   |                                   `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |
20 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:18:57: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
   :
16 |
17 |     private let lock = Lock()
18 |     private let eventController = StreamController<Event>()
   |                                                         `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |
20 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:7:14: warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |              `- warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Public properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:17:16: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
15 |     // MARK: - Public properties
16 |
17 |     public var stream: Stream<State> {
   |                `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 |         fatalError("getter:stream has not been implemented")
19 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:32:36: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
30 |
31 |     private let lock = Lock()
32 |     private let streamController = StreamController<State>()
   |                                    `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |
34 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:32:58: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
30 |
31 |     private let lock = Lock()
32 |     private let streamController = StreamController<State>()
   |                                                          `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |
34 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Cubit.swift:7:12: warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | open class Cubit<State>: BlocBase<State> {
   |            `- warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Inits
[15/31] Compiling Bloc Cubit.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:11:14: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
10 |
11 |     open var transformer: EventTransformer<Event> {
   |              `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
12 |         fatalError("getter:transformer has not been implemented")
13 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:18:35: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
   :
16 |
17 |     private let lock = Lock()
18 |     private let eventController = StreamController<Event>()
   |                                   `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |
20 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:18:57: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
   :
16 |
17 |     private let lock = Lock()
18 |     private let eventController = StreamController<Event>()
   |                                                         `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |
20 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:7:14: warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |              `- warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Public properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:17:16: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
15 |     // MARK: - Public properties
16 |
17 |     public var stream: Stream<State> {
   |                `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 |         fatalError("getter:stream has not been implemented")
19 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:32:36: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
30 |
31 |     private let lock = Lock()
32 |     private let streamController = StreamController<State>()
   |                                    `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |
34 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:32:58: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
30 |
31 |     private let lock = Lock()
32 |     private let streamController = StreamController<State>()
   |                                                          `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |
34 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Cubit.swift:7:12: warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | open class Cubit<State>: BlocBase<State> {
   |            `- warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Inits
[16/31] Compiling Bloc Transition.swift
[17/31] Compiling Bloc Stream.swift
[18/31] Compiling Bloc EventHandler.swift
[19/31] Compiling Bloc EventMapper.swift
[20/31] Compiling Bloc EventTransformer.swift
[21/31] Compiling Bloc DefaultBlocObserver.swift
[22/31] Compiling Bloc Emittable.swift
[23/31] Compiling Bloc ErrorSink.swift
[24/31] Compiling Bloc BlocObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:32:36: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
30 |
31 |     private let lock = Lock()
32 |     private let streamController = StreamController<State>()
   |                                    `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |
34 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:32:58: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
30 |
31 |     private let lock = Lock()
32 |     private let streamController = StreamController<State>()
   |                                                          `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |
34 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:18:35: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
   :
16 |
17 |     private let lock = Lock()
18 |     private let eventController = StreamController<Event>()
   |                                   `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |
20 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:18:57: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
   :
16 |
17 |     private let lock = Lock()
18 |     private let eventController = StreamController<Event>()
   |                                                         `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |
20 |     // MARK: - Unsafe properties
[25/31] Compiling Bloc Change.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:32:36: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
30 |
31 |     private let lock = Lock()
32 |     private let streamController = StreamController<State>()
   |                                    `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |
34 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/BlocBase.swift:32:58: warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | open class BlocBase<State>: StateStreamableSource, Emittable, ErrorSink, @unchecked Sendable {
   |                     `- note: consider making generic parameter 'State' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Open properties
   :
30 |
31 |     private let lock = Lock()
32 |     private let streamController = StreamController<State>()
   |                                                          `- warning: type 'State' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
33 |
34 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:18:35: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
   :
16 |
17 |     private let lock = Lock()
18 |     private let eventController = StreamController<Event>()
   |                                   `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |
20 |     // MARK: - Unsafe properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:18:57: warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |                   `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 8 |
 9 |     // MARK: - Public properties
   :
16 |
17 |     private let lock = Lock()
18 |     private let eventController = StreamController<Event>()
   |                                                         `- warning: type 'Event' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |
20 |     // MARK: - Unsafe properties
[26/31] Compiling Bloc BlocEmitter.swift
[27/31] Compiling Bloc Emitter.swift
[28/31] Compiling Bloc AsyncLock.swift
[29/31] Compiling Bloc BlocEventSink.swift
[30/31] Compiling Bloc BlocHandler.swift
[31/31] Compiling Bloc Closable.swift
Build complete! (15.28s)
Build complete.
{
  "dependencies" : [
    {
      "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" : "Bloc",
  "name" : "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" : "Bloc",
      "targets" : [
        "Bloc"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BlocTests",
      "module_type" : "SwiftTarget",
      "name" : "BlocTests",
      "path" : "Tests/BlocTests",
      "sources" : [
        "BlocTests.swift"
      ],
      "target_dependencies" : [
        "Bloc"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bloc",
      "module_type" : "SwiftTarget",
      "name" : "Bloc",
      "path" : "Sources/Bloc",
      "product_memberships" : [
        "Bloc"
      ],
      "sources" : [
        "Bloc/Bloc.swift",
        "Bloc/BlocBase.swift",
        "Bloc/Cubit.swift",
        "Bloc/Models/BlocEventSink.swift",
        "Bloc/Models/BlocHandler.swift",
        "Bloc/Models/Closable.swift",
        "Bloc/Models/DefaultBlocObserver.swift",
        "Bloc/Models/Emittable.swift",
        "Bloc/Models/ErrorSink.swift",
        "Bloc/Models/EventHandler.swift",
        "Bloc/Models/EventMapper.swift",
        "Bloc/Models/EventTransformer.swift",
        "Bloc/Models/StateStreamable.swift",
        "Bloc/Models/StateStreamableSource.swift",
        "Bloc/Models/Streamable.swift",
        "Emitter/BlocEmitter.swift",
        "Emitter/Emitter.swift",
        "Extra/AsyncLock.swift",
        "Extra/AsyncSemaphore.swift",
        "Extra/Lock.swift",
        "Observables/BlocObserver.swift",
        "Observables/Change.swift",
        "Observables/Transition.swift",
        "Stream/Stream.swift",
        "Stream/StreamController.swift",
        "Stream/StreamNode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/swift-bloc/bloc/main
Repository:               swift-bloc/bloc
Swift version used:       6.1
            url: "https://github.com/apple/swift-docc-plugin",
Target:                   Bloc
Generating documentation for 'Bloc'...
Converting documentation...
Conversion complete! (0.14s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/swift-bloc/bloc/main'
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling Snippets Snippet.swift
[8/53] Emitting module Snippets
[9/53] Emitting module SymbolKit
[10/57] Compiling SymbolKit DeclarationFragments.swift
[11/57] Compiling SymbolKit Fragment.swift
[12/57] Compiling SymbolKit FragmentKind.swift
[13/57] Compiling SymbolKit FunctionParameter.swift
[14/57] Compiling SymbolKit FunctionSignature.swift
[15/57] Compiling SymbolKit SourceRange.swift
[16/57] Compiling SymbolKit Metadata.swift
[17/57] Compiling SymbolKit Module.swift
[18/57] Compiling SymbolKit OperatingSystem.swift
[19/57] Compiling SymbolKit Platform.swift
[20/57] Compiling SymbolKit Identifier.swift
[21/57] Compiling SymbolKit KindIdentifier.swift
[22/57] Compiling SymbolKit Location.swift
[23/57] Compiling SymbolKit Mutability.swift
[24/57] Compiling SymbolKit Relationship.swift
[25/57] Compiling SymbolKit RelationshipKind.swift
[26/57] Compiling SymbolKit SourceOrigin.swift
[27/57] Compiling SymbolKit GenericConstraints.swift
[28/57] Compiling SymbolKit Swift.swift
[29/57] Compiling SymbolKit Mixin+Equals.swift
[30/57] Compiling SymbolKit Mixin+Hash.swift
[31/57] Compiling SymbolKit Mixin.swift
[32/57] Compiling SymbolKit LineList.swift
[33/57] Compiling SymbolKit Position.swift
[34/57] Compiling SymbolKit Symbol.swift
[35/57] Compiling SymbolKit SymbolKind.swift
[36/57] Compiling SymbolKit SymbolGraph.swift
[37/57] Compiling SymbolKit GraphCollector.swift
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.swift
[43/57] Compiling SymbolKit GenericConstraint.swift
[44/57] Compiling SymbolKit GenericParameter.swift
[45/57] Compiling SymbolKit Generics.swift
[46/57] Compiling SymbolKit Namespace.swift
[47/57] Compiling SymbolKit Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.14s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/26] Emitting module Bloc
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:7:14: warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |              `- warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Public properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Cubit.swift:7:12: warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | open class Cubit<State>: BlocBase<State> {
   |            `- warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Inits
[3/28] Compiling Bloc Bloc.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:7:14: warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |              `- warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Public properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Cubit.swift:7:12: warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | open class Cubit<State>: BlocBase<State> {
   |            `- warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Inits
[4/28] Compiling Bloc BlocBase.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:7:14: warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |              `- warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Public properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Cubit.swift:7:12: warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | open class Cubit<State>: BlocBase<State> {
   |            `- warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Inits
[5/28] Compiling Bloc Cubit.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Bloc.swift:7:14: warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | public class Bloc<Event, State>: BlocBase<State>, BlocEventSink {
   |              `- warning: class 'Bloc' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Public properties
/Users/admin/builder/spi-builder-workspace/Sources/Bloc/Bloc/Cubit.swift:7:12: warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 5 | import Foundation
 6 |
 7 | open class Cubit<State>: BlocBase<State> {
   |            `- warning: class 'Cubit' must restate inherited '@unchecked Sendable' conformance
 8 |
 9 |     // MARK: - Inits
[6/28] Compiling Bloc StateStreamable.swift
[7/28] Compiling Bloc StateStreamableSource.swift
[8/28] Compiling Bloc Streamable.swift
[9/28] Compiling Bloc AsyncSemaphore.swift
[10/28] Compiling Bloc Lock.swift
[11/28] Compiling Bloc BlocObserver.swift
[12/28] Compiling Bloc Change.swift
[13/28] Compiling Bloc EventHandler.swift
[14/28] Compiling Bloc EventMapper.swift
[15/28] Compiling Bloc EventTransformer.swift
[16/28] Compiling Bloc Transition.swift
[17/28] Compiling Bloc Stream.swift
[18/28] Compiling Bloc DefaultBlocObserver.swift
[19/28] Compiling Bloc Emittable.swift
[20/28] Compiling Bloc ErrorSink.swift
[21/28] Compiling Bloc BlocEventSink.swift
[22/28] Compiling Bloc BlocHandler.swift
[23/28] Compiling Bloc Closable.swift
[24/28] Compiling Bloc BlocEmitter.swift
[25/28] Compiling Bloc Emitter.swift
[26/28] Compiling Bloc AsyncLock.swift
[27/28] Compiling Bloc StreamController.swift
[28/28] Compiling Bloc StreamNode.swift
Build of target: 'Bloc' complete! (1.39s)
     282
3	/Users/admin/builder/spi-builder-workspace/.docs/swift-bloc/bloc/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swift-bloc/bloc/main
File count: 282
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-swift-bloc-bloc-main-17983634.zip to s3://spi-docs-inbox/prod-swift-bloc-bloc-main-17983634.zip
Copying... [11%]
Copying... [23%]
Copying... [34%]
Copying... [46%]
Copying... [57%]
Copying... [69%]
Copying... [80%]
Copying... [92%]
Copying... [100%]
Done.