Build Information
Successful build of Playwright, reference v0.1.0 (05e121), with Swift 6.1 for Linux on 22 Mar 2026 06:12:11 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m1guelpf/swift-playwright.git
Reference: v0.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/m1guelpf/swift-playwright
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at 05e1213 Update README
Cloned https://github.com/m1guelpf/swift-playwright.git
Revision (git rev-parse @):
05e12135b164277ec4984dacd1474ea578c876f0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m1guelpf/swift-playwright.git at v0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/m1guelpf/swift-playwright.git
https://github.com/m1guelpf/swift-playwright.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Playwright",
"name" : "Playwright",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Playwright",
"targets" : [
"Playwright"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PlaywrightTesting",
"targets" : [
"PlaywrightTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DownloadDriver",
"targets" : [
"DownloadDriver"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PlaywrightTests",
"module_type" : "SwiftTarget",
"name" : "PlaywrightTests",
"path" : "tests",
"sources" : [
"AssertionResultTests.swift",
"BrowserContextTests.swift",
"BrowserNewPageTests.swift",
"BrowserTests.swift",
"ConcurrencyTests.swift",
"ConnectOverCDPTests.swift",
"ConnectionTests.swift",
"ConsoleMessageTests.swift",
"CrossBrowserTests.swift",
"DialogTests.swift",
"DownloadTests.swift",
"DriverTests.swift",
"ElementHandleTests.swift",
"ErrorClassificationTests.swift",
"EvaluateTests.swift",
"GlobTests.swift",
"HelpersTests.swift",
"KeyboardMouseTests.swift",
"LifecycleTests.swift",
"LocatorAssertionTests.swift",
"LocatorEvaluateTests.swift",
"LocatorTests.swift",
"NavigationTests.swift",
"PageAssertionTests.swift",
"PageTests.swift",
"PersistentContextTests.swift",
"PlaywrightTests.swift",
"QuerySelectorTests.swift",
"RouteTests.swift",
"ScreenshotTests.swift",
"SelectorBuilderTests.swift",
"ServerLifecycleTests.swift",
"TestHelpers.swift",
"TransportTests.swift"
],
"target_dependencies" : [
"Playwright",
"PlaywrightTesting"
],
"type" : "test"
},
{
"c99name" : "PlaywrightTesting",
"module_type" : "SwiftTarget",
"name" : "PlaywrightTesting",
"path" : "src/testing",
"product_memberships" : [
"PlaywrightTesting"
],
"sources" : [
"Expect.swift",
"Internal/AssertionResult.swift",
"Internal/ExpectedTextValue.swift",
"LocatorAssertions.swift",
"PageAssertions.swift",
"PlaywrightTrait.swift"
],
"target_dependencies" : [
"Playwright"
],
"type" : "library"
},
{
"c99name" : "PlaywrightDriverPlugin",
"module_type" : "PluginTarget",
"name" : "PlaywrightDriverPlugin",
"path" : "plugin",
"plugin_capability" : {
"intent" : {
"description" : "Download the Playwright driver for browser automation",
"type" : "custom",
"verb" : "install-playwright"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Downloads the Playwright driver",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
443
]
}
},
"reason" : "Downloads the Playwright driver from cdn.playwright.dev",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"sources" : [
"PlaywrightDriverPlugin.swift"
],
"target_dependencies" : [
"DownloadDriver"
],
"type" : "plugin"
},
{
"c99name" : "Playwright",
"module_type" : "SwiftTarget",
"name" : "Playwright",
"path" : "src/core",
"product_memberships" : [
"Playwright",
"PlaywrightTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/src/core/drivers",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"API/ActionOptions.swift",
"API/Artifact.swift",
"API/Browser.swift",
"API/BrowserContext.swift",
"API/BrowserContextOptions.swift",
"API/BrowserType.swift",
"API/ConsoleMessage.swift",
"API/Dialog.swift",
"API/Download.swift",
"API/ElementHandle.swift",
"API/EvaluateSerializer.swift",
"API/Frame.swift",
"API/Keyboard.swift",
"API/Locator.swift",
"API/LocatorFactory.swift",
"API/Mouse.swift",
"API/NavigationOptions.swift",
"API/Page.swift",
"API/Request.swift",
"API/Response.swift",
"API/Route.swift",
"API/Selectors.swift",
"Error.swift",
"Extensions/Array+RemoveByIdentity.swift",
"Extensions/Duration+milliseconds.swift",
"Playwright.swift",
"Protocol/ChannelOwner.swift",
"Protocol/CloseGuard.swift",
"Protocol/Connection.swift",
"Protocol/Driver.swift",
"Protocol/ObjectFactory.swift",
"Protocol/PlaywrightServer.swift",
"Protocol/Transport.swift",
"Support/helpers.swift"
],
"type" : "library"
},
{
"c99name" : "DownloadDriver",
"module_type" : "SwiftTarget",
"name" : "DownloadDriver",
"path" : "cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"DownloadDriver"
],
"sources" : [
"DownloadDriver.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
[1/17387] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.24s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.34s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
[1/1] Compiling plugin PlaywrightDriverPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/23] Write sources
[9/23] Copying drivers
[10/23] Write sources
[12/23] Write swift-version-24593BA9C3E375BF.txt
[14/59] Emitting module ArgumentParserToolInfo
[15/59] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/60] Emitting module ArgumentParserToolInfo
[17/60] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/61] Wrapping AST for ArgumentParserToolInfo for debugging
[22/153] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/153] Compiling ArgumentParser CompletionsGenerator.swift
[24/153] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/153] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/153] Compiling ArgumentParser Argument.swift
[27/157] Compiling ArgumentParser InputOrigin.swift
[28/157] Compiling ArgumentParser Name.swift
[29/157] Compiling ArgumentParser Parsed.swift
[30/157] Compiling ArgumentParser ParsedValues.swift
[31/157] Compiling Playwright PlaywrightServer.swift
[32/157] Compiling Playwright Transport.swift
[33/157] Compiling Playwright helpers.swift
[34/157] Compiling Playwright resource_bundle_accessor.swift
[35/157] Compiling ArgumentParser Foundation.swift
[36/157] Compiling ArgumentParser Mutex.swift
[37/157] Compiling ArgumentParser Platform.swift
[38/157] Compiling ArgumentParser SequenceExtensions.swift
[39/157] Compiling ArgumentParser StringExtensions.swift
[40/157] Compiling ArgumentParser SwiftExtensions.swift
[47/169] Emitting module ArgumentParser
[50/169] Compiling ArgumentParser HelpGenerator.swift
[51/169] Compiling ArgumentParser MessageInfo.swift
[52/169] Compiling ArgumentParser UsageGenerator.swift
[53/169] Compiling ArgumentParser CollectionExtensions.swift
[60/169] Compiling ArgumentParser Tree.swift
[61/169] Compiling ArgumentParser CodingKeyValidator.swift
[62/169] Compiling ArgumentParser NonsenseFlagsValidator.swift
[63/169] Compiling ArgumentParser ParsableArgumentsValidation.swift
[64/169] Compiling ArgumentParser PositionalArgumentsValidator.swift
[65/169] Compiling ArgumentParser UniqueNamesValidator.swift
[89/169] Compiling ArgumentParser ArgumentDiscussion.swift
[90/169] Compiling ArgumentParser ArgumentHelp.swift
[91/169] Compiling ArgumentParser CommandGroup.swift
[92/169] Compiling ArgumentParser EnumerableFlag.swift
[93/169] Compiling ArgumentParser ExpressibleByArgument.swift
[94/169] Compiling ArgumentParser ParsableArguments.swift
[95/169] Emitting module Playwright
[96/169] Compiling ArgumentParser CompletionKind.swift
[97/169] Compiling ArgumentParser Errors.swift
[98/169] Compiling ArgumentParser Flag.swift
[99/169] Compiling ArgumentParser NameSpecification.swift
[100/169] Compiling ArgumentParser ArgumentSet.swift
[101/169] Compiling ArgumentParser CommandParser.swift
[102/169] Compiling ArgumentParser InputKey.swift
[103/169] Compiling ArgumentParser ArgumentVisibility.swift
[106/169] Compiling ArgumentParser ParsableCommand.swift
[107/169] Compiling ArgumentParser ArgumentDecoder.swift
[108/169] Compiling ArgumentParser ArgumentDefinition.swift
[109/169] Compiling ArgumentParser Option.swift
[110/169] Compiling ArgumentParser OptionGroup.swift
[111/169] Compiling ArgumentParser ParentCommand.swift
[112/169] Compiling ArgumentParser AsyncParsableCommand.swift
[113/169] Compiling ArgumentParser CommandConfiguration.swift
[115/170] Emitting module ArgumentParser
[136/177] Compiling PlaywrightTesting PlaywrightTrait.swift
[137/178] Emitting module PlaywrightTesting
[138/178] Compiling PlaywrightTesting Expect.swift
[139/178] Compiling PlaywrightTesting PageAssertions.swift
[169/179] Compiling PlaywrightTesting AssertionResult.swift
[170/179] Compiling PlaywrightTesting ExpectedTextValue.swift
[171/179] Compiling PlaywrightTesting LocatorAssertions.swift
[171/180] Wrapping AST for ArgumentParser for debugging
[175/184] Compiling DownloadDriver DownloadDriver.swift
[176/184] Emitting module DownloadDriver
[179/185] Compiling DownloadDriver DownloadDriver.swift
[179/186] Wrapping AST for DownloadDriver for debugging
[180/186] Write Objects.LinkFileList
[182/186] Wrapping AST for DownloadDriver for debugging
[183/186] Write Objects.LinkFileList
[184/186] Linking DownloadDriver-tool
[185/186] Linking DownloadDriver
Build complete! (40.15s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Playwright",
"name" : "Playwright",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Playwright",
"targets" : [
"Playwright"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PlaywrightTesting",
"targets" : [
"PlaywrightTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DownloadDriver",
"targets" : [
"DownloadDriver"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PlaywrightTests",
"module_type" : "SwiftTarget",
"name" : "PlaywrightTests",
"path" : "tests",
"sources" : [
"AssertionResultTests.swift",
"BrowserContextTests.swift",
"BrowserNewPageTests.swift",
"BrowserTests.swift",
"ConcurrencyTests.swift",
"ConnectOverCDPTests.swift",
"ConnectionTests.swift",
"ConsoleMessageTests.swift",
"CrossBrowserTests.swift",
"DialogTests.swift",
"DownloadTests.swift",
"DriverTests.swift",
"ElementHandleTests.swift",
"ErrorClassificationTests.swift",
"EvaluateTests.swift",
"GlobTests.swift",
"HelpersTests.swift",
"KeyboardMouseTests.swift",
"LifecycleTests.swift",
"LocatorAssertionTests.swift",
"LocatorEvaluateTests.swift",
"LocatorTests.swift",
"NavigationTests.swift",
"PageAssertionTests.swift",
"PageTests.swift",
"PersistentContextTests.swift",
"PlaywrightTests.swift",
"QuerySelectorTests.swift",
"RouteTests.swift",
"ScreenshotTests.swift",
"SelectorBuilderTests.swift",
"ServerLifecycleTests.swift",
"TestHelpers.swift",
"TransportTests.swift"
],
"target_dependencies" : [
"Playwright",
"PlaywrightTesting"
],
"type" : "test"
},
{
"c99name" : "PlaywrightTesting",
"module_type" : "SwiftTarget",
"name" : "PlaywrightTesting",
"path" : "src/testing",
"product_memberships" : [
"PlaywrightTesting"
],
"sources" : [
"Expect.swift",
"Internal/AssertionResult.swift",
"Internal/ExpectedTextValue.swift",
"LocatorAssertions.swift",
"PageAssertions.swift",
"PlaywrightTrait.swift"
],
"target_dependencies" : [
"Playwright"
],
"type" : "library"
},
{
"c99name" : "PlaywrightDriverPlugin",
"module_type" : "PluginTarget",
"name" : "PlaywrightDriverPlugin",
"path" : "plugin",
"plugin_capability" : {
"intent" : {
"description" : "Download the Playwright driver for browser automation",
"type" : "custom",
"verb" : "install-playwright"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Downloads the Playwright driver",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
443
]
}
},
"reason" : "Downloads the Playwright driver from cdn.playwright.dev",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"sources" : [
"PlaywrightDriverPlugin.swift"
],
"target_dependencies" : [
"DownloadDriver"
],
"type" : "plugin"
},
{
"c99name" : "Playwright",
"module_type" : "SwiftTarget",
"name" : "Playwright",
"path" : "src/core",
"product_memberships" : [
"Playwright",
"PlaywrightTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/src/core/drivers",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"API/ActionOptions.swift",
"API/Artifact.swift",
"API/Browser.swift",
"API/BrowserContext.swift",
"API/BrowserContextOptions.swift",
"API/BrowserType.swift",
"API/ConsoleMessage.swift",
"API/Dialog.swift",
"API/Download.swift",
"API/ElementHandle.swift",
"API/EvaluateSerializer.swift",
"API/Frame.swift",
"API/Keyboard.swift",
"API/Locator.swift",
"API/LocatorFactory.swift",
"API/Mouse.swift",
"API/NavigationOptions.swift",
"API/Page.swift",
"API/Request.swift",
"API/Response.swift",
"API/Route.swift",
"API/Selectors.swift",
"Error.swift",
"Extensions/Array+RemoveByIdentity.swift",
"Extensions/Duration+milliseconds.swift",
"Playwright.swift",
"Protocol/ChannelOwner.swift",
"Protocol/CloseGuard.swift",
"Protocol/Connection.swift",
"Protocol/Driver.swift",
"Protocol/ObjectFactory.swift",
"Protocol/PlaywrightServer.swift",
"Protocol/Transport.swift",
"Support/helpers.swift"
],
"type" : "library"
},
{
"c99name" : "DownloadDriver",
"module_type" : "SwiftTarget",
"name" : "DownloadDriver",
"path" : "cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"DownloadDriver"
],
"sources" : [
"DownloadDriver.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.