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 SwiftEventCenter, reference 1.1.1 (161b86), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 06:59:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ladislas/SwiftEventCenter.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ladislas/SwiftEventCenter
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 161b864 Merge branch 'hotfix/1.1.1'
Cloned https://github.com/ladislas/SwiftEventCenter.git
Revision (git rev-parse @):
161b864e9095c67e924ca796c45cceb00e5ce22b
SUCCESS checkout https://github.com/ladislas/SwiftEventCenter.git at 1.1.1
========================================
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": "swifteventcenter",
      "name": "SwiftEventCenter",
      "url": "https://github.com/ladislas/SwiftEventCenter.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftEventCenter",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ladislas/SwiftEventCenter.git
[1/126] Fetching swifteventcenter
Fetched https://github.com/ladislas/SwiftEventCenter.git from cache (0.87s)
Creating working copy for https://github.com/ladislas/SwiftEventCenter.git
Working copy of https://github.com/ladislas/SwiftEventCenter.git resolved at 1.1.1 (161b864)
warning: '.resolve-product-dependencies': dependency 'swifteventcenter' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ladislas/SwiftEventCenter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/7] Compiling EventCenter EventCenter.swift
[4/7] Compiling EventCenter ObserverPriority.swift
[5/7] Compiling EventCenter Event.swift
[6/7] Emitting module EventCenter
[7/7] Compiling EventCenter ObserverStructure.swift
Build complete! (7.02s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftEventCenter",
  "name" : "SwiftEventCenter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EventCenter",
      "targets" : [
        "EventCenter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObserverStructureTests",
      "module_type" : "SwiftTarget",
      "name" : "ObserverStructureTests",
      "path" : "Tests/ObserverStructureTests",
      "sources" : [
        "ObserverStructureTests.swift"
      ],
      "target_dependencies" : [
        "EventCenter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EventCenterTests",
      "module_type" : "SwiftTarget",
      "name" : "EventCenterTests",
      "path" : "Tests/EventCenterTests",
      "sources" : [
        "EventCenterTests.swift"
      ],
      "target_dependencies" : [
        "EventCenter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EventCenter",
      "module_type" : "SwiftTarget",
      "name" : "EventCenter",
      "path" : "Sources",
      "product_memberships" : [
        "EventCenter"
      ],
      "sources" : [
        "Event.swift",
        "EventCenter.swift",
        "ObserverPriority.swift",
        "ObserverStructure.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.