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 spawn, reference master (55678d), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 18:04:34 UTC.

Swift 6 data race errors: 0

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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vinhnx/spawn.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vinhnx/spawn
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 55678d3 Add swiftLanguageVersions attribute in Package manifest file
Cloned https://github.com/vinhnx/spawn.git
Revision (git rev-parse @):
55678d3a5359df5d97b4962808c2d5a42cb30bd0
SUCCESS checkout https://github.com/vinhnx/spawn.git at master
========================================
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": "spawn",
      "name": "spawn",
      "url": "https://github.com/vinhnx/spawn.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/spawn",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/vinhnx/spawn.git
[1/230] Fetching spawn
Fetched https://github.com/vinhnx/spawn.git from cache (0.73s)
Creating working copy for https://github.com/vinhnx/spawn.git
Working copy of https://github.com/vinhnx/spawn.git resolved at master (55678d3)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vinhnx/spawn.git
https://github.com/vinhnx/spawn.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "spawn",
  "name" : "spawn",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "spawn",
      "targets" : [
        "spawn"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "spawnTests",
      "module_type" : "SwiftTarget",
      "name" : "spawnTests",
      "path" : "Tests/spawnTests",
      "sources" : [
        "XCTestManifests.swift",
        "spawnTests.swift"
      ],
      "target_dependencies" : [
        "spawn"
      ],
      "type" : "test"
    },
    {
      "c99name" : "spawn",
      "module_type" : "SwiftTarget",
      "name" : "spawn",
      "path" : "Sources/spawn",
      "product_memberships" : [
        "spawn"
      ],
      "sources" : [
        "EventEmitter.swift",
        "FileError.swift",
        "FireManager+Extensions.swift",
        "PrintableError.swift",
        "Process+Extensions.swift",
        "ProcessError.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
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/6] Write sources
[1/6] Write spawn-entitlement.plist
[2/6] Write swift-version-2F0A5646E1D333AE.txt
[4/14] Compiling spawn PrintableError.swift
[5/14] Compiling spawn main.swift
[6/14] Compiling spawn FireManager+Extensions.swift
[7/14] Compiling spawn EventEmitter.swift
[8/14] Emitting module spawn
[9/14] Compiling spawn FileError.swift
[10/14] Compiling spawn ProcessError.swift
[11/14] Compiling spawn Process+Extensions.swift
[11/14] Write Objects.LinkFileList
[12/14] Linking spawn
[13/14] Applying spawn
Build complete! (5.11s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "spawn",
  "name" : "spawn",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "spawn",
      "targets" : [
        "spawn"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "spawnTests",
      "module_type" : "SwiftTarget",
      "name" : "spawnTests",
      "path" : "Tests/spawnTests",
      "sources" : [
        "XCTestManifests.swift",
        "spawnTests.swift"
      ],
      "target_dependencies" : [
        "spawn"
      ],
      "type" : "test"
    },
    {
      "c99name" : "spawn",
      "module_type" : "SwiftTarget",
      "name" : "spawn",
      "path" : "Sources/spawn",
      "product_memberships" : [
        "spawn"
      ],
      "sources" : [
        "EventEmitter.swift",
        "FileError.swift",
        "FireManager+Extensions.swift",
        "PrintableError.swift",
        "Process+Extensions.swift",
        "ProcessError.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Done.