Build Information
Failed to build swiftui-scrollview-interoperable-drag-gesture, reference main (aa940c
), with Swift 6.0 for macOS (SPM) on 10 Apr 2025 20:44:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aa940c6 Update
Cloned https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git
Revision (git rev-parse @):
aa940c6e3b4c28ee20666f1f252982030a67b1f4
SUCCESS checkout https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git at main
========================================
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": "swiftui-scrollview-interoperable-drag-gesture",
"name": "swiftui-scrollview-interoperable-drag-gesture",
"url": "https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture",
"dependencies": [
]
}
]
}
Fetching https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git
[1/102] Fetching swiftui-scrollview-interoperable-drag-gesture
Fetched https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git from cache (0.64s)
Creating working copy for https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git
Working copy of https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git resolved at main (aa940c6)
warning: '.resolve-product-dependencies': dependency 'swiftui-scrollview-interoperable-drag-gesture' 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/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git
https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git
{
"dependencies" : [
],
"manifest_display_name" : "swiftui-scrollview-interoperable-drag-gesture",
"name" : "swiftui-scrollview-interoperable-drag-gesture",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftUIScrollViewInteroperableDragGesture",
"targets" : [
"SwiftUIScrollViewInteroperableDragGesture"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftUIScrollViewInteroperableDragGestureTests",
"module_type" : "SwiftTarget",
"name" : "SwiftUIScrollViewInteroperableDragGestureTests",
"path" : "Tests",
"sources" : [
"SwiftUIScrollViewInteroperableDragGesture/Tests.swift"
],
"target_dependencies" : [
"SwiftUIScrollViewInteroperableDragGesture"
],
"type" : "test"
},
{
"c99name" : "SwiftUIScrollViewInteroperableDragGesture",
"module_type" : "SwiftTarget",
"name" : "SwiftUIScrollViewInteroperableDragGesture",
"path" : "Sources/SwiftUIScrollViewInteroperableDragGesture",
"product_memberships" : [
"SwiftUIScrollViewInteroperableDragGesture"
],
"sources" : [
"ScrollController.swift",
"SwiftUIScrollViewInteroperableDragGesture.swift",
"UIScrollView+.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/6] Compiling SwiftUIScrollViewInteroperableDragGesture UIScrollView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/ScrollController.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @MainActor
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module SwiftUIScrollViewInteroperableDragGesture
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/ScrollController.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @MainActor
[5/6] Compiling SwiftUIScrollViewInteroperableDragGesture SwiftUIScrollViewInteroperableDragGesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/ScrollController.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @MainActor
[6/6] Compiling SwiftUIScrollViewInteroperableDragGesture ScrollController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/ScrollController.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @MainActor
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/5] Compiling SwiftUIScrollViewInteroperableDragGesture UIScrollView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/ScrollController.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @MainActor
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module SwiftUIScrollViewInteroperableDragGesture
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/ScrollController.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @MainActor
[4/5] Compiling SwiftUIScrollViewInteroperableDragGesture SwiftUIScrollViewInteroperableDragGesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/ScrollController.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @MainActor
[5/5] Compiling SwiftUIScrollViewInteroperableDragGesture ScrollController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/ScrollController.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | @MainActor
BUILD FAILURE 6.0 macosSpm