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

Failed to build Feedbacks, reference 0.4.0 (c9cb61), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 00:40:39 UTC.

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/CombineCommunity/Feedbacks.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CombineCommunity/Feedbacks
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at c9cb61f Merge pull request #42 from CombineCommunity/feature/use-replay-subject
Cloned https://github.com/CombineCommunity/Feedbacks.git
Revision (git rev-parse @):
c9cb61f44b170df86ee654a9bc3ab0de569e1f80
SUCCESS checkout https://github.com/CombineCommunity/Feedbacks.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CombineCommunity/Feedbacks.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/36] Compiling CombineExt WithLatestFrom.swift
[6/36] Compiling CombineExt ZipMany.swift
[7/36] Compiling CombineExt CurrentValueRelay.swift
[8/39] Compiling CombineExt Materialize.swift
[9/39] Compiling CombineExt MergeMany.swift
[10/39] Compiling CombineExt Nwise.swift
[11/39] Compiling CombineExt SetOutputType.swift
[12/39] Compiling CombineExt ShareReplay.swift
[13/39] Compiling CombineExt Toggle.swift
[14/39] Compiling CombineExt PassthroughRelay.swift
[15/39] Compiling CombineExt Relay.swift
[16/39] Compiling CombineExt ReplaySubject.swift
[17/39] Compiling CombineExt Partition.swift
[18/39] Compiling CombineExt PrefixDuration.swift
[19/39] Compiling CombineExt RemoveAllDuplicates.swift
[20/39] Compiling CombineExt Lock.swift
[21/39] Compiling CombineExt Timer.swift
[22/39] Compiling CombineExt MapMany.swift
[23/39] Emitting module CombineExt
[24/39] Compiling CombineExt DemandBuffer.swift
[25/39] Compiling CombineExt Sink.swift
[26/39] Compiling CombineExt Optional.swift
[27/39] Compiling CombineExt Event.swift
[28/39] Compiling CombineExt CombineLatestMany.swift
[29/39] Compiling CombineExt Create.swift
[30/39] Compiling CombineExt Dematerialize.swift
[31/39] Compiling CombineExt FilterMany.swift
[32/39] Compiling CombineExt FlatMapBatches.swift
[33/39] Compiling CombineExt FlatMapLatest.swift
[34/39] Compiling CombineExt IgnoreFailure.swift
[35/39] Compiling CombineExt IgnoreOutputSetOutputType.swift
[36/39] Compiling CombineExt ObjectOwnership.swift
[37/39] Compiling CombineExt Amb.swift
[38/39] Compiling CombineExt AssignOwnership.swift
[39/39] Compiling CombineExt AssignToMany.swift
[40/57] Compiling Feedbacks AnyState.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/ArrayBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 6 | //
 7 |
 8 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 9 | public struct ArrayBuilder<Value> {
10 |     public static func buildBlock(_ values: Value...) -> [Value] {
[41/57] Compiling Feedbacks ArrayBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/ArrayBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 6 | //
 7 |
 8 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 9 | public struct ArrayBuilder<Value> {
10 |     public static func buildBlock(_ values: Value...) -> [Value] {
[42/57] Compiling Feedbacks Event.swift
[43/57] Compiling Feedbacks From.swift
[44/57] Compiling Feedbacks On.swift
[45/57] Compiling Feedbacks State.swift
[46/57] Compiling Feedbacks StaticIdentifiable.swift
[47/57] Compiling Feedbacks UISystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem.swift:54:14: error: initializer does not override a designated initializer from its superclass
 52 |     }
 53 |
 54 |     override init(initialState: InitialState,
    |              `- error: initializer does not override a designated initializer from its superclass
 55 |          feedbacks: Feedbacks,
 56 |          transitions: Transitions) where PublishedState == RawState {
[48/57] Compiling Feedbacks AnyEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem.swift:54:14: error: initializer does not override a designated initializer from its superclass
 52 |     }
 53 |
 54 |     override init(initialState: InitialState,
    |              `- error: initializer does not override a designated initializer from its superclass
 55 |          feedbacks: Feedbacks,
 56 |          transitions: Transitions) where PublishedState == RawState {
[49/58] Compiling Feedbacks Transitions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/58] Compiling Feedbacks SideEffect.swift
[51/58] Compiling Feedbacks CanEmitEvent.swift
[52/58] Compiling Feedbacks InitialState.swift
[53/58] Compiling Feedbacks Mediator.swift
[54/58] Compiling Feedbacks Feedback.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedbacks.swift:160:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
158 | }
159 |
160 | @_functionBuilder
    |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
161 | public struct FeedbacksBuilder {
162 |     public static func buildBlock(_ feedbacks: Feedback...) -> [Feedback] {
[55/58] Compiling Feedbacks Feedbacks.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedbacks.swift:160:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
158 | }
159 |
160 | @_functionBuilder
    |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
161 | public struct FeedbacksBuilder {
162 |     public static func buildBlock(_ feedbacks: Feedback...) -> [Feedback] {
[56/58] Compiling Feedbacks System.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/System.swift:242:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
240 | }
241 |
242 | @_functionBuilder
    |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
243 | public struct SystemBuilder {
244 |     public static func buildBlock(
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift:17:13: warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
15 |     func binding<Output>(get: @escaping (PublishedState) -> Output) -> Binding<Output> {
16 |         Binding<Output> { [state] in
17 |             get(state)
   |             `- warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
18 |         } set: { _ in
19 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift:15:26: warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
13 |     /// - Parameter get: the function to read the RawState value
14 |     /// - Returns: the binding on the published RawState
15 |     func binding<Output>(get: @escaping (PublishedState) -> Output) -> Binding<Output> {
   |                          `- warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
16 |         Binding<Output> { [state] in
17 |             get(state)
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift:31:13: warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
29 |     func binding<Output>(get: @escaping (PublishedState) -> Output, emit: @escaping (Output) -> Event) -> Binding<Output> {
30 |         Binding<Output> { [state] in
31 |             get(state)
   |             `- warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
32 |         } set: { [weak self] in
33 |             self?.emit(emit($0))
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift:29:26: warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
27 |     ///   - emit: the function to emit an event in the System when the binding is mutated
28 |     /// - Returns: the binding on the published RawState
29 |     func binding<Output>(get: @escaping (PublishedState) -> Output, emit: @escaping (Output) -> Event) -> Binding<Output> {
   |                          `- warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
30 |         Binding<Output> { [state] in
31 |             get(state)
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift:33:17: warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
31 |             get(state)
32 |         } set: { [weak self] in
33 |             self?.emit(emit($0))
   |                 `- warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
34 |         }
35 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift:32:24: warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
30 |         Binding<Output> { [state] in
31 |             get(state)
32 |         } set: { [weak self] in
   |                        `- warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
33 |             self?.emit(emit($0))
34 |         }
[57/58] Compiling Feedbacks UISystem+Binding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/System.swift:242:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
240 | }
241 |
242 | @_functionBuilder
    |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
243 | public struct SystemBuilder {
244 |     public static func buildBlock(
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift:17:13: warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
15 |     func binding<Output>(get: @escaping (PublishedState) -> Output) -> Binding<Output> {
16 |         Binding<Output> { [state] in
17 |             get(state)
   |             `- warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
18 |         } set: { _ in
19 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift:15:26: warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
13 |     /// - Parameter get: the function to read the RawState value
14 |     /// - Returns: the binding on the published RawState
15 |     func binding<Output>(get: @escaping (PublishedState) -> Output) -> Binding<Output> {
   |                          `- warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
16 |         Binding<Output> { [state] in
17 |             get(state)
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift:31:13: warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
29 |     func binding<Output>(get: @escaping (PublishedState) -> Output, emit: @escaping (Output) -> Event) -> Binding<Output> {
30 |         Binding<Output> { [state] in
31 |             get(state)
   |             `- warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
32 |         } set: { [weak self] in
33 |             self?.emit(emit($0))
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift:29:26: warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
27 |     ///   - emit: the function to emit an event in the System when the binding is mutated
28 |     /// - Returns: the binding on the published RawState
29 |     func binding<Output>(get: @escaping (PublishedState) -> Output, emit: @escaping (Output) -> Event) -> Binding<Output> {
   |                          `- warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
30 |         Binding<Output> { [state] in
31 |             get(state)
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift:33:17: warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
31 |             get(state)
32 |         } set: { [weak self] in
33 |             self?.emit(emit($0))
   |                 `- warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
34 |         }
35 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem+Binding.swift:32:24: warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
30 |         Binding<Output> { [state] in
31 |             get(state)
32 |         } set: { [weak self] in
   |                        `- warning: capture of non-sendable type 'PublishedState.Type' in an isolated closure
33 |             self?.emit(emit($0))
34 |         }
[58/58] Emitting module Feedbacks
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Feedbacks/Feedbacks.swift:160:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
158 | }
159 |
160 | @_functionBuilder
    |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
161 | public struct FeedbacksBuilder {
162 |     public static func buildBlock(_ feedbacks: Feedback...) -> [Feedback] {
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/System.swift:242:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
240 | }
241 |
242 | @_functionBuilder
    |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
243 | public struct SystemBuilder {
244 |     public static func buildBlock(
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/Transitions/ArrayBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 6 | //
 7 |
 8 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 9 | public struct ArrayBuilder<Value> {
10 |     public static func buildBlock(_ values: Value...) -> [Value] {
/Users/admin/builder/spi-builder-workspace/Sources/Feedbacks/System/UISystem.swift:54:14: error: initializer does not override a designated initializer from its superclass
 52 |     }
 53 |
 54 |     override init(initialState: InitialState,
    |              `- error: initializer does not override a designated initializer from its superclass
 55 |          feedbacks: Feedbacks,
 56 |          transitions: Transitions) where PublishedState == RawState {
Fetching https://github.com/pointfreeco/combine-schedulers.git
Fetching https://github.com/CombineCommunity/CombineExt.git
[1/2410] Fetching combine-schedulers
[122/4632] Fetching combine-schedulers, combineext
Fetched https://github.com/pointfreeco/combine-schedulers.git from cache (0.93s)
Fetched https://github.com/CombineCommunity/CombineExt.git from cache (0.93s)
Computing version for https://github.com/CombineCommunity/CombineExt.git
Computed https://github.com/CombineCommunity/CombineExt.git at 1.3.0 (1.46s)
Computing version for https://github.com/pointfreeco/combine-schedulers.git
Computed https://github.com/pointfreeco/combine-schedulers.git at 0.1.2 (0.50s)
Creating working copy for https://github.com/CombineCommunity/CombineExt.git
Working copy of https://github.com/CombineCommunity/CombineExt.git resolved at 1.3.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers.git
Working copy of https://github.com/pointfreeco/combine-schedulers.git resolved at 0.1.2
BUILD FAILURE 6.2 macosSpm