Build Information
Successful build of Nimble, reference v13.7.1 (7795df
), with Swift 5.9 for Linux on 16 Dec 2024 04:09:38 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Quick/Nimble.git
Reference: v13.7.1
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/Quick/Nimble
* tag v13.7.1 -> FETCH_HEAD
HEAD is now at 7795df4 [v13.7.1] Update podspec
Cloned https://github.com/Quick/Nimble.git
Revision (git rev-parse @):
7795df4fff1a9cd231fe4867ae54f4dc5f5734f9
SUCCESS checkout https://github.com/Quick/Nimble.git at v13.7.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/Quick/Nimble.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
[1258/3301] Fetching cwlpreconditiontesting, swift-docc-plugin
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.18s)
[266/2044] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (0.30s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.96s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.17s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.36s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.35s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3209] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.30s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.39s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Nimble/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/64] Emitting module Nimble
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
Windows
[4/72] Compiling Nimble AllPass.swift
[5/72] Compiling Nimble AsyncAllPass.swift
[6/72] Compiling Nimble AsyncMatcher.swift
[7/72] Compiling Nimble BeAKindOf.swift
[8/72] Compiling Nimble BeAnInstanceOf.swift
[9/72] Compiling Nimble BeCloseTo.swift
[10/72] Compiling Nimble BeEmpty.swift
[11/72] Compiling Nimble BeGreaterThan.swift
[12/72] Compiling Nimble BeGreaterThanOrEqualTo.swift
[13/72] Compiling Nimble Map.swift
[14/72] Compiling Nimble Match.swift
[15/72] Compiling Nimble MatchError.swift
[16/72] Compiling Nimble Matcher.swift
[17/72] Compiling Nimble MatcherProtocols.swift
[18/72] Compiling Nimble Negation.swift
[19/72] Compiling Nimble PostNotification.swift
[20/72] Compiling Nimble RaisesException.swift
[21/72] Compiling Nimble BeginWithPrefix.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[22/72] Compiling Nimble Contain.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[23/72] Compiling Nimble ContainElementSatisfying.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[24/72] Compiling Nimble ElementsEqual.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[25/72] Compiling Nimble EndWith.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[26/72] Compiling Nimble Equal+Tuple.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[27/72] Compiling Nimble Equal+TupleArray.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[28/72] Compiling Nimble Equal.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[29/72] Compiling Nimble HaveCount.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[30/72] Compiling Nimble BeIdenticalTo.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[31/72] Compiling Nimble BeLessThan.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[32/72] Compiling Nimble BeLessThanOrEqual.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[33/72] Compiling Nimble BeLogical.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[34/72] Compiling Nimble BeNil.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[35/72] Compiling Nimble BeResult.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[36/72] Compiling Nimble BeVoid.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[37/72] Compiling Nimble BeWithin.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[38/72] Compiling Nimble BeginWith.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[39/72] Compiling Nimble AdapterProtocols.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
XCTFail("\(message)", file: location.file, line: location.line)
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
XCTFail("\(message)", file: location.file, line: location.line)
^~~~
filePath
[40/72] Compiling Nimble AssertionDispatcher.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
XCTFail("\(message)", file: location.file, line: location.line)
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
XCTFail("\(message)", file: location.file, line: location.line)
^~~~
filePath
[41/72] Compiling Nimble AssertionRecorder+Async.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
XCTFail("\(message)", file: location.file, line: location.line)
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
XCTFail("\(message)", file: location.file, line: location.line)
^~~~
filePath
[42/72] Compiling Nimble AssertionRecorder.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
XCTFail("\(message)", file: location.file, line: location.line)
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
XCTFail("\(message)", file: location.file, line: location.line)
^~~~
filePath
[43/72] Compiling Nimble NMBExpectation.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
XCTFail("\(message)", file: location.file, line: location.line)
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
XCTFail("\(message)", file: location.file, line: location.line)
^~~~
filePath
[44/72] Compiling Nimble NimbleEnvironment.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
XCTFail("\(message)", file: location.file, line: location.line)
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
XCTFail("\(message)", file: location.file, line: location.line)
^~~~
filePath
[45/72] Compiling Nimble NimbleSwiftTestingHandler.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
XCTFail("\(message)", file: location.file, line: location.line)
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
XCTFail("\(message)", file: location.file, line: location.line)
^~~~
filePath
[46/72] Compiling Nimble NimbleXCTestHandler.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
XCTFail("\(message)", file: location.file, line: location.line)
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
XCTFail("\(message)", file: location.file, line: location.line)
^~~~
filePath
[47/72] Compiling Nimble ExceptionCapture.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
#if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
^~~~~~~~
Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
XCTFail("\(message)", file: location.file, line: location.line)
^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
XCTFail("\(message)", file: location.file, line: location.line)
^~~~
filePath
[48/72] Compiling Nimble Requirement.swift
[49/72] Compiling Nimble AsyncAwait.swift
[50/72] Compiling Nimble AsyncTimerSequence.swift
[51/72] Compiling Nimble Errors.swift
[52/72] Compiling Nimble NimbleTimeInterval.swift
[53/72] Compiling Nimble PollAwait.swift
[54/72] Compiling Nimble SourceLocation.swift
[55/72] Compiling Nimble Stringers.swift
[56/72] Compiling Nimble SatisfyAllOf.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
Windows
[57/72] Compiling Nimble SatisfyAnyOf.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
Windows
[58/72] Compiling Nimble ThrowAssertion.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
Windows
[59/72] Compiling Nimble ThrowError.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
Windows
[60/72] Compiling Nimble ToSucceed.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
Windows
[61/72] Compiling Nimble Polling+AsyncAwait.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
Windows
[62/72] Compiling Nimble Polling+Require.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
Windows
[63/72] Compiling Nimble Polling.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
^~~~~~~~
Windows
[64/72] Compiling Nimble AsyncExpression.swift
[65/72] Compiling Nimble DSL+AsyncAwait.swift
[66/72] Compiling Nimble DSL+Require.swift
[67/72] Compiling Nimble DSL+Wait.swift
[68/72] Compiling Nimble DSL.swift
[69/72] Compiling Nimble Expectation.swift
[70/72] Compiling Nimble ExpectationMessage.swift
[71/72] Compiling Nimble Expression.swift
[72/72] Compiling Nimble FailureMessage.swift
[75/76] Compiling NimbleSharedTestHelpers utils.swift
[76/76] Emitting module NimbleSharedTestHelpers
Build complete! (21.86s)
Build complete.
{
"dependencies" : [
{
"identity" : "cwlpreconditiontesting",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Nimble",
"name" : "Nimble",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Nimble",
"targets" : [
"Nimble"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "NimbleTests",
"module_type" : "SwiftTarget",
"name" : "NimbleTests",
"path" : "Tests/NimbleTests",
"sources" : [
"AsyncAwaitTest+Require.swift",
"AsyncAwaitTest.swift",
"AsyncPromiseTest.swift",
"AsyncTimerSequenceTest.swift",
"DSLTest.swift",
"Helpers/AsyncHelpers.swift",
"Helpers/BackgroundThreadObject.swift",
"Helpers/ObjectWithLazyProperty.swift",
"LinuxSupport.swift",
"Matchers/AllPassTest.swift",
"Matchers/AlwaysFailMatcher.swift",
"Matchers/AsyncAllPassTest.swift",
"Matchers/AsyncPredicateTest.swift",
"Matchers/BeAKindOfTest.swift",
"Matchers/BeAnInstanceOfTest.swift",
"Matchers/BeCloseToTest.swift",
"Matchers/BeEmptyTest.swift",
"Matchers/BeGreaterThanOrEqualToTest.swift",
"Matchers/BeGreaterThanTest.swift",
"Matchers/BeIdenticalToObjectTest.swift",
"Matchers/BeIdenticalToTest.swift",
"Matchers/BeLessThanOrEqualToTest.swift",
"Matchers/BeLessThanTest.swift",
"Matchers/BeLogicalTest.swift",
"Matchers/BeNilTest.swift",
"Matchers/BeResultTest.swift",
"Matchers/BeVoidTest.swift",
"Matchers/BeWithinTest.swift",
"Matchers/BeginWithPrefixTest.swift",
"Matchers/BeginWithTest.swift",
"Matchers/ContainElementSatisfyingTest.swift",
"Matchers/ContainTest.swift",
"Matchers/ElementsEqualTest.swift",
"Matchers/EndWithTest.swift",
"Matchers/EqualTest.swift",
"Matchers/HaveCountTest.swift",
"Matchers/MapTest.swift",
"Matchers/MatchErrorTest.swift",
"Matchers/MatchTest.swift",
"Matchers/NegationTest.swift",
"Matchers/PostNotificationTest.swift",
"Matchers/RaisesExceptionTest.swift",
"Matchers/SatisfyAllOfTest.swift",
"Matchers/SatisfyAnyOfTest.swift",
"Matchers/ThrowAssertionTest.swift",
"Matchers/ThrowErrorTest.swift",
"Matchers/ToSucceedTest.swift",
"OnFailureThrowsTest.swift",
"PollingTest+Require.swift",
"PollingTest.swift",
"PredicateTest.swift",
"StatusTest.swift",
"SwiftTestingSupportTest.swift",
"SynchronousTest.swift",
"UserDescriptionTest.swift"
],
"target_dependencies" : [
"Nimble",
"NimbleSharedTestHelpers"
],
"type" : "test"
},
{
"c99name" : "NimbleSharedTestHelpers",
"module_type" : "SwiftTarget",
"name" : "NimbleSharedTestHelpers",
"path" : "Sources/NimbleSharedTestHelpers",
"sources" : [
"utils.swift"
],
"target_dependencies" : [
"Nimble"
],
"type" : "library"
},
{
"c99name" : "Nimble",
"module_type" : "SwiftTarget",
"name" : "Nimble",
"path" : "Sources/Nimble",
"product_dependencies" : [
"CwlPreconditionTesting",
"CwlPosixPreconditionTesting"
],
"product_memberships" : [
"Nimble"
],
"sources" : [
"Adapters/AdapterProtocols.swift",
"Adapters/AssertionDispatcher.swift",
"Adapters/AssertionRecorder+Async.swift",
"Adapters/AssertionRecorder.swift",
"Adapters/NMBExpectation.swift",
"Adapters/NimbleEnvironment.swift",
"Adapters/NimbleSwiftTestingHandler.swift",
"Adapters/NimbleXCTestHandler.swift",
"Adapters/NonObjectiveC/ExceptionCapture.swift",
"AsyncExpression.swift",
"DSL+AsyncAwait.swift",
"DSL+Require.swift",
"DSL+Wait.swift",
"DSL.swift",
"Expectation.swift",
"ExpectationMessage.swift",
"Expression.swift",
"FailureMessage.swift",
"Matchers/AllPass.swift",
"Matchers/AsyncAllPass.swift",
"Matchers/AsyncMatcher.swift",
"Matchers/BeAKindOf.swift",
"Matchers/BeAnInstanceOf.swift",
"Matchers/BeCloseTo.swift",
"Matchers/BeEmpty.swift",
"Matchers/BeGreaterThan.swift",
"Matchers/BeGreaterThanOrEqualTo.swift",
"Matchers/BeIdenticalTo.swift",
"Matchers/BeLessThan.swift",
"Matchers/BeLessThanOrEqual.swift",
"Matchers/BeLogical.swift",
"Matchers/BeNil.swift",
"Matchers/BeResult.swift",
"Matchers/BeVoid.swift",
"Matchers/BeWithin.swift",
"Matchers/BeginWith.swift",
"Matchers/BeginWithPrefix.swift",
"Matchers/Contain.swift",
"Matchers/ContainElementSatisfying.swift",
"Matchers/ElementsEqual.swift",
"Matchers/EndWith.swift",
"Matchers/Equal+Tuple.swift",
"Matchers/Equal+TupleArray.swift",
"Matchers/Equal.swift",
"Matchers/HaveCount.swift",
"Matchers/Map.swift",
"Matchers/Match.swift",
"Matchers/MatchError.swift",
"Matchers/Matcher.swift",
"Matchers/MatcherProtocols.swift",
"Matchers/Negation.swift",
"Matchers/PostNotification.swift",
"Matchers/RaisesException.swift",
"Matchers/SatisfyAllOf.swift",
"Matchers/SatisfyAnyOf.swift",
"Matchers/ThrowAssertion.swift",
"Matchers/ThrowError.swift",
"Matchers/ToSucceed.swift",
"Polling+AsyncAwait.swift",
"Polling+Require.swift",
"Polling.swift",
"Requirement.swift",
"Utils/AsyncAwait.swift",
"Utils/AsyncTimerSequence.swift",
"Utils/Errors.swift",
"Utils/NimbleTimeInterval.swift",
"Utils/PollAwait.swift",
"Utils/SourceLocation.swift",
"Utils/Stringers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.