The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Compatibility, reference main (8493a6), with Swift 6.1 for macOS (SPM) on 26 Aug 2025 04:55:50 UTC.

Swift 6 data race errors: 1

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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kudit/Compatibility.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kudit/Compatibility
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8493a60 v1.10.18
Cloned https://github.com/kudit/Compatibility.git
Revision (git rev-parse @):
8493a60c937e6714b89550f666e1671f7c99b638
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kudit/Compatibility.git at main
========================================
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": "compatibility",
      "name": "Compatibility",
      "url": "https://github.com/kudit/Compatibility.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Compatibility",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kudit/Compatibility.git
[1/2089] Fetching compatibility
Fetched https://github.com/kudit/Compatibility.git from cache (1.09s)
Creating working copy for https://github.com/kudit/Compatibility.git
Working copy of https://github.com/kudit/Compatibility.git resolved at main (8493a60)
warning: '.resolve-product-dependencies': dependency 'compatibility' 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/kudit/Compatibility.git
https://github.com/kudit/Compatibility.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Compatibility",
  "name" : "Compatibility",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "11"
    },
    {
      "name" : "watchos",
      "version" : "4"
    },
    {
      "name" : "ios",
      "version" : "11"
    }
  ],
  "products" : [
    {
      "name" : "Compatibility Library",
      "targets" : [
        "Compatibility"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Compatibility",
      "module_type" : "SwiftTarget",
      "name" : "Compatibility",
      "path" : "Sources",
      "product_memberships" : [
        "Compatibility Library"
      ],
      "sources" : [
        "Compatibility.swift",
        "Core/Application.swift",
        "Core/Bundle.swift",
        "Core/CloudStatus.swift",
        "Core/CloudStorage.swift",
        "Core/CloudStorageSync.swift",
        "Core/DataStore.swift",
        "Core/Debug.swift",
        "Core/FileManager.swift",
        "Core/Graphics.swift",
        "Core/Network.swift",
        "Core/ObservableObject.swift",
        "Core/Shell.swift",
        "Core/Test.swift",
        "Core/UserDefaultsBacked.swift",
        "Foundation/Array.swift",
        "Foundation/Codable.swift",
        "Foundation/CodingFoundation.swift",
        "Foundation/CodingJSON.swift",
        "Foundation/CodingParameters.swift",
        "Foundation/Date.swift",
        "Foundation/DateString.swift",
        "Foundation/Dictionary.swift",
        "Foundation/Double.swift",
        "Foundation/Enum.swift",
        "Foundation/Int.swift",
        "Foundation/Introspection.swift",
        "Foundation/OrderedDictionary.swift",
        "Foundation/OrderedSet.swift",
        "Foundation/String.swift",
        "Foundation/Threading.swift",
        "Foundation/URL.swift",
        "Foundation/Version.swift",
        "UI/AdaptiveLayouts.swift",
        "UI/Backport.swift",
        "UI/BytesView.swift",
        "UI/ClearableTextField.swift",
        "UI/Embossed.swift",
        "UI/Menu.swift",
        "UI/OverlappingStack.swift",
        "UI/Pasteboard.swift",
        "UI/RadialLayout.swift",
        "UI/Shapes/Placard.swift",
        "UI/Shapes/Triangle.swift",
        "UI/SwiftUI.swift",
        "UI/TestUI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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/45] Emitting module Compatibility
/Users/admin/builder/spi-builder-workspace/Sources/UI/Backport.swift:819:23: warning: static property 'regular' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 817 |
 818 |     /// The regular variant of glass.
 819 |     public static var regular: BackportGlass = BackportGlass()
     |                       |- warning: static property 'regular' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: convert 'regular' to a 'let' constant to make 'Sendable' shared state immutable
     |                       |- note: add '@MainActor' to make static property 'regular' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 820 |
 821 |     /// Returns a copy of the glass with the provided tint color.
[4/49] Compiling Compatibility Array.swift
[5/49] Compiling Compatibility Codable.swift
[6/49] Compiling Compatibility CodingFoundation.swift
[7/49] Compiling Compatibility CodingJSON.swift
[8/49] Compiling Compatibility CodingParameters.swift
[9/49] Compiling Compatibility Network.swift
[10/49] Compiling Compatibility ObservableObject.swift
[11/49] Compiling Compatibility Shell.swift
[12/49] Compiling Compatibility Test.swift
[13/49] Compiling Compatibility UserDefaultsBacked.swift
[14/49] Compiling Compatibility Placard.swift
[15/49] Compiling Compatibility Triangle.swift
[16/49] Compiling Compatibility SwiftUI.swift
[17/49] Compiling Compatibility TestUI.swift
[18/49] Compiling Compatibility Int.swift
[19/49] Compiling Compatibility Introspection.swift
[20/49] Compiling Compatibility OrderedDictionary.swift
[21/49] Compiling Compatibility OrderedSet.swift
[22/49] Compiling Compatibility String.swift
[23/49] Compiling Compatibility Compatibility.swift
[24/49] Compiling Compatibility Application.swift
[25/49] Compiling Compatibility Bundle.swift
[26/49] Compiling Compatibility CloudStatus.swift
[27/49] Compiling Compatibility CloudStorage.swift
[28/49] Compiling Compatibility Backport.swift
/Users/admin/builder/spi-builder-workspace/Sources/UI/Backport.swift:819:23: warning: static property 'regular' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 817 |
 818 |     /// The regular variant of glass.
 819 |     public static var regular: BackportGlass = BackportGlass()
     |                       |- warning: static property 'regular' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: convert 'regular' to a 'let' constant to make 'Sendable' shared state immutable
     |                       |- note: add '@MainActor' to make static property 'regular' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 820 |
 821 |     /// Returns a copy of the glass with the provided tint color.
[29/49] Compiling Compatibility BytesView.swift
/Users/admin/builder/spi-builder-workspace/Sources/UI/Backport.swift:819:23: warning: static property 'regular' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 817 |
 818 |     /// The regular variant of glass.
 819 |     public static var regular: BackportGlass = BackportGlass()
     |                       |- warning: static property 'regular' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: convert 'regular' to a 'let' constant to make 'Sendable' shared state immutable
     |                       |- note: add '@MainActor' to make static property 'regular' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 820 |
 821 |     /// Returns a copy of the glass with the provided tint color.
[30/49] Compiling Compatibility ClearableTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/UI/Backport.swift:819:23: warning: static property 'regular' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 817 |
 818 |     /// The regular variant of glass.
 819 |     public static var regular: BackportGlass = BackportGlass()
     |                       |- warning: static property 'regular' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: convert 'regular' to a 'let' constant to make 'Sendable' shared state immutable
     |                       |- note: add '@MainActor' to make static property 'regular' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 820 |
 821 |     /// Returns a copy of the glass with the provided tint color.
[31/49] Compiling Compatibility Embossed.swift
/Users/admin/builder/spi-builder-workspace/Sources/UI/Backport.swift:819:23: warning: static property 'regular' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 817 |
 818 |     /// The regular variant of glass.
 819 |     public static var regular: BackportGlass = BackportGlass()
     |                       |- warning: static property 'regular' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: convert 'regular' to a 'let' constant to make 'Sendable' shared state immutable
     |                       |- note: add '@MainActor' to make static property 'regular' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 820 |
 821 |     /// Returns a copy of the glass with the provided tint color.
[32/49] Compiling Compatibility CloudStorageSync.swift
[33/49] Compiling Compatibility DataStore.swift
[34/49] Compiling Compatibility Debug.swift
[35/49] Compiling Compatibility FileManager.swift
[36/49] Compiling Compatibility Graphics.swift
[37/49] Compiling Compatibility Menu.swift
[38/49] Compiling Compatibility OverlappingStack.swift
[39/49] Compiling Compatibility Pasteboard.swift
[40/49] Compiling Compatibility RadialLayout.swift
[41/49] Compiling Compatibility Threading.swift
[42/49] Compiling Compatibility URL.swift
[43/49] Compiling Compatibility Version.swift
[44/49] Compiling Compatibility AdaptiveLayouts.swift
[45/49] Compiling Compatibility Date.swift
[46/49] Compiling Compatibility DateString.swift
[47/49] Compiling Compatibility Dictionary.swift
[48/49] Compiling Compatibility Double.swift
[49/49] Compiling Compatibility Enum.swift
Build complete! (11.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Compatibility",
  "name" : "Compatibility",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "11"
    },
    {
      "name" : "watchos",
      "version" : "4"
    },
    {
      "name" : "ios",
      "version" : "11"
    }
  ],
  "products" : [
    {
      "name" : "Compatibility Library",
      "targets" : [
        "Compatibility"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Compatibility",
      "module_type" : "SwiftTarget",
      "name" : "Compatibility",
      "path" : "Sources",
      "product_memberships" : [
        "Compatibility Library"
      ],
      "sources" : [
        "Compatibility.swift",
        "Core/Application.swift",
        "Core/Bundle.swift",
        "Core/CloudStatus.swift",
        "Core/CloudStorage.swift",
        "Core/CloudStorageSync.swift",
        "Core/DataStore.swift",
        "Core/Debug.swift",
        "Core/FileManager.swift",
        "Core/Graphics.swift",
        "Core/Network.swift",
        "Core/ObservableObject.swift",
        "Core/Shell.swift",
        "Core/Test.swift",
        "Core/UserDefaultsBacked.swift",
        "Foundation/Array.swift",
        "Foundation/Codable.swift",
        "Foundation/CodingFoundation.swift",
        "Foundation/CodingJSON.swift",
        "Foundation/CodingParameters.swift",
        "Foundation/Date.swift",
        "Foundation/DateString.swift",
        "Foundation/Dictionary.swift",
        "Foundation/Double.swift",
        "Foundation/Enum.swift",
        "Foundation/Int.swift",
        "Foundation/Introspection.swift",
        "Foundation/OrderedDictionary.swift",
        "Foundation/OrderedSet.swift",
        "Foundation/String.swift",
        "Foundation/Threading.swift",
        "Foundation/URL.swift",
        "Foundation/Version.swift",
        "UI/AdaptiveLayouts.swift",
        "UI/Backport.swift",
        "UI/BytesView.swift",
        "UI/ClearableTextField.swift",
        "UI/Embossed.swift",
        "UI/Menu.swift",
        "UI/OverlappingStack.swift",
        "UI/Pasteboard.swift",
        "UI/RadialLayout.swift",
        "UI/Shapes/Placard.swift",
        "UI/Shapes/Triangle.swift",
        "UI/SwiftUI.swift",
        "UI/TestUI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.