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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielctull/PublisherView.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "publisherview",
      "name": "PublisherView",
      "url": "https://github.com/danielctull/PublisherView.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PublisherView",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/danielctull/PublisherView.git
[1/44] Fetching publisherview
Fetched https://github.com/danielctull/PublisherView.git (0.31s)
Creating working copy for https://github.com/danielctull/PublisherView.git
Working copy of https://github.com/danielctull/PublisherView.git resolved at main
warning: '.resolve-product-dependencies': dependency 'publisherview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Compiling PublisherView PublisherView+Extras.swift
/Users/admin/builds/J1XnyXFH/1/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/1/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/1/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/1/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/1/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/1/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() })
                           ^
[2/3] Compiling PublisherView PublisherView.swift
[3/3] Emitting module PublisherView
/Users/admin/builds/J1XnyXFH/1/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/1/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! (18.41s)
Build complete.
Done.