The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FTTestingKit, reference main (e323fa), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 20:07:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/futuredapp/FTTestingKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/futuredapp/FTTestingKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e323fae Merge pull request #10 from futuredapp/feature/actions
Cloned https://github.com/futuredapp/FTTestingKit.git
Revision (git rev-parse @):
e323faee98cbf9278c5b4987b3c1749f467d54dd
SUCCESS checkout https://github.com/futuredapp/FTTestingKit.git at main
Fetching https://github.com/mxcl/PromiseKit.git
[1/17242] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (1.62s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (2.31s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "fttestingkit",
      "name": "FTTestingKit",
      "url": "https://github.com/futuredapp/FTTestingKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FTTestingKit",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "promisekit",
          "name": "PromiseKit",
          "url": "https://github.com/mxcl/PromiseKit.git",
          "version": "6.22.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PromiseKit",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/futuredapp/FTTestingKit.git
[1/323] Fetching fttestingkit
Fetched https://github.com/futuredapp/FTTestingKit.git from cache (0.72s)
Fetching https://github.com/mxcl/PromiseKit.git from cache
Fetched https://github.com/mxcl/PromiseKit.git from cache (0.50s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.59s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Creating working copy for https://github.com/futuredapp/FTTestingKit.git
Working copy of https://github.com/futuredapp/FTTestingKit.git resolved at main (e323fae)
warning: '.resolve-product-dependencies': dependency 'fttestingkit' is not used by any target
Found 1 product dependencies
  - PromiseKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/futuredapp/FTTestingKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/28] Compiling PromiseKit race.swift
[6/29] Compiling PromiseKit after.swift
[7/29] Compiling PromiseKit firstly.swift
[8/29] Compiling PromiseKit hang.swift
[9/29] Compiling PromiseKit Resolver.swift
[10/29] Compiling PromiseKit Thenable.swift
[11/29] Compiling PromiseKit LogEvent.swift
[12/29] Compiling PromiseKit Promise.swift
[13/29] Compiling PromiseKit Configuration.swift
[14/29] Compiling PromiseKit CustomStringConvertible.swift
[15/29] Compiling PromiseKit Catchable.swift
[16/29] Compiling PromiseKit Combine.swift
[17/29] Compiling PromiseKit Async.swift
[18/29] Compiling PromiseKit Box.swift
[19/29] Emitting module PromiseKit
[20/29] Compiling PromiseKit Error.swift
[21/29] Compiling PromiseKit Guarantee.swift
[22/29] Compiling PromiseKit when.swift
[23/29] Compiling FTTestingKit Date+Mockup.swift
[24/29] Compiling FTTestingKit XCTest+Expect.swift
[25/29] Emitting module FTTestingKit
[26/29] Compiling FTTestingKit Int+Times.swift
[27/29] Compiling FTTestingKit Result+Void.swift
[28/29] Compiling FTTestingKit Mockup.swift
[29/29] Compiling FTTestingKit String+Mockup.swift
[30/31] Compiling FTTestingKitPromiseKit XCTest+Believe.swift
[31/31] Emitting module FTTestingKitPromiseKit
Build complete! (11.28s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "promisekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.11.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/PromiseKit.git"
    }
  ],
  "manifest_display_name" : "FTTestingKit",
  "name" : "FTTestingKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FTTestingKit",
      "targets" : [
        "FTTestingKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FTTestingKitPromiseKit",
      "targets" : [
        "FTTestingKitPromiseKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FTTestingKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FTTestingKitTests",
      "path" : "Tests/FTTestingKitTests",
      "sources" : [
        "ExpectationTests.swift",
        "MockupTests.swift",
        "TimesTests.swift"
      ],
      "target_dependencies" : [
        "FTTestingKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FTTestingKitPromiseKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FTTestingKitPromiseKitTests",
      "path" : "Tests/FTTestingKitPromiseKitTests",
      "sources" : [
        "BelieveTests.swift"
      ],
      "target_dependencies" : [
        "FTTestingKitPromiseKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FTTestingKitPromiseKit",
      "module_type" : "SwiftTarget",
      "name" : "FTTestingKitPromiseKit",
      "path" : "Sources/FTTestingKitPromiseKit",
      "product_dependencies" : [
        "PromiseKit"
      ],
      "product_memberships" : [
        "FTTestingKitPromiseKit"
      ],
      "sources" : [
        "XCTest+Believe.swift"
      ],
      "target_dependencies" : [
        "FTTestingKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FTTestingKit",
      "module_type" : "SwiftTarget",
      "name" : "FTTestingKit",
      "path" : "Sources/FTTestingKit",
      "product_memberships" : [
        "FTTestingKit",
        "FTTestingKitPromiseKit"
      ],
      "sources" : [
        "Date+Mockup.swift",
        "Int+Times.swift",
        "Mockup.swift",
        "Result+Void.swift",
        "String+Mockup.swift",
        "XCTest+Expect.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.