Build Information
Failed to build RefreshableScrollView with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/RefreshableScrollView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/RefreshableScrollView
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 83dbdca Don't suppress scrolling in iOS 16.0 when user is searching.
Cloned https://github.com/elegantchaos/RefreshableScrollView.git
Revision (git rev-parse @):
83dbdcab6f30463db20043d4086b464fa205e759
SUCCESS checkout https://github.com/elegantchaos/RefreshableScrollView.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/elegantchaos/RefreshableScrollView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/9] Emitting module RefreshableScrollView
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
5 |
6 | import SwiftUI
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | /// Implements a ScrollView which uses the native UIScrollView to implement
[4/9] Compiling RefreshableScrollView RefreshState.swift
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
5 |
6 | import SwiftUI
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | /// Implements a ScrollView which uses the native UIScrollView to implement
[5/9] Compiling RefreshableScrollView RefreshableScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
5 |
6 | import SwiftUI
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | /// Implements a ScrollView which uses the native UIScrollView to implement
[6/9] Compiling RefreshableScrollView CustomActivityView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
5 |
6 | import SwiftUI
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | /// Implements a ScrollView which uses the native UIScrollView to implement
[7/9] Compiling RefreshableScrollView BoundsReaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
5 |
6 | import SwiftUI
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | /// Implements a ScrollView which uses the native UIScrollView to implement
[8/9] Compiling RefreshableScrollView NativeRefreshableScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
5 |
6 | import SwiftUI
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | /// Implements a ScrollView which uses the native UIScrollView to implement
[9/9] Compiling RefreshableScrollView IndicatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RefreshableScrollView/NativeRefreshableScrollView.swift:7:8: error: no such module 'UIKit'
5 |
6 | import SwiftUI
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | /// Implements a ScrollView which uses the native UIScrollView to implement
Fetching https://github.com/elegantchaos/Matchable.git
Fetching https://github.com/elegantchaos/XCTestExtensions.git
[1/113] Fetching matchable
[114/678] Fetching matchable, xctestextensions
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.96s)
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.96s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.4.2 (0.69s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.6 (0.66s)
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.4.2
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.6
BUILD FAILURE 6.0 macosSpm