Build Information
Successful build of SwiftWebview, reference 0.1.1 (82b785), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 12:14:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jakenvac/SwiftWebview.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jakenvac/SwiftWebview
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 82b785c updates webview to the latest commits
Cloned https://github.com/jakenvac/SwiftWebview.git
Revision (git rev-parse @):
82b785c010738794066fa3aeaaa5793cc6d2bede
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jakenvac/SwiftWebview.git at 0.1.1
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftwebview",
"name": "SwiftWebview",
"url": "https://github.com/jakenvac/SwiftWebview.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftWebview",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/jakenvac/SwiftWebview.git
[1/308] Fetching swiftwebview
Fetched https://github.com/jakenvac/SwiftWebview.git from cache (0.82s)
Creating working copy for https://github.com/jakenvac/SwiftWebview.git
Working copy of https://github.com/jakenvac/SwiftWebview.git resolved at 0.1.1 (82b785c)
warning: '.resolve-product-dependencies': dependency 'swiftwebview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/jakenvac/SwiftWebview.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--6988338F2F200930.txt
In file included from /Users/admin/builder/spi-builder-workspace/Sources/cWebview/include/webview.cc:1:
/Users/admin/builder/spi-builder-workspace/Sources/cWebview/include/webview.h:731:22: warning: identifier '_cls' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
731 | inline id operator"" _cls(const char *s, std::size_t) {
| ~~~~~~~~~~~^~~~
| operator""_cls
/Users/admin/builder/spi-builder-workspace/Sources/cWebview/include/webview.h:734:23: warning: identifier '_sel' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
734 | inline SEL operator"" _sel(const char *s, std::size_t) {
| ~~~~~~~~~~~^~~~
| operator""_sel
/Users/admin/builder/spi-builder-workspace/Sources/cWebview/include/webview.h:737:22: warning: identifier '_str' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
737 | inline id operator"" _str(const char *s, std::size_t) {
| ~~~~~~~~~~~^~~~
| operator""_str
3 warnings generated.
[2/3] Compiling webview.cc
[4/5] Compiling SwiftWebview SwiftWebview.swift
[5/5] Emitting module SwiftWebview
Build complete! (5.66s)
Build complete.
{
"cxx_language_standard" : "c++11",
"dependencies" : [
],
"manifest_display_name" : "SwiftWebview",
"name" : "SwiftWebview",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftWebview",
"targets" : [
"SwiftWebview"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "cWebview",
"module_type" : "ClangTarget",
"name" : "cWebview",
"path" : "Sources/cWebview",
"product_memberships" : [
"SwiftWebview"
],
"sources" : [
"include/webview.cc"
],
"target_dependencies" : [
"cWebkit2gtk"
],
"type" : "library"
},
{
"c99name" : "cWebkit2gtk",
"module_type" : "SystemLibraryTarget",
"name" : "cWebkit2gtk",
"path" : "Sources/cWebkit2gtk",
"product_memberships" : [
"SwiftWebview"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "SwiftWebview",
"module_type" : "SwiftTarget",
"name" : "SwiftWebview",
"path" : "Sources/SwiftWebview",
"product_memberships" : [
"SwiftWebview"
],
"sources" : [
"SwiftWebview.swift"
],
"target_dependencies" : [
"cWebview"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/jakenvac/swiftwebview/0.1.1
Repository: jakenvac/SwiftWebview
Swift version used: 6.3
Target: SwiftWebview
Extracting symbol information for 'SwiftWebview'...
Finished extracting symbol information for 'SwiftWebview'. (28.36s)
Building documentation for 'SwiftWebview'...
warning: Parameter 'title' not found in instance method declaration
--> Sources/SwiftWebview/SwiftWebview.swift:94:9-94:45
92 |
93 | /// Sets the title of the webview.
94 + /// - Parameter title: The title to set.
| ╰─suggestion: Remove 'title' parameter documentation
95 | /// - Returns: The current instance of Webview for chaining.
96 | @discardableResult
warning: Parameter 'width' is missing documentation
--> Sources/SwiftWebview/SwiftWebview.swift:94:45-94:45
92 |
93 | /// Sets the title of the webview.
94 + /// - Parameter title: The title to set.
| ╰─suggestion: Document 'width' parameter
95 | /// - Returns: The current instance of Webview for chaining.
96 | @discardableResult
warning: Parameter 'height' is missing documentation
--> Sources/SwiftWebview/SwiftWebview.swift:94:45-94:45
92 |
93 | /// Sets the title of the webview.
94 + /// - Parameter title: The title to set.
| ╰─suggestion: Document 'height' parameter
95 | /// - Returns: The current instance of Webview for chaining.
96 | @discardableResult
warning: Parameter 'hint' is missing documentation
--> Sources/SwiftWebview/SwiftWebview.swift:94:45-94:45
92 |
93 | /// Sets the title of the webview.
94 + /// - Parameter title: The title to set.
| ╰─suggestion: Document 'hint' parameter
95 | /// - Returns: The current instance of Webview for chaining.
96 | @discardableResult
Finished building documentation for 'SwiftWebview' (0.30s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/jakenvac/swiftwebview/0.1.1
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.13s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.50s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.04s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.81s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit SemanticVersion.swift
[7/53] Compiling SymbolKit AccessControl.swift
[8/53] Compiling SymbolKit Availability.swift
[9/53] Compiling SymbolKit AvailabilityItem.swift
[10/53] Compiling SymbolKit Domain.swift
[11/53] Compiling SymbolKit DeclarationFragments.swift
[12/53] Compiling SymbolKit Fragment.swift
[13/53] Compiling SymbolKit FragmentKind.swift
[14/53] Compiling SymbolKit FunctionParameter.swift
[15/53] Compiling SymbolKit FunctionSignature.swift
[16/53] Compiling SymbolKit GenericConstraint.swift
[17/53] Compiling SymbolKit GenericParameter.swift
[18/53] Compiling SymbolKit Generics.swift
[19/53] Compiling SymbolKit Namespace.swift
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Emitting module SymbolKit
[26/57] Compiling SymbolKit Identifier.swift
[27/57] Compiling SymbolKit KindIdentifier.swift
[28/57] Compiling SymbolKit Location.swift
[29/57] Compiling SymbolKit Mutability.swift
[30/57] Compiling SymbolKit Relationship.swift
[31/57] Compiling SymbolKit RelationshipKind.swift
[32/57] Compiling SymbolKit SourceOrigin.swift
[33/57] Compiling SymbolKit GenericConstraints.swift
[34/57] Compiling SymbolKit Swift.swift
[35/57] Compiling SymbolKit Names.swift
[36/57] Compiling SymbolKit SPI.swift
[37/57] Compiling SymbolKit Snippet.swift
[38/57] Compiling SymbolKit Extension.swift
[39/57] Compiling SymbolKit SourceRange.swift
[40/57] Compiling SymbolKit Metadata.swift
[41/57] Compiling SymbolKit Module.swift
[42/57] Compiling SymbolKit OperatingSystem.swift
[43/57] Compiling SymbolKit Platform.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract SnippetBuildCommand.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract URL+Status.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.07s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'SwiftWebview' complete! (0.24s)
106
2 /Users/admin/builder/spi-builder-workspace/.docs/jakenvac/swiftwebview/0.1.1
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/jakenvac/swiftwebview/0.1.1
File count: 106
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-jakenvac-swiftwebview-0.1.1-dcbe68f9.zip to s3://spi-docs-inbox/prod-jakenvac-swiftwebview-0.1.1-dcbe68f9.zip
Copying... [16%]
Copying... [33%]
Copying... [49%]
Copying... [66%]
Copying... [82%]
Copying... [99%]
Copying... [100%]
Done.