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 0.1.1 (22c92a), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 09:34:52 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/vinhnx/spawn.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vinhnx/spawn
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 22c92ac Check for existing Package manifest file before executing
Cloned https://github.com/vinhnx/spawn.git
Revision (git rev-parse @):
22c92ac69775883d65ed25ea8b992b981ccdb6ab
SUCCESS checkout https://github.com/vinhnx/spawn.git at 0.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": "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.71s)
Creating working copy for https://github.com/vinhnx/spawn.git
Working copy of https://github.com/vinhnx/spawn.git resolved at 0.1.1 (22c92ac)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/vinhnx/spawn.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/6] Write sources
[1/6] Write spawn-entitlement.plist
[2/6] Write swift-version--7754E27361AE5C74.txt
[4/8] Compiling spawn main.swift
[5/8] Emitting module spawn
[5/8] Write Objects.LinkFileList
[6/8] Linking spawn
[7/8] Applying spawn
Build complete! (5.68s)
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
      }
    }
  ],
  "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" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Done.