Build Information
Successful build of WebViewKit, reference main (63c133
), with Swift 6.0 for macOS (SPM) on 10 Jun 2025 15:32:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/WebViewKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/WebViewKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 63c1336 Add important information to readme
Cloned https://github.com/danielsaidi/WebViewKit.git
Revision (git rev-parse @):
63c1336a082f668d147e9241f643068c9eadf28c
SUCCESS checkout https://github.com/danielsaidi/WebViewKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/danielsaidi/WebViewKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/5] Compiling WebViewKit SafariWebView.swift
[4/5] Compiling WebViewKit WebView.swift
[5/5] Emitting module WebViewKit
Build complete! (9.14s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WebViewKit",
"name" : "WebViewKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "WebViewKit",
"targets" : [
"WebViewKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebViewKitTests",
"module_type" : "SwiftTarget",
"name" : "WebViewKitTests",
"path" : "Tests/WebViewKitTests",
"sources" : [
"WebViewTests.swift"
],
"target_dependencies" : [
"WebViewKit"
],
"type" : "test"
},
{
"c99name" : "WebViewKit",
"module_type" : "SwiftTarget",
"name" : "WebViewKit",
"path" : "Sources/WebViewKit",
"product_memberships" : [
"WebViewKit"
],
"sources" : [
"SafariWebView.swift",
"WebView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.