Build Information
Failed to build webdriver-swift, reference v0.1.0-experiment (c1fe66
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 20:24:34 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/thebrowsercompany/swift-webdriver.git
Reference: v0.1.0-experiment
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thebrowsercompany/swift-webdriver
* tag v0.1.0-experiment -> FETCH_HEAD
HEAD is now at c1fe669 Revert "Remove ArcTests.swift"
Cloned https://github.com/thebrowsercompany/swift-webdriver.git
Revision (git rev-parse @):
c1fe6691f035a398c2fa5a0f8f67a538641f3966
SUCCESS checkout https://github.com/thebrowsercompany/swift-webdriver.git at v0.1.0-experiment
========================================
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": "swift-webdriver",
"name": "webdriver-swift",
"url": "https://github.com/thebrowsercompany/swift-webdriver.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-webdriver",
"dependencies": [
]
}
]
}
Fetching https://github.com/thebrowsercompany/swift-webdriver.git
[1/3082] Fetching swift-webdriver
Fetched https://github.com/thebrowsercompany/swift-webdriver.git from cache (0.98s)
Creating working copy for https://github.com/thebrowsercompany/swift-webdriver.git
Working copy of https://github.com/thebrowsercompany/swift-webdriver.git resolved at v0.1.0-experiment (c1fe669)
warning: '.resolve-product-dependencies': dependency 'swift-webdriver' 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/thebrowsercompany/swift-webdriver.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/13] Compiling WebDriver WebDriverError.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestExtensions.swift:2:8: error: no such module 'FoundationNetworking'
1 | import Foundation
2 | import FoundationNetworking
| `- error: no such module 'FoundationNetworking'
3 |
4 | extension URLSession {
[4/14] Compiling WebDriver WinAppDriverProcess.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestExtensions.swift:2:8: error: no such module 'FoundationNetworking'
1 | import Foundation
2 | import FoundationNetworking
| `- error: no such module 'FoundationNetworking'
3 |
4 | extension URLSession {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/14] Emitting module WebDriver
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestExtensions.swift:2:8: error: no such module 'FoundationNetworking'
1 | import Foundation
2 | import FoundationNetworking
| `- error: no such module 'FoundationNetworking'
3 |
4 | extension URLSession {
[6/14] Compiling WebDriver Element.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestExtensions.swift:2:8: error: no such module 'FoundationNetworking'
1 | import Foundation
2 | import FoundationNetworking
| `- error: no such module 'FoundationNetworking'
3 |
4 | extension URLSession {
[7/14] Compiling WebDriver Session.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestExtensions.swift:2:8: error: no such module 'FoundationNetworking'
1 | import Foundation
2 | import FoundationNetworking
| `- error: no such module 'FoundationNetworking'
3 |
4 | extension URLSession {
[8/14] Compiling WebDriver CommandLine.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestExtensions.swift:2:8: error: no such module 'FoundationNetworking'
1 | import Foundation
2 | import FoundationNetworking
| `- error: no such module 'FoundationNetworking'
3 |
4 | extension URLSession {
[9/14] Compiling WebDriver Element+Request.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestExtensions.swift:2:8: error: no such module 'FoundationNetworking'
1 | import Foundation
2 | import FoundationNetworking
| `- error: no such module 'FoundationNetworking'
3 |
4 | extension URLSession {
[10/14] Compiling WebDriver URLRequestExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestExtensions.swift:2:8: error: no such module 'FoundationNetworking'
1 | import Foundation
2 | import FoundationNetworking
| `- error: no such module 'FoundationNetworking'
3 |
4 | extension URLSession {
[11/14] Compiling WebDriver Session+Requests.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestExtensions.swift:2:8: error: no such module 'FoundationNetworking'
1 | import Foundation
2 | import FoundationNetworking
| `- error: no such module 'FoundationNetworking'
3 |
4 | extension URLSession {
[12/14] Compiling WebDriver WebDriverRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestExtensions.swift:2:8: error: no such module 'FoundationNetworking'
1 | import Foundation
2 | import FoundationNetworking
| `- error: no such module 'FoundationNetworking'
3 |
4 | extension URLSession {
[13/14] Compiling WebDriver WebDriver+Requests.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestExtensions.swift:2:8: error: no such module 'FoundationNetworking'
1 | import Foundation
2 | import FoundationNetworking
| `- error: no such module 'FoundationNetworking'
3 |
4 | extension URLSession {
[14/14] Compiling WebDriver WebDriver.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestExtensions.swift:2:8: error: no such module 'FoundationNetworking'
1 | import Foundation
2 | import FoundationNetworking
| `- error: no such module 'FoundationNetworking'
3 |
4 | extension URLSession {
BUILD FAILURE 6.0 macosSpm