Build Information
Successful build of SetThings, reference 1.2.0 (4eba95), with Swift 6.1 for macOS (SPM) on 14 Jun 2025 03:12:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/southkin/SetThings.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/southkin/SetThings
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 4eba956 설정명의 text 외 다른 뷰 지원
Cloned https://github.com/southkin/SetThings.git
Revision (git rev-parse @):
4eba956ffad6535e2745fcdbe125a3bca7339cd8
SUCCESS checkout https://github.com/southkin/SetThings.git at 1.2.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": "setthings",
"name": "SetThings",
"url": "https://github.com/southkin/SetThings.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SetThings",
"dependencies": [
]
}
]
}
Fetching https://github.com/southkin/SetThings.git
[1/85] Fetching setthings
Fetched https://github.com/southkin/SetThings.git from cache (0.88s)
Creating working copy for https://github.com/southkin/SetThings.git
Working copy of https://github.com/southkin/SetThings.git resolved at 1.2.0 (4eba956)
warning: '.resolve-product-dependencies': dependency 'setthings' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/southkin/SetThings.git
https://github.com/southkin/SetThings.git
{
"dependencies" : [
],
"manifest_display_name" : "SetThings",
"name" : "SetThings",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SetThings",
"targets" : [
"SetThings"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SetThingsTests",
"module_type" : "SwiftTarget",
"name" : "SetThingsTests",
"path" : "Tests/SetThingsTests",
"sources" : [
"SetThingsTests.swift"
],
"target_dependencies" : [
"SetThings"
],
"type" : "test"
},
{
"c99name" : "SetThings",
"module_type" : "SwiftTarget",
"name" : "SetThings",
"path" : "Sources/SetThings",
"product_memberships" : [
"SetThings"
],
"sources" : [
"Protocols.swift",
"SetThings.swift",
"ThingRowView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/6] Compiling SetThings Protocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/6] Compiling SetThings SetThings.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SetThings/SetThings.swift:94:13: warning: initialization of immutable value 't' was never used; consider replacing with assignment to '_' or removing it
92 |
93 | var body: some View {
94 | let t = AnyView(HStack {
| `- warning: initialization of immutable value 't' was never used; consider replacing with assignment to '_' or removing it
95 | Text("sliderBasic")
96 | Text("ⓘ")
[5/6] Emitting module SetThings
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/6] Compiling SetThings ThingRowView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (8.61s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SetThings",
"name" : "SetThings",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SetThings",
"targets" : [
"SetThings"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SetThingsTests",
"module_type" : "SwiftTarget",
"name" : "SetThingsTests",
"path" : "Tests/SetThingsTests",
"sources" : [
"SetThingsTests.swift"
],
"target_dependencies" : [
"SetThings"
],
"type" : "test"
},
{
"c99name" : "SetThings",
"module_type" : "SwiftTarget",
"name" : "SetThings",
"path" : "Sources/SetThings",
"product_memberships" : [
"SetThings"
],
"sources" : [
"Protocols.swift",
"SetThings.swift",
"ThingRowView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.