Build Information
Successful build of SwiftWebview, reference 0.1.1 (82b785), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 09:05:26 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jakenvac/SwiftWebview.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling webview.cc
[4/5] Compiling SwiftWebview SwiftWebview.swift
[5/5] Emitting module SwiftWebview
Build complete! (4.87s)
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"
}
Done.