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 EventSource, reference main (079576), with Swift 6.0 for macOS (SPM) on 7 May 2025 06:42:20 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwork-ai/eventsource.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwork-ai/eventsource
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0795760 Bump version to 1.1.1
Cloned https://github.com/loopwork-ai/eventsource.git
Revision (git rev-parse @):
07957602bb99a5355c810187e66e6ce378a1057d
SUCCESS checkout https://github.com/loopwork-ai/eventsource.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/loopwork-ai/eventsource.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/6] Compiling EventSource AsyncEventsSequence.swift
[4/6] Emitting module EventSource
[5/6] Compiling EventSource AsyncSequence+Events.swift
[6/6] Compiling EventSource EventSource.swift
Build complete! (4.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EventSource",
  "name" : "EventSource",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "EventSource",
      "targets" : [
        "EventSource"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EventSourceTests",
      "module_type" : "SwiftTarget",
      "name" : "EventSourceTests",
      "path" : "Tests/EventSourceTests",
      "sources" : [
        "AsyncEventsSequenceTests.swift",
        "Helpers/AsyncBytes.swift",
        "Helpers/ChunkedAsyncBytes.swift",
        "Helpers/MockURLProtocol.swift",
        "IntegrationTests.swift",
        "ParserTests.swift"
      ],
      "target_dependencies" : [
        "EventSource"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EventSource",
      "module_type" : "SwiftTarget",
      "name" : "EventSource",
      "path" : "Sources/EventSource",
      "product_memberships" : [
        "EventSource"
      ],
      "sources" : [
        "AsyncEventsSequence.swift",
        "AsyncSequence+Events.swift",
        "EventSource.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.