Build Information
Successful build of PublisherView, reference 1.0.0 (c39958
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 00:22:19 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/danielctull/PublisherView.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielctull/PublisherView
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at c399580 Update swiftlint
Cloned https://github.com/danielctull/PublisherView.git
Revision (git rev-parse @):
c3995803cee6008ec8fcdb326cf67f0b1037f7e0
SUCCESS checkout https://github.com/danielctull/PublisherView.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/danielctull/PublisherView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Emitting module PublisherView
/Users/admin/builder/spi-builder-workspace/Sources/PublisherView/PublisherView+Extras.swift:27:15: warning: cannot use associated type 'Failure' in an extension with public or '@usableFromInline' members; 'Combine' was not imported by this file
25 | extension PublisherView
26 | where
27 | Publisher.Failure == Never,
| `- warning: cannot use associated type 'Failure' in an extension with public or '@usableFromInline' members; 'Combine' was not imported by this file
28 | FailureView == EmptyView
29 | {
Combine.Publisher.Failure:2:16: note: associated type declared here
1 | protocol Publisher {
2 | associatedtype Failure : Error}
| `- note: associated type declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/PublisherView/PublisherView+Extras.swift:50:15: warning: cannot use associated type 'Failure' in an extension with public or '@usableFromInline' members; 'Combine' was not imported by this file
48 | extension PublisherView
49 | where
50 | Publisher.Failure == Never,
| `- warning: cannot use associated type 'Failure' in an extension with public or '@usableFromInline' members; 'Combine' was not imported by this file
51 | FailureView == EmptyView,
52 | InitialView == EmptyView
Combine.Publisher.Failure:2:16: note: associated type declared here
1 | protocol Publisher {
2 | associatedtype Failure : Error}
| `- note: associated type declared here
3 |
[4/5] Compiling PublisherView PublisherView.swift
[5/5] Compiling PublisherView PublisherView+Extras.swift
/Users/admin/builder/spi-builder-workspace/Sources/PublisherView/PublisherView+Extras.swift:27:15: warning: cannot use associated type 'Failure' in an extension with public or '@usableFromInline' members; 'Combine' was not imported by this file
25 | extension PublisherView
26 | where
27 | Publisher.Failure == Never,
| `- warning: cannot use associated type 'Failure' in an extension with public or '@usableFromInline' members; 'Combine' was not imported by this file
28 | FailureView == EmptyView
29 | {
Combine.Publisher.Failure:2:16: note: associated type declared here
1 | protocol Publisher {
2 | associatedtype Failure : Error}
| `- note: associated type declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/PublisherView/PublisherView+Extras.swift:50:15: warning: cannot use associated type 'Failure' in an extension with public or '@usableFromInline' members; 'Combine' was not imported by this file
48 | extension PublisherView
49 | where
50 | Publisher.Failure == Never,
| `- warning: cannot use associated type 'Failure' in an extension with public or '@usableFromInline' members; 'Combine' was not imported by this file
51 | FailureView == EmptyView,
52 | InitialView == EmptyView
Combine.Publisher.Failure:2:16: note: associated type declared here
1 | protocol Publisher {
2 | associatedtype Failure : Error}
| `- note: associated type declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/PublisherView/PublisherView+Extras.swift:44:35: warning: will never be executed
42 | initial: initial,
43 | output: output,
44 | failure: { _ in EmptyView() })
| | `- warning: will never be executed
| `- note: '_' is of type 'Never' which cannot be constructed because it is an enum with no cases
45 | }
46 | }
/Users/admin/builder/spi-builder-workspace/Sources/PublisherView/PublisherView+Extras.swift:66:35: warning: will never be executed
64 | initial: EmptyView.init,
65 | output: output,
66 | failure: { _ in EmptyView() })
| | `- warning: will never be executed
| `- note: '_' is of type 'Never' which cannot be constructed because it is an enum with no cases
67 | }
68 | }
Build complete! (7.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PublisherView",
"name" : "PublisherView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "PublisherView",
"targets" : [
"PublisherView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PublisherView",
"module_type" : "SwiftTarget",
"name" : "PublisherView",
"path" : "Sources/PublisherView",
"product_memberships" : [
"PublisherView"
],
"sources" : [
"PublisherView+Extras.swift",
"PublisherView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.