Build Information
Failed to build Feedbacks, reference main (e31d30
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 00:40:43 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CombineCommunity/Feedbacks
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e31d304 Merge pull request #44 from CombineCommunity/feature/improve-dsl-error-msg
Cloned https://github.com/CombineCommunity/Feedbacks.git
Revision (git rev-parse @):
e31d304ee0731e9a6381cdfbc6276fb84e2ec508
SUCCESS checkout https://github.com/CombineCommunity/Feedbacks.git at main
========================================
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] Emitting module CombineExt
[6/39] Compiling CombineExt Materialize.swift
[7/39] Compiling CombineExt MergeMany.swift
[8/39] Compiling CombineExt Nwise.swift
[9/39] Compiling CombineExt FlatMapBatches.swift
[10/39] Compiling CombineExt FlatMapLatest.swift
[11/39] Compiling CombineExt IgnoreFailure.swift
[12/39] Compiling CombineExt IgnoreOutputSetOutputType.swift
[13/39] Compiling CombineExt PassthroughRelay.swift
[14/39] Compiling CombineExt Relay.swift
[15/39] Compiling CombineExt ReplaySubject.swift
[16/39] Compiling CombineExt Partition.swift
[17/39] Compiling CombineExt PrefixDuration.swift
[18/39] Compiling CombineExt RemoveAllDuplicates.swift
[19/39] Compiling CombineExt ObjectOwnership.swift
[20/39] Compiling CombineExt Amb.swift
[21/39] Compiling CombineExt AssignOwnership.swift
[22/39] Compiling CombineExt AssignToMany.swift
[23/39] Compiling CombineExt DemandBuffer.swift
[24/39] Compiling CombineExt Sink.swift
[25/39] Compiling CombineExt Optional.swift
[26/39] Compiling CombineExt Event.swift
[27/39] Compiling CombineExt Lock.swift
[28/39] Compiling CombineExt Timer.swift
[29/39] Compiling CombineExt MapMany.swift
[30/39] Compiling CombineExt WithLatestFrom.swift
[31/39] Compiling CombineExt ZipMany.swift
[32/39] Compiling CombineExt CurrentValueRelay.swift
[33/39] Compiling CombineExt SetOutputType.swift
[34/39] Compiling CombineExt ShareReplay.swift
[35/39] Compiling CombineExt Toggle.swift
[36/39] Compiling CombineExt CombineLatestMany.swift
[37/39] Compiling CombineExt Create.swift
[38/39] Compiling CombineExt Dematerialize.swift
[39/39] Compiling CombineExt FilterMany.swift
[40/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] {
[41/57] Compiling Feedbacks Event.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 On.swift
[43/57] Compiling Feedbacks State.swift
[44/57] Compiling Feedbacks StaticIdentifiable.swift
[45/58] Compiling Feedbacks Transitions.swift
[46/58] Compiling Feedbacks Mediator.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(
[47/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(
[48/58] Compiling Feedbacks SideEffect.swift
[49/58] Compiling Feedbacks InitialState.swift
[50/58] Compiling Feedbacks AnyEvent.swift
[51/58] Compiling Feedbacks AnyState.swift
[52/58] Compiling Feedbacks From.swift
[53/58] Compiling Feedbacks Instantiable.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] {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/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 {
[57/58] Compiling Feedbacks UISystem+Binding.swift
/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 | }
/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 {
[58/58] Compiling Feedbacks UISystem.swift
/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 | }
/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
[194/4632] Fetching combine-schedulers, combineext
Fetched https://github.com/CombineCommunity/CombineExt.git from cache (0.94s)
Fetched https://github.com/pointfreeco/combine-schedulers.git from cache (0.94s)
Computing version for https://github.com/CombineCommunity/CombineExt.git
Computed https://github.com/CombineCommunity/CombineExt.git at 1.3.0 (1.45s)
Computing version for https://github.com/pointfreeco/combine-schedulers.git
Computed https://github.com/pointfreeco/combine-schedulers.git at 0.1.2 (0.48s)
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