The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftWebview, reference main (b7582b), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 19:14:02 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jakenvac/SwiftWebview.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jakenvac/SwiftWebview
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b7582ba Update README.md
Cloned https://github.com/jakenvac/SwiftWebview.git
Revision (git rev-parse @):
b7582bab77f890e3eadc2ba3c0ece113b64685d7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jakenvac/SwiftWebview.git at main
========================================
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.80s)
Creating working copy for https://github.com/jakenvac/SwiftWebview.git
Working copy of https://github.com/jakenvac/SwiftWebview.git resolved at main (b7582ba)
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.62s)
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/main
Repository:               jakenvac/SwiftWebview
Swift version used:       6.3
Target:                   SwiftWebview
Extracting symbol information for 'SwiftWebview'...
Finished extracting symbol information for 'SwiftWebview'. (28.28s)
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.31s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/jakenvac/swiftwebview/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.17s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.53s)
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.13s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.00s)
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
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
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit DeclarationFragments.swift
[7/53] Compiling SymbolKit Fragment.swift
[8/53] Compiling SymbolKit FragmentKind.swift
[9/53] Compiling SymbolKit FunctionParameter.swift
[10/53] Compiling SymbolKit FunctionSignature.swift
[11/57] Emitting module SymbolKit
[12/57] Compiling SymbolKit Identifier.swift
[13/57] Compiling SymbolKit KindIdentifier.swift
[14/57] Compiling SymbolKit Location.swift
[15/57] Compiling SymbolKit Mutability.swift
[16/57] Compiling SymbolKit Mixin+Equals.swift
[17/57] Compiling SymbolKit Mixin+Hash.swift
[18/57] Compiling SymbolKit Mixin.swift
[19/57] Compiling SymbolKit LineList.swift
[20/57] Compiling SymbolKit Position.swift
[21/57] Compiling SymbolKit Names.swift
[22/57] Compiling SymbolKit SPI.swift
[23/57] Compiling SymbolKit Snippet.swift
[24/57] Compiling SymbolKit Extension.swift
[25/57] Compiling SymbolKit SourceRange.swift
[26/57] Compiling SymbolKit Metadata.swift
[27/57] Compiling SymbolKit Module.swift
[28/57] Compiling SymbolKit OperatingSystem.swift
[29/57] Compiling SymbolKit Platform.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 SemanticVersion.swift
[36/57] Compiling SymbolKit AccessControl.swift
[37/57] Compiling SymbolKit Availability.swift
[38/57] Compiling SymbolKit AvailabilityItem.swift
[39/57] Compiling SymbolKit Domain.swift
[40/57] Compiling SymbolKit GenericConstraint.swift
[41/57] Compiling SymbolKit GenericParameter.swift
[42/57] Compiling SymbolKit Generics.swift
[43/57] Compiling SymbolKit Namespace.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] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract SnippetBuildCommand.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Compiling snippet_extract SymbolGraph+Snippet.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! (3.88s)
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/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/jakenvac/swiftwebview/main
File count: 106
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-jakenvac-swiftwebview-main-45cadf8c.zip to s3://spi-docs-inbox/prod-jakenvac-swiftwebview-main-45cadf8c.zip
Copying... [16%]
Copying... [33%]
Copying... [49%]
Copying... [66%]
Copying... [82%]
Copying... [99%]
Copying... [100%]
Done.