The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EasyConfetti, reference master (aeb2aa), with Swift 6.1 for macOS (SPM) on 13 Dec 2025 04:02:32 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onmyway133/EasyConfetti.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/onmyway133/EasyConfetti
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at aeb2aa2 Merge pull request #31 from FelixLisczyk/pl-200
Cloned https://github.com/onmyway133/EasyConfetti.git
Revision (git rev-parse @):
aeb2aa2e322e45aad28d3f2a239cba82119bc033
SUCCESS checkout https://github.com/onmyway133/EasyConfetti.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/onmyway133/EasyConfetti.git
https://github.com/onmyway133/EasyConfetti.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EasyConfetti",
  "name" : "EasyConfetti",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "EasyConfetti",
      "targets" : [
        "EasyConfetti"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "EasyConfetti",
      "module_type" : "SwiftTarget",
      "name" : "EasyConfetti",
      "path" : "Sources",
      "product_memberships" : [
        "EasyConfetti"
      ],
      "sources" : [
        "Common/Configuration.swift",
        "Common/EasyConfetti.swift",
        "Common/Extensions.swift",
        "Common/ImageGenerator.swift",
        "macOS/macOS+extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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/8] Compiling EasyConfetti ImageGenerator.swift
[4/8] Compiling EasyConfetti macOS+extensions.swift
[5/8] Compiling EasyConfetti Extensions.swift
[6/8] Emitting module EasyConfetti
/Users/admin/builder/spi-builder-workspace/Sources/Common/Configuration.swift:27:27: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
25 |     public enum ConfettiShape {
26 |         case rectangle, circle, triangle, curvedQuadrilateral
27 |         public static var all: [ConfettiShape] = [
   |                           |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
   |                           |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |             .rectangle,
29 |             .circle,
[7/8] Compiling EasyConfetti EasyConfetti.swift
[8/8] Compiling EasyConfetti Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Common/Configuration.swift:27:27: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
25 |     public enum ConfettiShape {
26 |         case rectangle, circle, triangle, curvedQuadrilateral
27 |         public static var all: [ConfettiShape] = [
   |                           |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
   |                           |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |             .rectangle,
29 |             .circle,
Build complete! (6.58s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EasyConfetti",
  "name" : "EasyConfetti",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "EasyConfetti",
      "targets" : [
        "EasyConfetti"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "EasyConfetti",
      "module_type" : "SwiftTarget",
      "name" : "EasyConfetti",
      "path" : "Sources",
      "product_memberships" : [
        "EasyConfetti"
      ],
      "sources" : [
        "Common/Configuration.swift",
        "Common/EasyConfetti.swift",
        "Common/Extensions.swift",
        "Common/ImageGenerator.swift",
        "macOS/macOS+extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.