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 FTTestingKit, reference main (e323fa), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 17:26:44 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/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/17137] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (9.79s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.57s)
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",
  "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",
      "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",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/futuredapp/FTTestingKit.git
[1/319] Fetching fttestingkit
Fetched https://github.com/futuredapp/FTTestingKit.git from cache (0.83s)
Fetching https://github.com/mxcl/PromiseKit.git from cache
Fetched https://github.com/mxcl/PromiseKit.git from cache (0.54s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.03s)
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.0
Building package at path:  $PWD
https://github.com/futuredapp/FTTestingKit.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/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/28] Compiling FTTestingKit XCTest+Expect.swift
[6/28] Compiling FTTestingKit String+Mockup.swift
[7/28] Compiling FTTestingKit Mockup.swift
[8/28] Compiling FTTestingKit Result+Void.swift
[9/28] Compiling FTTestingKit Int+Times.swift
[10/28] Compiling PromiseKit race.swift
[11/29] Compiling PromiseKit hang.swift
[12/29] Compiling PromiseKit after.swift
[13/29] Compiling PromiseKit firstly.swift
[14/29] Compiling PromiseKit Resolver.swift
[15/29] Compiling PromiseKit Thenable.swift
[16/29] Compiling PromiseKit LogEvent.swift
[17/29] Compiling PromiseKit Promise.swift
[18/29] Compiling PromiseKit Configuration.swift
[19/29] Compiling PromiseKit CustomStringConvertible.swift
[20/29] Compiling PromiseKit Async.swift
[21/29] Compiling PromiseKit Box.swift
[22/29] Compiling PromiseKit Catchable.swift
[23/29] Compiling PromiseKit Combine.swift
[24/29] Emitting module PromiseKit
[25/29] Compiling PromiseKit Error.swift
[26/29] Compiling PromiseKit Guarantee.swift
[27/29] Emitting module FTTestingKit
[28/29] Compiling FTTestingKit Date+Mockup.swift
[29/29] Compiling PromiseKit when.swift
[30/31] Compiling FTTestingKitPromiseKit XCTest+Believe.swift
[31/31] Emitting module FTTestingKitPromiseKit
Build complete! (12.16s)
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.