This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of FTTestingKit with Swift 6.0 for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/futuredapp/FTTestingKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/futuredapp/FTTestingKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/mxcl/PromiseKit.git
[1/16963] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (1.00s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.50s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/27] Compiling FTTestingKit Result+Void.swift
[6/27] Compiling FTTestingKit Mockup.swift
[7/27] Compiling FTTestingKit Int+Times.swift
[8/27] Compiling FTTestingKit String+Mockup.swift
[9/27] Compiling PromiseKit firstly.swift
[10/27] Compiling PromiseKit hang.swift
[11/29] Compiling PromiseKit Promise.swift
[12/29] Compiling PromiseKit Resolver.swift
[13/29] Compiling PromiseKit Thenable.swift
[14/29] Compiling PromiseKit after.swift
[15/29] Compiling FTTestingKit Date+Mockup.swift
[16/29] Emitting module FTTestingKit
[17/29] Compiling FTTestingKit XCTest+Expect.swift
[18/30] Compiling PromiseKit Guarantee.swift
[19/30] Compiling PromiseKit LogEvent.swift
[20/30] Compiling PromiseKit Combine.swift
[21/30] Compiling PromiseKit Configuration.swift
[22/30] Compiling PromiseKit Async.swift
[23/30] Compiling PromiseKit Box.swift
[24/30] Compiling PromiseKit Catchable.swift
[25/30] Emitting module PromiseKit
[26/30] Compiling PromiseKit CustomStringConvertible.swift
[27/30] Compiling PromiseKit Error.swift
[29/30] Compiling PromiseKit race.swift
[30/30] Compiling PromiseKit when.swift
[32/33] Emitting module FTTestingKitPromiseKit
[33/33] Compiling FTTestingKitPromiseKit XCTest+Believe.swift
Build complete! (21.09s)
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" : "/host/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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.