Build Information
Successful build of swiftui-frameless-window, reference main (b4c31f
), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 09:02:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/astzweig/swiftui-frameless-window.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/astzweig/swiftui-frameless-window
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b4c31fe Add windowInitializer option
Cloned https://github.com/astzweig/swiftui-frameless-window.git
Revision (git rev-parse @):
b4c31fe0a32ab3abd113f4717230bd631d5db245
SUCCESS checkout https://github.com/astzweig/swiftui-frameless-window.git at main
Fetching https://github.com/astzweig/swiftui-window-reference
[1/22] Fetching swiftui-window-reference
Fetched https://github.com/astzweig/swiftui-window-reference from cache (0.65s)
Computing version for https://github.com/astzweig/swiftui-window-reference
Computed https://github.com/astzweig/swiftui-window-reference at 1.0.0 (0.46s)
Creating working copy for https://github.com/astzweig/swiftui-window-reference
Working copy of https://github.com/astzweig/swiftui-window-reference resolved at 1.0.0
========================================
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",
"dependencies": [
{
"identity": "swiftui-frameless-window",
"name": "swiftui-frameless-window",
"url": "https://github.com/astzweig/swiftui-frameless-window.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-frameless-window",
"dependencies": [
{
"identity": "swiftui-window-reference",
"name": "swiftui-window-reference",
"url": "https://github.com/astzweig/swiftui-window-reference",
"version": "1.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-window-reference",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/astzweig/swiftui-frameless-window.git
[1/78] Fetching swiftui-frameless-window
Fetched https://github.com/astzweig/swiftui-frameless-window.git from cache (0.85s)
Fetching https://github.com/astzweig/swiftui-window-reference from cache
Fetched https://github.com/astzweig/swiftui-window-reference from cache (0.44s)
Computing version for https://github.com/astzweig/swiftui-window-reference
Computed https://github.com/astzweig/swiftui-window-reference at 1.0.0 (0.02s)
Creating working copy for https://github.com/astzweig/swiftui-frameless-window.git
Working copy of https://github.com/astzweig/swiftui-frameless-window.git resolved at main (b4c31fe)
Creating working copy for https://github.com/astzweig/swiftui-window-reference
Working copy of https://github.com/astzweig/swiftui-window-reference resolved at 1.0.0
warning: '.resolve-product-dependencies': dependency 'swiftui-frameless-window' is not used by any target
Found 1 product dependencies
- swiftui-window-reference
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/astzweig/swiftui-frameless-window.git
{
"dependencies" : [
{
"identity" : "swiftui-window-reference",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/astzweig/swiftui-window-reference"
}
],
"manifest_display_name" : "swiftui-frameless-window",
"name" : "swiftui-frameless-window",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FramelessWindow",
"targets" : [
"FramelessWindow"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TestApp",
"targets" : [
"TestApp"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TestApp",
"module_type" : "SwiftTarget",
"name" : "TestApp",
"path" : "Sources/TestApp",
"product_memberships" : [
"TestApp"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"FramelessWindow"
],
"type" : "executable"
},
{
"c99name" : "FramelessWindow",
"module_type" : "SwiftTarget",
"name" : "FramelessWindow",
"path" : "Sources/FramelessWindow",
"product_dependencies" : [
"WindowReference"
],
"product_memberships" : [
"FramelessWindow",
"TestApp"
],
"sources" : [
"FramelessWindow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/8] Write sources
[3/8] Write TestApp-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/11] Compiling WindowReference Environment.swift
[7/11] Emitting module WindowReference
[8/11] Compiling WindowReference WindowReference.swift
[9/13] Emitting module FramelessWindow
[10/13] Compiling FramelessWindow FramelessWindow.swift
[11/15] Compiling TestApp main.swift
[12/15] Emitting module TestApp
[12/15] Write Objects.LinkFileList
[13/15] Linking TestApp
[14/15] Applying TestApp
Build complete! (13.64s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftui-window-reference",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/astzweig/swiftui-window-reference"
}
],
"manifest_display_name" : "swiftui-frameless-window",
"name" : "swiftui-frameless-window",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FramelessWindow",
"targets" : [
"FramelessWindow"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TestApp",
"targets" : [
"TestApp"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TestApp",
"module_type" : "SwiftTarget",
"name" : "TestApp",
"path" : "Sources/TestApp",
"product_memberships" : [
"TestApp"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"FramelessWindow"
],
"type" : "executable"
},
{
"c99name" : "FramelessWindow",
"module_type" : "SwiftTarget",
"name" : "FramelessWindow",
"path" : "Sources/FramelessWindow",
"product_dependencies" : [
"WindowReference"
],
"product_memberships" : [
"FramelessWindow",
"TestApp"
],
"sources" : [
"FramelessWindow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.