Build Information
Failed to build Snappable, reference 0.3.0 (806de8
), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 12:14:13 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/hugehoge/Snappable.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hugehoge/Snappable
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at 806de81 Merge pull request #18 from hugehoge/release-0.3.0
Cloned https://github.com/hugehoge/Snappable.git
Revision (git rev-parse @):
806de8123c87fdd818f1b8998a56417a1a510007
SUCCESS checkout https://github.com/hugehoge/Snappable.git at 0.3.0
========================================
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": "snappable",
"name": "Snappable",
"url": "https://github.com/hugehoge/Snappable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Snappable",
"dependencies": [
]
}
]
}
Fetching https://github.com/hugehoge/Snappable.git
[1/304] Fetching snappable
Fetched https://github.com/hugehoge/Snappable.git from cache (1.40s)
Creating working copy for https://github.com/hugehoge/Snappable.git
Working copy of https://github.com/hugehoge/Snappable.git resolved at 0.3.0 (806de81)
warning: '.resolve-product-dependencies': dependency 'snappable' 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/hugehoge/Snappable.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
[3/20] Compiling Snappable SnapMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[4/20] Compiling Snappable DecelerationRate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[5/20] Compiling Snappable SnapAlignment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[6/21] Compiling Snappable View+SnappableIDModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/21] Emitting module Snappable
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[8/21] Compiling Snappable SnapAlignmentEnvironmentKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[9/21] Compiling Snappable CGPoint+Distance.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[10/21] Compiling Snappable SnapIDModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[11/21] Compiling Snappable SnappableModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[12/21] Compiling Snappable Introspect.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[13/21] Compiling Snappable UIKitIntrospectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[14/21] Compiling Snappable SnapID.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[15/21] Compiling Snappable SnapTiming.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[16/21] Compiling Snappable DraggingDetector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[17/21] Compiling Snappable CoordinateSpaceNameEnvironmentKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[18/21] Compiling Snappable SnapAlignment+Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[19/21] Compiling Snappable SnapAnchorPreferenceKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[20/21] Compiling Snappable ViewExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
[21/21] Compiling Snappable ScrollView+SnappableModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Internal/DraggingDetector.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | internal class DraggingDetector: NSObject, UIScrollViewDelegate {
BUILD FAILURE 6.0 macosSpm