Build Information
Successful build of WebView, reference 0.3.1 (8abc88
), with Swift 5.10 for macOS (SPM) on 31 Dec 2024 16:15:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylehickinson/swiftui-webview.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylehickinson/swiftui-webview
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at 8abc88c Merge pull request #13 from Ericarman/bug/memeory-leak-fix
Cloned https://github.com/kylehickinson/swiftui-webview.git
Revision (git rev-parse @):
8abc88c7c5c98da391a60a401110ddf59a7b961a
SUCCESS checkout https://github.com/kylehickinson/swiftui-webview.git at 0.3.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/kylehickinson/swiftui-webview.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/4] Compiling WebView WebView.swift
[4/4] Emitting module WebView
Build complete! (8.60s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WebView",
"name" : "WebView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "WebView",
"targets" : [
"WebView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebView",
"module_type" : "SwiftTarget",
"name" : "WebView",
"path" : "Sources/WebView",
"product_memberships" : [
"WebView"
],
"sources" : [
"WebView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.