Build Information
Failed to build RollView, reference 1.0.0 (884fcd
), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 20:39:41 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gitvalue/RollView.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gitvalue/RollView
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 884fcd0 adjusted pod version
Cloned https://github.com/gitvalue/RollView.git
Revision (git rev-parse @):
884fcd0fcb336b72b421594f0137ee8d68f96656
SUCCESS checkout https://github.com/gitvalue/RollView.git at 1.0.0
Fetching https://github.com/gitvalue/Pooling.git
[1/148] Fetching pooling
Fetched https://github.com/gitvalue/Pooling.git from cache (0.67s)
Computing version for https://github.com/gitvalue/Pooling.git
Computed https://github.com/gitvalue/Pooling.git at 1.0.0 (1.26s)
Creating working copy for https://github.com/gitvalue/Pooling.git
Working copy of https://github.com/gitvalue/Pooling.git resolved at 1.0.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": "rollview",
"name": "RollView",
"url": "https://github.com/gitvalue/RollView.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RollView",
"dependencies": [
{
"identity": "pooling",
"name": "Pooling",
"url": "https://github.com/gitvalue/Pooling.git",
"version": "1.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Pooling",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/gitvalue/RollView.git
[1/213] Fetching rollview
Fetched https://github.com/gitvalue/RollView.git from cache (0.60s)
Fetching https://github.com/gitvalue/Pooling.git from cache
Fetched https://github.com/gitvalue/Pooling.git from cache (0.46s)
Computing version for https://github.com/gitvalue/Pooling.git
Computed https://github.com/gitvalue/Pooling.git at 1.0.1 (0.51s)
Creating working copy for https://github.com/gitvalue/RollView.git
Working copy of https://github.com/gitvalue/RollView.git resolved at 1.0.0 (884fcd0)
Creating working copy for https://github.com/gitvalue/Pooling.git
Working copy of https://github.com/gitvalue/Pooling.git resolved at 1.0.1
warning: '.resolve-product-dependencies': dependency 'rollview' is not used by any target
Found 1 product dependencies
- Pooling
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/gitvalue/RollView.git
https://github.com/gitvalue/RollView.git
{
"dependencies" : [
{
"identity" : "pooling",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gitvalue/Pooling.git"
}
],
"manifest_display_name" : "RollView",
"name" : "RollView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RollView",
"targets" : [
"RollView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RollViewTests",
"module_type" : "SwiftTarget",
"name" : "RollViewTests",
"path" : "Tests/RollViewTests",
"sources" : [
"RollViewTests.swift"
],
"target_dependencies" : [
"RollView"
],
"type" : "test"
},
{
"c99name" : "RollView",
"module_type" : "SwiftTarget",
"name" : "RollView",
"path" : "Sources/RollView",
"product_dependencies" : [
"Pooling"
],
"product_memberships" : [
"RollView"
],
"sources" : [
"Adapter.swift",
"AdapterView.swift",
"ContainerView.swift",
"RollView.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Compiling Pooling Pooling.swift
[5/7] Compiling Pooling Pool.swift
[6/7] Compiling Pooling PThreadMutex.swift
[7/7] Emitting module Pooling
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/12] Compiling RollView ContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | // IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
| `- error: no such module 'UIKit'
21 |
22 | /**
[9/12] Emitting module RollView
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | // IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
| `- error: no such module 'UIKit'
21 |
22 | /**
[10/12] Compiling RollView RollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | // IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
| `- error: no such module 'UIKit'
21 |
22 | /**
[11/12] Compiling RollView Adapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | // IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
| `- error: no such module 'UIKit'
21 |
22 | /**
[12/12] Compiling RollView AdapterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | // IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
| `- error: no such module 'UIKit'
21 |
22 | /**
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Compiling Pooling Pooling.swift
[3/5] Compiling Pooling PThreadMutex.swift
[4/5] Compiling Pooling Pool.swift
[5/5] Emitting module Pooling
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/10] Emitting module RollView
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | // IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
| `- error: no such module 'UIKit'
21 |
22 | /**
[7/10] Compiling RollView ContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | // IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
| `- error: no such module 'UIKit'
21 |
22 | /**
[8/10] Compiling RollView RollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | // IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
| `- error: no such module 'UIKit'
21 |
22 | /**
[9/10] Compiling RollView Adapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | // IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
| `- error: no such module 'UIKit'
21 |
22 | /**
[10/10] Compiling RollView AdapterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RollView/Adapter.swift:20:8: error: no such module 'UIKit'
18 | // IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19 |
20 | import UIKit
| `- error: no such module 'UIKit'
21 |
22 | /**
BUILD FAILURE 6.1 macosSpm