The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Emit, reference 2.2.0 (d08120), with Swift 6.2 for macOS (SPM) on 27 Apr 2026 23:02:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hootsuite/emit.git
Reference: 2.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hootsuite/emit
 * tag               2.2.0      -> FETCH_HEAD
HEAD is now at d08120e Update Signal.swift (#17)
Cloned https://github.com/hootsuite/emit.git
Revision (git rev-parse @):
d08120ebb672f394b6d1e5bccc680925ef11a776
SUCCESS checkout https://github.com/hootsuite/emit.git at 2.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hootsuite/emit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/6] Compiling Emit ObservableVariable.swift
[4/6] Compiling Emit RWLock.swift
[5/6] Emitting module Emit
[6/6] Compiling Emit Signal.swift
Build complete! (3.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Emit",
  "name" : "Emit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Emit",
      "targets" : [
        "Emit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EmitTests",
      "module_type" : "SwiftTarget",
      "name" : "EmitTests",
      "path" : "Tests",
      "sources" : [
        "ObservableVariableTests.swift",
        "SignalTests.swift"
      ],
      "target_dependencies" : [
        "Emit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Emit",
      "module_type" : "SwiftTarget",
      "name" : "Emit",
      "path" : "Sources",
      "product_memberships" : [
        "Emit"
      ],
      "sources" : [
        "ObservableVariable.swift",
        "RWLock.swift",
        "Signal.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.