Build Information
Successful build of d3-scrollable-menu-list, reference main (f2018d
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 00:36:59 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 InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftuiux/food-scrollable-menu-list.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftuiux/food-scrollable-menu-list
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f2018d3 Update README.md
Cloned https://github.com/swiftuiux/food-scrollable-menu-list.git
Revision (git rev-parse @):
f2018d31f5ffec2fc00daa2497ac32d91d2774fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftuiux/food-scrollable-menu-list.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swiftuiux/food-scrollable-menu-list.git
https://github.com/swiftuiux/food-scrollable-menu-list.git
{
"dependencies" : [
{
"identity" : "d3-color",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftuiux/d3-color.git"
},
{
"identity" : "d3-menu-bar",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftuiux/d3-menu-bar.git"
}
],
"manifest_display_name" : "d3-scrollable-menu-list",
"name" : "d3-scrollable-menu-list",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12"
},
{
"name" : "ios",
"version" : "15"
},
{
"name" : "tvos",
"version" : "16"
},
{
"name" : "watchos",
"version" : "10"
}
],
"products" : [
{
"name" : "d3-scrollable-menu-list",
"targets" : [
"d3-scrollable-menu-list"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "d3_scrollable_menu_listTests",
"module_type" : "SwiftTarget",
"name" : "d3-scrollable-menu-listTests",
"path" : "Tests/d3-scrollable-menu-listTests",
"sources" : [
"d3_scrollable_menu_listTests.swift"
],
"target_dependencies" : [
"d3-scrollable-menu-list"
],
"type" : "test"
},
{
"c99name" : "d3_scrollable_menu_list",
"module_type" : "SwiftTarget",
"name" : "d3-scrollable-menu-list",
"path" : "Sources/d3-scrollable-menu-list",
"product_dependencies" : [
"d3-color",
"d3-menu-bar"
],
"product_memberships" : [
"d3-scrollable-menu-list"
],
"sources" : [
"ScrollableMenuList.swift",
"example/ItemTpl.swift",
"example/ListModel.swift",
"example/ScrollableMenuListExample.swift",
"key/OffsetCategoryKey.swift",
"key/ViewOffsetKey.swift",
"modifire/OffsetCategory.swift",
"modifire/ScrollDetect.swift",
"protocol/IItemTpl.swift",
"protocol/IListModel.swift",
"tpl/CategoryTpl.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/6] Emitting module d3_color
[6/6] Compiling d3_color Color+Ext.swift
[7/19] Compiling d3_menu_bar IStyleTpl.swift
[8/19] Compiling d3_menu_bar FrameWidthStrategy.swift
[9/20] Compiling d3_menu_bar IMenuItem.swift
[10/20] Compiling d3_menu_bar RoundedTpl.swift
[11/20] Compiling d3_menu_bar IEnvironment.swift
[12/20] Compiling d3_menu_bar ItemTpl.swift
[13/20] Compiling d3_menu_bar SquareTpl.swift
[14/20] Compiling d3_menu_bar MenuItems.swift
[15/20] Compiling d3_menu_bar MenuItemKey.swift
[16/20] Compiling d3_menu_bar MenuContentView.swift
[17/20] Compiling d3_menu_bar MenuViewExample.swift
[18/20] Emitting module d3_menu_bar
[19/20] Compiling d3_menu_bar MenuBar.swift
[20/20] Compiling d3_menu_bar DayNightToggle.swift
[21/31] Compiling d3_scrollable_menu_list IItemTpl.swift
[22/31] Compiling d3_scrollable_menu_list ScrollDetect.swift
[23/31] Compiling d3_scrollable_menu_list IListModel.swift
[24/31] Compiling d3_scrollable_menu_list OffsetCategoryKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-scrollable-menu-list/key/OffsetCategoryKey.swift:12:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | /// Key to detect category position
11 | struct OffsetCategoryKey: PreferenceKey {
12 | static var defaultValue: CGRect = .zero
| |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | static func reduce(value: inout CGRect, nextValue: () -> CGRect) {
[25/31] Compiling d3_scrollable_menu_list OffsetCategory.swift
[26/31] Compiling d3_scrollable_menu_list ListModel.swift
[27/31] Compiling d3_scrollable_menu_list ViewOffsetKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/d3-scrollable-menu-list/key/ViewOffsetKey.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 | typealias Value = CGFloat
13 |
14 | static var defaultValue = CGFloat.zero
| |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | static func reduce(value: inout Value, nextValue: () -> Value) {
[28/31] Compiling d3_scrollable_menu_list ScrollableMenuListExample.swift
[29/32] Emitting module d3_scrollable_menu_list
/Users/admin/builder/spi-builder-workspace/Sources/d3-scrollable-menu-list/key/OffsetCategoryKey.swift:12:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | /// Key to detect category position
11 | struct OffsetCategoryKey: PreferenceKey {
12 | static var defaultValue: CGRect = .zero
| |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | static func reduce(value: inout CGRect, nextValue: () -> CGRect) {
/Users/admin/builder/spi-builder-workspace/Sources/d3-scrollable-menu-list/key/ViewOffsetKey.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
12 | typealias Value = CGFloat
13 |
14 | static var defaultValue = CGFloat.zero
| |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | static func reduce(value: inout Value, nextValue: () -> Value) {
[30/32] Compiling d3_scrollable_menu_list ScrollableMenuList.swift
[31/32] Compiling d3_scrollable_menu_list ItemTpl.swift
[32/32] Compiling d3_scrollable_menu_list CategoryTpl.swift
Build complete! (15.91s)
Fetching https://github.com/swiftuiux/d3-color.git
Fetching https://github.com/swiftuiux/d3-menu-bar.git
[1/80] Fetching d3-color
[79/468] Fetching d3-color, d3-menu-bar
Fetched https://github.com/swiftuiux/d3-color.git from cache (1.20s)
Fetched https://github.com/swiftuiux/d3-menu-bar.git from cache (1.20s)
Computing version for https://github.com/swiftuiux/d3-menu-bar.git
Computed https://github.com/swiftuiux/d3-menu-bar.git at 2.1.0 (1.84s)
Computing version for https://github.com/swiftuiux/d3-color.git
Computed https://github.com/swiftuiux/d3-color.git at 2.1.0 (0.59s)
Creating working copy for https://github.com/swiftuiux/d3-menu-bar.git
Working copy of https://github.com/swiftuiux/d3-menu-bar.git resolved at 2.1.0
Creating working copy for https://github.com/swiftuiux/d3-color.git
Working copy of https://github.com/swiftuiux/d3-color.git resolved at 2.1.0
Build complete.
{
"dependencies" : [
{
"identity" : "d3-color",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftuiux/d3-color.git"
},
{
"identity" : "d3-menu-bar",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftuiux/d3-menu-bar.git"
}
],
"manifest_display_name" : "d3-scrollable-menu-list",
"name" : "d3-scrollable-menu-list",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12"
},
{
"name" : "ios",
"version" : "15"
},
{
"name" : "tvos",
"version" : "16"
},
{
"name" : "watchos",
"version" : "10"
}
],
"products" : [
{
"name" : "d3-scrollable-menu-list",
"targets" : [
"d3-scrollable-menu-list"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "d3_scrollable_menu_listTests",
"module_type" : "SwiftTarget",
"name" : "d3-scrollable-menu-listTests",
"path" : "Tests/d3-scrollable-menu-listTests",
"sources" : [
"d3_scrollable_menu_listTests.swift"
],
"target_dependencies" : [
"d3-scrollable-menu-list"
],
"type" : "test"
},
{
"c99name" : "d3_scrollable_menu_list",
"module_type" : "SwiftTarget",
"name" : "d3-scrollable-menu-list",
"path" : "Sources/d3-scrollable-menu-list",
"product_dependencies" : [
"d3-color",
"d3-menu-bar"
],
"product_memberships" : [
"d3-scrollable-menu-list"
],
"sources" : [
"ScrollableMenuList.swift",
"example/ItemTpl.swift",
"example/ListModel.swift",
"example/ScrollableMenuListExample.swift",
"key/OffsetCategoryKey.swift",
"key/ViewOffsetKey.swift",
"modifire/OffsetCategory.swift",
"modifire/ScrollDetect.swift",
"protocol/IItemTpl.swift",
"protocol/IListModel.swift",
"tpl/CategoryTpl.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.