The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ProgressView with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ericlewis/ProgressView.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ericlewis/ProgressView
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 35632db meh
Cloned https://github.com/ericlewis/ProgressView.git
Revision (git rev-parse @):
35632db363662d951bb06b299659a4d29c8d94c8
SUCCESS checkout https://github.com/ericlewis/ProgressView.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "progressview",
      "name": "ProgressView",
      "url": "https://github.com/ericlewis/ProgressView.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ProgressView",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ericlewis/ProgressView.git
[1/51] Fetching progressview
Fetched https://github.com/ericlewis/ProgressView.git (0.22s)
Creating working copy for https://github.com/ericlewis/ProgressView.git
Working copy of https://github.com/ericlewis/ProgressView.git resolved at master
warning: '.resolve-product-dependencies': dependency 'progressview' 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...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/2] Emitting module ProgressView
<unknown>:0: error: invalid value '5.1' in '-swift-version 5.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5'
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:10:49: error: cannot find type 'UIProgressView' in scope
    public func makeUIView(context: Context) -> UIProgressView {
                                                ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:10:37: error: cannot find type 'Context' in scope
    public func makeUIView(context: Context) -> UIProgressView {
                                    ^~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:14:40: error: cannot find type 'UIProgressView' in scope
    public func updateUIView(_ uiView: UIProgressView, context: Context) {
                                       ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:14:65: error: cannot find type 'Context' in scope
    public func updateUIView(_ uiView: UIProgressView, context: Context) {
                                                                ^~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:3:29: error: cannot find type 'UIViewRepresentable' in scope
public struct ProgressView: UIViewRepresentable {
                            ^~~~~~~~~~~~~~~~~~~
[2/2] Compiling ProgressView ProgressView.swift
<unknown>:0: error: invalid value '5.1' in '-swift-version 5.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5'
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:10:49: error: cannot find type 'UIProgressView' in scope
    public func makeUIView(context: Context) -> UIProgressView {
                                                ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:10:37: error: cannot find type 'Context' in scope
    public func makeUIView(context: Context) -> UIProgressView {
                                    ^~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:14:40: error: cannot find type 'UIProgressView' in scope
    public func updateUIView(_ uiView: UIProgressView, context: Context) {
                                       ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:14:65: error: cannot find type 'Context' in scope
    public func updateUIView(_ uiView: UIProgressView, context: Context) {
                                                                ^~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:3:29: error: cannot find type 'UIViewRepresentable' in scope
public struct ProgressView: UIViewRepresentable {
                            ^~~~~~~~~~~~~~~~~~~
error: fatalError
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/2] Emitting module ProgressView
<unknown>:0: error: invalid value '5.1' in '-swift-version 5.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5'
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:10:49: error: cannot find type 'UIProgressView' in scope
    public func makeUIView(context: Context) -> UIProgressView {
                                                ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:10:37: error: cannot find type 'Context' in scope
    public func makeUIView(context: Context) -> UIProgressView {
                                    ^~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:14:40: error: cannot find type 'UIProgressView' in scope
    public func updateUIView(_ uiView: UIProgressView, context: Context) {
                                       ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:14:65: error: cannot find type 'Context' in scope
    public func updateUIView(_ uiView: UIProgressView, context: Context) {
                                                                ^~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:3:29: error: cannot find type 'UIViewRepresentable' in scope
public struct ProgressView: UIViewRepresentable {
                            ^~~~~~~~~~~~~~~~~~~
[2/2] Compiling ProgressView ProgressView.swift
<unknown>:0: error: invalid value '5.1' in '-swift-version 5.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5'
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:10:49: error: cannot find type 'UIProgressView' in scope
    public func makeUIView(context: Context) -> UIProgressView {
                                                ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:10:37: error: cannot find type 'Context' in scope
    public func makeUIView(context: Context) -> UIProgressView {
                                    ^~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:14:40: error: cannot find type 'UIProgressView' in scope
    public func updateUIView(_ uiView: UIProgressView, context: Context) {
                                       ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:14:65: error: cannot find type 'Context' in scope
    public func updateUIView(_ uiView: UIProgressView, context: Context) {
                                                                ^~~~~~~
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProgressView/ProgressView.swift:3:29: error: cannot find type 'UIViewRepresentable' in scope
public struct ProgressView: UIViewRepresentable {
                            ^~~~~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.9 macosSpm