This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of d3-scrollable-menu-list with Swift 6.0 (beta) for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Igor/d3-scrollable-menu-list.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Igor/d3-scrollable-menu-list
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9d2acb8 Update README.md
Cloned https://github.com/The-Igor/d3-scrollable-menu-list.git
Revision (git rev-parse @):
9d2acb83245f75c3b2492e6bae94dabc3024d7ad
SUCCESS checkout https://github.com/The-Igor/d3-scrollable-menu-list.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/The-Igor/d3-scrollable-menu-list.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/6] Emitting module d3_color
[6/6] Compiling d3_color Color+Ext.swift
[7/19] Compiling d3_menu_bar IStyleTpl.swift
[8/20] Compiling d3_menu_bar RoundedTpl.swift
[9/20] Compiling d3_menu_bar ItemTpl.swift
[10/20] Compiling d3_menu_bar SquareTpl.swift
[11/20] Compiling d3_menu_bar IMenuItem.swift
[12/20] Compiling d3_menu_bar FrameWidthStrategy.swift
[13/20] Compiling d3_menu_bar MenuBar.swift
[14/20] Compiling d3_menu_bar DayNightToggle.swift
[15/20] Compiling d3_menu_bar MenuContentView.swift
[16/20] Compiling d3_menu_bar MenuViewExample.swift
[17/20] Compiling d3_menu_bar MenuItems.swift
[18/20] Compiling d3_menu_bar MenuItemKey.swift
[19/20] Emitting module d3_menu_bar
[20/20] Compiling d3_menu_bar IEnvironment.swift
[21/31] Compiling d3_scrollable_menu_list IListModel.swift
[22/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 non-isolated 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 non-isolated 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: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     static func reduce(value: inout Value, nextValue: () -> Value) {
[23/31] Compiling d3_scrollable_menu_list ScrollDetect.swift
[24/31] Compiling d3_scrollable_menu_list IItemTpl.swift
[25/32] 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 non-isolated 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 non-isolated 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: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |     static func reduce(value: inout CGRect, nextValue: () -> CGRect) {
[26/32] Compiling d3_scrollable_menu_list ListModel.swift
[27/32] Compiling d3_scrollable_menu_list OffsetCategory.swift
[28/32] Compiling d3_scrollable_menu_list ScrollableMenuListExample.swift
[29/32] Compiling d3_scrollable_menu_list CategoryTpl.swift
[30/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 non-isolated 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 non-isolated 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: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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 non-isolated 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 non-isolated 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: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     static func reduce(value: inout Value, nextValue: () -> Value) {
[31/32] Compiling d3_scrollable_menu_list ScrollableMenuList.swift
[32/32] Compiling d3_scrollable_menu_list ItemTpl.swift
Build complete! (40.34s)
Fetching https://github.com/The-Igor/d3-menu-bar.git
[1/336] Fetching d3-menu-bar
Fetched https://github.com/The-Igor/d3-menu-bar.git from cache (1.73s)
Fetching https://github.com/The-Igor/d3-color.git
[1/57] Fetching d3-color
Fetched https://github.com/The-Igor/d3-color.git from cache (0.95s)
Computing version for https://github.com/The-Igor/d3-color.git
Computed https://github.com/The-Igor/d3-color.git at 2.0.0 (0.69s)
Creating working copy for https://github.com/The-Igor/d3-menu-bar.git
Working copy of https://github.com/The-Igor/d3-menu-bar.git resolved at main (e69cf03)
Creating working copy for https://github.com/The-Igor/d3-color.git
Working copy of https://github.com/The-Igor/d3-color.git resolved at 2.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "d3-color",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/The-Igor/d3-color.git"
    },
    {
      "identity" : "d3-menu-bar",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/The-Igor/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" : "15"
    },
    {
      "name" : "watchos",
      "version" : "6"
    }
  ],
  "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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.