Build Information
Successful build of SwiftUICustomTagListView, reference main (29e2e5), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 04:50:44 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/chitomo12/SwiftUICustomTagListView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chitomo12/SwiftUICustomTagListView
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 29e2e54 update podspec version
Cloned https://github.com/chitomo12/SwiftUICustomTagListView.git
Revision (git rev-parse @):
29e2e54b76f140af1b5650ccd4051004d9166d70
SUCCESS checkout https://github.com/chitomo12/SwiftUICustomTagListView.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/chitomo12/SwiftUICustomTagListView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling SwiftUICustomTagListView SwiftUICustomTagView.swift
[4/7] Emitting module SwiftUICustomTagListView
[5/7] Compiling SwiftUICustomTagListView SwiftUICustomTagListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICustomTagListView/SwiftUICustomTagListView.swift:56:58: warning: capture of non-sendable type 'Content.Type' in an isolated closure
54 | if abs(width - dimension.width) > geometry.size.width {
55 | width = 0
56 | height -= dimension.height + verticalSpace
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
57 | }
58 | let result = width
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICustomTagListView/SwiftUICustomTagListView.swift:44:18: warning: capture of non-sendable type 'Content.Type' in an isolated closure
42 |
43 | // ref: https://reona.dev/posts/20200929
44 | private func generateTags(_ geometry: GeometryProxy,
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
45 | views: [SwiftUICustomTagView<Content>]) -> some View {
46 | var width = CGFloat.zero
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICustomTagListView/SwiftUICustomTagListView.swift:68:33: warning: capture of non-sendable type 'Content.Type' in an isolated closure
66 | .alignmentGuide(.top, computeValue: { dimension in
67 | let result = height
68 | if view == views.last {
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
69 | height = 0
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICustomTagListView/SwiftUICustomTagListView.swift:50:42: warning: capture of non-sendable type 'Content.Type' in an isolated closure
48 |
49 | return ZStack(alignment: .topLeading) {
50 | ForEach(views, id: \.self) { view in
| `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
51 | view
52 | .padding(.trailing, horizontalSpace)
[6/7] Compiling SwiftUICustomTagListView Color+.swift
[7/7] Compiling SwiftUICustomTagListView SampleTagView.swift
Build complete! (7.16s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftUICustomTagListView",
"name" : "SwiftUICustomTagListView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SwiftUICustomTagListView",
"targets" : [
"SwiftUICustomTagListView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftUICustomTagListViewTests",
"module_type" : "SwiftTarget",
"name" : "SwiftUICustomTagListViewTests",
"path" : "Tests/SwiftUICustomTagListViewTests",
"sources" : [
"SwiftUICustomTagListViewTests.swift"
],
"target_dependencies" : [
"SwiftUICustomTagListView"
],
"type" : "test"
},
{
"c99name" : "SwiftUICustomTagListView",
"module_type" : "SwiftTarget",
"name" : "SwiftUICustomTagListView",
"path" : "Sources/SwiftUICustomTagListView",
"product_memberships" : [
"SwiftUICustomTagListView"
],
"sources" : [
"Sample/Color+.swift",
"Sample/SampleTagView.swift",
"SwiftUICustomTagListView.swift",
"SwiftUICustomTagView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.