The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PublisherView with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielctull/PublisherView.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/danielctull/PublisherView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/danielctull/PublisherView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/5] Compiling PublisherView PublisherView.swift
[4/5] Compiling PublisherView PublisherView+Extras.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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
    Publisher.Failure == Never,
              ^
Combine.Publisher:4:20: note: type declared here
    associatedtype Failure : Error
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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
    Publisher.Failure == Never,
              ^
Combine.Publisher:4:20: note: type declared here
    associatedtype Failure : Error
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PublisherView/PublisherView+Extras.swift:44:35: warning: will never be executed
                  failure: { _ in EmptyView() })
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PublisherView/PublisherView+Extras.swift:44:28: note: '_' is of type 'Never' which cannot be constructed because it is an enum with no cases
                  failure: { _ in EmptyView() })
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PublisherView/PublisherView+Extras.swift:66:35: warning: will never be executed
                  failure: { _ in EmptyView() })
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PublisherView/PublisherView+Extras.swift:66:28: note: '_' is of type 'Never' which cannot be constructed because it is an enum with no cases
                  failure: { _ in EmptyView() })
                           ^
[5/5] Emitting module PublisherView
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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
    Publisher.Failure == Never,
              ^
Combine.Publisher:4:20: note: type declared here
    associatedtype Failure : Error
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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
    Publisher.Failure == Never,
              ^
Combine.Publisher:4:20: note: type declared here
    associatedtype Failure : Error
                   ^
Build complete! (10.37s)
Build complete.
Done.