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 SwiftEventCenter, reference develop (4b30e9), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 19:00:53 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 -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.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ladislas/SwiftEventCenter.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ladislas/SwiftEventCenter
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 4b30e97 Merge tag '1.1.1' into develop
Cloned https://github.com/ladislas/SwiftEventCenter.git
Revision (git rev-parse @):
4b30e97b7acbeda3b120a832b06e6134cb278d31
SUCCESS checkout https://github.com/ladislas/SwiftEventCenter.git at develop
========================================
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.90s)
Creating working copy for https://github.com/ladislas/SwiftEventCenter.git
Working copy of https://github.com/ladislas/SwiftEventCenter.git resolved at develop (4b30e97)
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 -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--7754E27361AE5C74.txt
[3/7] Compiling EventCenter ObserverStructure.swift
[4/7] Compiling EventCenter EventCenter.swift
[5/7] Emitting module EventCenter
[6/7] Compiling EventCenter Event.swift
[7/7] Compiling EventCenter ObserverPriority.swift
Build complete! (7.34s)
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.