Build Information
Failed to build ScrollViewController, reference master (288999
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 04:48:33 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/darrarski/ScrollViewController.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/darrarski/ScrollViewController
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 288999c Bump version
Cloned https://github.com/darrarski/ScrollViewController.git
Revision (git rev-parse @):
288999c7b9b0246aee0cfe3b7a066546038fd4b8
SUCCESS checkout https://github.com/darrarski/ScrollViewController.git at master
========================================
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": "scrollviewcontroller",
"name": "ScrollViewController",
"url": "https://github.com/darrarski/ScrollViewController.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ScrollViewController",
"dependencies": [
]
}
]
}
Fetching https://github.com/darrarski/ScrollViewController.git
[1/985] Fetching scrollviewcontroller
Fetched https://github.com/darrarski/ScrollViewController.git from cache (0.99s)
Creating working copy for https://github.com/darrarski/ScrollViewController.git
Working copy of https://github.com/darrarski/ScrollViewController.git resolved at master (288999c)
warning: '.resolve-product-dependencies': dependency 'scrollviewcontroller' 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/darrarski/ScrollViewController.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/10] Compiling ScrollViewController ScrollViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// `KeyboardFrameChangeListining` implementation.
[4/10] Compiling ScrollViewController ScrollWrapperView.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// `KeyboardFrameChangeListining` implementation.
[5/10] Compiling ScrollViewController ScrollViewKeyboardAvoider.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// `KeyboardFrameChangeListining` implementation.
[6/10] Compiling ScrollViewController ScrollViewKeyboardAvoiding.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// `KeyboardFrameChangeListining` implementation.
[7/10] Compiling ScrollViewController KeyboardFrameChangeListening.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// `KeyboardFrameChangeListining` implementation.
[8/10] Compiling ScrollViewController KeyboardFrameChangeListener.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// `KeyboardFrameChangeListining` implementation.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/10] Emitting module ScrollViewController
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// `KeyboardFrameChangeListining` implementation.
[10/10] Compiling ScrollViewController KeyboardFrameChange.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardFrameChangeListener.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// `KeyboardFrameChangeListining` implementation.
BUILD FAILURE 6.0 macosSpm