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

Successful build of swift-webdriver, reference main (eb79ab), with Swift 5.10 for macOS (SPM) on 2 May 2025 21:22:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thebrowsercompany/swift-webdriver.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thebrowsercompany/swift-webdriver
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at eb79abd Implement protocol detection and protocol-agnostic session creation. (#187)
Cloned https://github.com/thebrowsercompany/swift-webdriver.git
Revision (git rev-parse @):
eb79abde86888ef086ca56c0c7ccd09a03757c2d
SUCCESS checkout https://github.com/thebrowsercompany/swift-webdriver.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/thebrowsercompany/swift-webdriver.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/28] Compiling WebDriver Requests+LegacySelenium.swift
[5/28] Compiling WebDriver Requests+W3C.swift
[6/28] Compiling WebDriver Requests.swift
[7/28] Compiling WebDriver ScreenOrientation.swift
[8/30] Compiling WebDriver Window.swift
[9/30] Compiling WebDriver WireProtocol.swift
[10/30] Compiling WebDriver Capabilities+AppiumOptions.swift
[11/30] Compiling WebDriver Capabilities.swift
[12/30] Compiling WebDriver Element.swift
[13/30] Compiling WebDriver ElementLocator.swift
[14/30] Compiling WebDriver ErrorResponse.swift
[15/30] Compiling WebDriver HTTPWebDriver.swift
[16/30] Compiling WebDriver Keys.swift
[17/30] Compiling WebDriver Location.swift
[18/30] Compiling WebDriver MouseButton.swift
[19/30] Compiling WebDriver TouchClickKind.swift
[20/30] Compiling WebDriver URLRequestExtensions.swift
[21/30] Compiling WebDriver NoSuchElementError.swift
[22/30] Compiling WebDriver Poll.swift
[23/30] Compiling WebDriver Request.swift
[24/30] Compiling TestsCommon PNGUtilities.swift
[25/30] Emitting module TestsCommon
[26/30] Emitting module WebDriver
[27/30] Compiling WebDriver WebDriver.swift
[28/30] Compiling WebDriver WebDriverStatus.swift
[29/30] Compiling WebDriver Session.swift
[30/30] Compiling WebDriver TimeoutType.swift
Build complete! (4.92s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-webdriver",
  "name" : "swift-webdriver",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "WebDriver",
      "targets" : [
        "WebDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebDriver",
      "module_type" : "SwiftTarget",
      "name" : "WebDriver",
      "path" : "Sources/WebDriver",
      "product_memberships" : [
        "WebDriver"
      ],
      "sources" : [
        "Capabilities+AppiumOptions.swift",
        "Capabilities.swift",
        "Element.swift",
        "ElementLocator.swift",
        "ErrorResponse.swift",
        "HTTPWebDriver.swift",
        "Keys.swift",
        "Location.swift",
        "MouseButton.swift",
        "NoSuchElementError.swift",
        "Poll.swift",
        "Request.swift",
        "Requests+LegacySelenium.swift",
        "Requests+W3C.swift",
        "Requests.swift",
        "ScreenOrientation.swift",
        "Session.swift",
        "TimeoutType.swift",
        "TouchClickKind.swift",
        "URLRequestExtensions.swift",
        "WebDriver.swift",
        "WebDriverStatus.swift",
        "Window.swift",
        "WireProtocol.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UnitTests",
      "module_type" : "SwiftTarget",
      "name" : "UnitTests",
      "path" : "Tests/UnitTests",
      "sources" : [
        "APIToRequestMappingTests.swift",
        "MockWebDriver.swift"
      ],
      "target_dependencies" : [
        "TestsCommon",
        "WebDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TestsCommon",
      "module_type" : "SwiftTarget",
      "name" : "TestsCommon",
      "path" : "Tests/Common",
      "sources" : [
        "PNGUtilities.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppiumTests",
      "module_type" : "SwiftTarget",
      "name" : "AppiumTests",
      "path" : "Tests/AppiumTests",
      "sources" : [
        "AppiumTests.swift"
      ],
      "target_dependencies" : [
        "TestsCommon",
        "WebDriver"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.8"
}
Done.