The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielctull/PublisherView.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 into spi-builder-workspace
c3995803cee6008ec8fcdb326cf67f0b1037f7e0
SUCCESS checkout https://github.com/danielctull/PublisherView.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/3] Compiling PublisherView PublisherView.swift
[2/3] Emitting module PublisherView
/Users/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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
                   ^
[3/3] Compiling PublisherView PublisherView+Extras.swift
/Users/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PublisherView/PublisherView+Extras.swift:44:35: warning: will never be executed
                  failure: { _ in EmptyView() })
                                  ^
/Users/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PublisherView/PublisherView+Extras.swift:66:35: warning: will never be executed
                  failure: { _ in EmptyView() })
                                  ^
/Users/builder/builds/TDmZkXJm/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() })
                           ^
Build complete! (5.60s)
Build complete.
Done.