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 Marionette, reference master (3c0699), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:21:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LinusU/Marionette.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LinusU/Marionette
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3c0699e 🎉 Add CocoaPods support
Cloned https://github.com/LinusU/Marionette.git
Revision (git rev-parse @):
3c0699e869fdbe13a5d03042884c17d418293a12
SUCCESS checkout https://github.com/LinusU/Marionette.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LinusU/Marionette.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/27] Compiling Signals UIControl+Signals.swift
[7/27] Compiling Signals UIBarButtonItem+Signals.swift
[8/27] Compiling Signals AssociatedObject.swift
[9/27] Emitting module PromiseKit
[10/28] Compiling PromiseKit race.swift
[11/28] Compiling PromiseKit Async.swift
[12/28] Compiling PromiseKit Box.swift
[13/28] Compiling PromiseKit hang.swift
[14/28] Compiling PromiseKit after.swift
[15/28] Compiling PromiseKit firstly.swift
[16/28] Compiling PromiseKit Catchable.swift
[17/28] Compiling PromiseKit Combine.swift
[18/28] Compiling PromiseKit LogEvent.swift
[19/28] Compiling PromiseKit Promise.swift
[20/28] Compiling PromiseKit Configuration.swift
[21/28] Compiling PromiseKit CustomStringConvertible.swift
[22/28] Compiling PromiseKit Resolver.swift
[23/28] Compiling PromiseKit Thenable.swift
[24/28] Compiling PromiseKit Error.swift
[25/28] Compiling PromiseKit Guarantee.swift
[26/28] Emitting module Signals
[27/28] Compiling Signals Signal.swift
[28/28] Compiling PromiseKit when.swift
[29/31] Compiling JSBridge JSBridge.swift
[30/31] Compiling JSBridge Context.swift
[31/31] Emitting module JSBridge
[32/33] Emitting module Marionette
[33/33] Compiling Marionette Marionette.swift
Build complete! (36.27s)
Fetching https://github.com/LinusU/JSBridge
Fetching https://github.com/mxcl/PromiseKit
Fetching https://github.com/artman/Signals
[1/1052] Fetching signals
[33/1304] Fetching signals, jsbridge
[1305/18490] Fetching signals, jsbridge, promisekit
Fetched https://github.com/artman/Signals from cache (1.70s)
Fetched https://github.com/mxcl/PromiseKit from cache (1.70s)
Fetched https://github.com/LinusU/JSBridge from cache (1.70s)
Computing version for https://github.com/artman/Signals
Computed https://github.com/artman/Signals at 6.1.0 (3.62s)
Computing version for https://github.com/mxcl/PromiseKit
Computed https://github.com/mxcl/PromiseKit at 6.22.1 (1.89s)
Computing version for https://github.com/LinusU/JSBridge
Computed https://github.com/LinusU/JSBridge at 1.0.0-alpha.16 (0.49s)
Creating working copy for https://github.com/artman/Signals
Working copy of https://github.com/artman/Signals resolved at 6.1.0
Creating working copy for https://github.com/mxcl/PromiseKit
Working copy of https://github.com/mxcl/PromiseKit resolved at 6.22.1
Creating working copy for https://github.com/LinusU/JSBridge
Working copy of https://github.com/LinusU/JSBridge resolved at 1.0.0-alpha.16
Build complete.
{
  "dependencies" : [
    {
      "identity" : "signals",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/artman/Signals"
    },
    {
      "identity" : "jsbridge",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.15",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/LinusU/JSBridge"
    },
    {
      "identity" : "promisekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/PromiseKit"
    }
  ],
  "manifest_display_name" : "Marionette",
  "name" : "Marionette",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Marionette",
      "targets" : [
        "Marionette"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MarionetteTests",
      "module_type" : "SwiftTarget",
      "name" : "MarionetteTests",
      "path" : "Tests",
      "sources" : [
        "EvaluationTests.swift",
        "Util/AssetServer.swift",
        "Util/MarionetteTestCase.swift",
        "WaitTests.swift"
      ],
      "target_dependencies" : [
        "Marionette"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Marionette",
      "module_type" : "SwiftTarget",
      "name" : "Marionette",
      "path" : "Sources",
      "product_dependencies" : [
        "JSBridge",
        "PromiseKit",
        "Signals"
      ],
      "product_memberships" : [
        "Marionette"
      ],
      "sources" : [
        "Marionette.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.