The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build webdriver-swift, reference v0.1.0-experiment (c1fe66), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 05:13:26 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.1
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/3129] Fetching swift-webdriver
Fetched https://github.com/thebrowsercompany/swift-webdriver.git from cache (0.96s)
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
{
  "dependencies" : [
  ],
  "manifest_display_name" : "webdriver-swift",
  "name" : "webdriver-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "WebDriver",
      "targets" : [
        "WebDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "WebDriverTests",
      "path" : "Tests/WebDriverTests",
      "sources" : [
        "ArcTests.swift",
        "CalculatorTests.swift",
        "NotepadTests.swift",
        "SessionTests.swift"
      ],
      "target_dependencies" : [
        "WebDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebDriver",
      "module_type" : "SwiftTarget",
      "name" : "WebDriver",
      "path" : "Sources",
      "product_memberships" : [
        "WebDriver"
      ],
      "sources" : [
        "CommandLine.swift",
        "Element+Request.swift",
        "Element.swift",
        "Session+Requests.swift",
        "Session.swift",
        "URLRequestExtensions.swift",
        "WebDriver+Requests.swift",
        "WebDriver.swift",
        "WebDriverError.swift",
        "WebDriverRequest.swift",
        "WinAppDriverProcess.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UnitTests",
      "module_type" : "SwiftTarget",
      "name" : "UnitTests",
      "path" : "Tests/UnitTests",
      "sources" : [
        "UtilTests.swift"
      ],
      "target_dependencies" : [
        "WebDriver"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.8"
}
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/13] 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 {
[4/13] 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 {
[5/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 {
[6/13] 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 {
[7/13] 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/13] 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 {
[9/13] 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 {
[10/13] 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 {
[11/13] 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 {
[12/13] 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 {
[13/13] 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 {
[14/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 {
BUILD FAILURE 6.0 macosSpm