Build Information
Failed to build RefreshableScrollView, reference main (83dbdc
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 03:24:30 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.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
Fetching https://github.com/elegantchaos/Matchable.git
Fetching https://github.com/elegantchaos/XCTestExtensions.git
[1/571] Fetching xctestextensions
[224/684] Fetching xctestextensions, matchable
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.75s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.75s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.4.2 (0.55s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.6 (0.55s)
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.6
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.4.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "refreshablescrollview",
"name": "RefreshableScrollView",
"url": "https://github.com/elegantchaos/RefreshableScrollView.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RefreshableScrollView",
"dependencies": [
]
}
]
}
Fetching https://github.com/elegantchaos/RefreshableScrollView.git
[1/284] Fetching refreshablescrollview
Fetched https://github.com/elegantchaos/RefreshableScrollView.git from cache (0.65s)
Creating working copy for https://github.com/elegantchaos/RefreshableScrollView.git
Working copy of https://github.com/elegantchaos/RefreshableScrollView.git resolved at main (83dbdca)
warning: '.resolve-product-dependencies': dependency 'refreshablescrollview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/elegantchaos/RefreshableScrollView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.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 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
[5/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
[6/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
[7/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
[8/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
[9/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
BUILD FAILURE 6.0 macosSpm