Build Information
Successful build of Swiftest, reference master (129a5d), with Swift 6.3 for Linux on 16 Apr 2026 04:00:12 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appsaurus/Swiftest.git
Reference: master
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/Appsaurus/Swiftest
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 129a5d4 Fixing broken URL string extensions. Refactored and removed a couple types that were causing occasional compiler crashes.
Cloned https://github.com/Appsaurus/Swiftest.git
Revision (git rev-parse @):
129a5d49fcc740ddf7c737e0d1370756011258d2
SUCCESS checkout https://github.com/Appsaurus/Swiftest.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/Appsaurus/Swiftest.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/Appsaurus/SwiftTestUtils
[1/150] Fetching swifttestutils
Fetched https://github.com/Appsaurus/SwiftTestUtils from cache (0.31s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (3.62s)
Creating working copy for https://github.com/Appsaurus/SwiftTestUtils
Working copy of https://github.com/Appsaurus/SwiftTestUtils resolved at 1.0.1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/129] Compiling Swiftest Dictionary+Merging.swift
[4/129] Compiling Swiftest Equatable+.swift
[5/129] Compiling Swiftest FloatingPoint+.swift
[6/129] Compiling Swiftest Int+.swift
[7/129] Compiling Swiftest Int+Loop.swift
[8/129] Compiling Swiftest Int+WrappedToRange.swift
[9/129] Compiling Swiftest Optional+.swift
[10/129] Compiling Swiftest Optional+EmptyCollections.swift
[11/129] Compiling Swiftest Sequence+Aggregate.swift
[12/129] Compiling Swiftest Sequence+BooleanTests.swift
[13/129] Compiling Swiftest Sequence+Grouping.swift
[14/129] Compiling Swiftest Sequence+Indexing.swift
[15/129] Compiling Swiftest Sequence+Iterating.swift
[16/129] Compiling Swiftest Sequence+KeyPathSorting.swift
[17/129] Compiling Swiftest Sequence+KeyPathValues.swift
[18/129] Compiling Swiftest Sequence+Search.swift
[19/129] Compiling Swiftest Sequence+Transformed.swift
[20/129] Compiling Swiftest Set+ContentAnalysis.swift
[21/129] Emitting module Swiftest
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[22/129] Compiling Swiftest String+Date.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[23/129] Compiling Swiftest String+DecodeEmoji.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[24/129] Compiling Swiftest String+Foundation+ContentAnalysis.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[25/129] Compiling Swiftest String+FullRange.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[26/129] Compiling Swiftest String+Localized.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[27/129] Compiling Swiftest String+PathComponents.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[28/129] Compiling Swiftest String+URL.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[29/129] Compiling Swiftest URL+.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[30/129] Compiling Swiftest URL+ExpressibleByStringLiteral.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[31/129] Compiling Swiftest URLRequest+.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[32/129] Compiling Swiftest UserDefaults+.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[33/129] Compiling Swiftest KeyValueReadable.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[34/129] Compiling Swiftest PropertyReflectable.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[35/129] Compiling Swiftest BoolConvertible.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[36/129] Compiling Swiftest CGFloatConvertible.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[37/129] Compiling Swiftest DoubleConvertible.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[38/129] Compiling Swiftest FloatConvertible.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[39/129] Compiling Swiftest IntConvertible.swift
/host/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | import Foundation
22 |
23 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | // By using 'StaticString' we disable string interpolation, for safety
25 | public init(stringLiteral value: StaticString) {
[40/146] Compiling Swiftest CharacterSet+.swift
[41/146] Compiling Swiftest BidirectionalCollection+MatrixIndexPathLookup.swift
[42/146] Compiling Swiftest Collection+ParallelIteration.swift
[43/146] Compiling Swiftest Data+.swift
[44/146] Compiling Swiftest Date+.swift
[45/146] Compiling Swiftest DispatchQueue+Safe.swift
[46/146] Compiling Swiftest Error+NetworkChecks.swift
[47/146] Compiling Swiftest FileManager+.swift
[48/146] Compiling Swiftest Int+LocalizedDecimals.swift
[49/146] Compiling Swiftest Locale+.swift
[50/146] Compiling Swiftest NSPredicate+.swift
[51/146] Compiling Swiftest NotificationCenter+.swift
[52/146] Compiling Swiftest String+Aggregate.swift
[53/146] Compiling Swiftest String+Base64.swift
[54/146] Compiling Swiftest String+CharacterSet.swift
[55/146] Compiling Swiftest String+Cleaning.swift
[56/146] Compiling Swiftest String+ContentParsing.swift
[57/146] Compiling Swiftest String+DataDetection.swift
[58/146] Compiling Swiftest Collection+Lookup.swift
[59/146] Compiling Swiftest Collection+Matrix.swift
[60/146] Compiling Swiftest Collection+Partitioning.swift
[61/146] Compiling Swiftest Collection+ReverseLookup.swift
[62/146] Compiling Swiftest RangeReplaceableCollection+Affix.swift
[63/146] Compiling Swiftest RangeReplaceableCollection+Deduplication.swift
[64/146] Compiling Swiftest RangeReplaceableCollection+Queue.swift
[65/146] Compiling Swiftest RangeReplaceableCollection+RemovingInstances.swift
[66/146] Compiling Swiftest RangeReplaceableCollection+Repeat.swift
[67/146] Compiling Swiftest RangeReplaceableCollection+Rotate.swift
[68/146] Compiling Swiftest RangeReplaceableCollection+Stack.swift
[69/146] Compiling Swiftest Comparable+Clamped.swift
[70/146] Compiling Swiftest Comparable+Optionals.swift
[71/146] Compiling Swiftest Comparable+Range.swift
[72/146] Compiling Swiftest Dictionary+.swift
[73/146] Compiling Swiftest Dictionary+Arithmetic.swift
[74/146] Compiling Swiftest Dictionary+DynamicLookup.swift
[75/146] Compiling Swiftest Dictionary+EnumKeyLookup.swift
[76/146] Compiling Swiftest RangeConvertible.swift
[77/146] Compiling Swiftest StringConvertible.swift
[78/146] Compiling Swiftest Identifiable.swift
[79/146] Compiling Swiftest DefaultMutable.swift
[80/146] Compiling Swiftest Defaultable.swift
[81/146] Compiling Swiftest EmptyInitializable.swift
[82/146] Compiling Swiftest Mockable.swift
[83/146] Compiling Swiftest ObjectDisplayable.swift
[84/146] Compiling Swiftest OptionalProtocol.swift
[85/146] Compiling Swiftest RangeRandomizable.swift
[86/146] Compiling Swiftest Then.swift
[87/146] Compiling Swiftest CALayer+.swift
[88/146] Compiling Swiftest BinaryFloatingPoint+Rounding.swift
[89/146] Compiling Swiftest Character+.swift
[90/146] Compiling Swiftest ClosedRange+Wrapping.swift
[91/146] Compiling Swiftest Collection+.swift
[92/146] Compiling Swiftest Collection+Filtering.swift
[93/146] Compiling Swiftest Collection+Indices.swift
[94/146] Compiling Swiftest Errors.swift
[95/146] Compiling Swiftest Event.swift
[96/146] Compiling Swiftest Paginator.swift
[97/146] Compiling Swiftest Poller.swift
[98/146] Compiling Swiftest WeakReference.swift
[99/146] Compiling Swiftest CGPoint+Arithmetic.swift
[100/146] Compiling Swiftest CGRect+Initializers.swift
[101/146] Compiling Swiftest CGSize+Arithmetic.swift
[102/146] Compiling Swiftest CGSize+Initializers.swift
[103/146] Compiling Swiftest CGRect+Framed.swift
[104/146] Compiling Swiftest CGSize+Framed.swift
[105/146] Compiling Swiftest CGSize+Sized.swift
[106/146] Compiling Swiftest Framed.swift
[107/146] Compiling Swiftest Sized.swift
[108/146] Compiling Swiftest ClassNameReflectable.swift
[109/146] Compiling Swiftest NSAttributedString+.swift
[110/146] Compiling Swiftest NSMutableAttributedString+.swift
[111/146] Compiling Swiftest Calendar+NumberOfDaysInMonth.swift
[112/146] Compiling Swiftest SignedInteger+.swift
[113/146] Compiling Swiftest SignedNumeric+.swift
[114/146] Compiling Swiftest String+.swift
[115/146] Compiling Swiftest String+Affix.swift
[116/146] Compiling Swiftest String+BooleanTests.swift
[117/146] Compiling Swiftest String+Case.swift
[118/146] Compiling Swiftest String+Characters.swift
[119/146] Compiling Swiftest String+Repeat.swift
[120/146] Compiling Swiftest String+SafeLookup.swift
[121/146] Compiling Swiftest String+Slicing.swift
[122/146] Compiling Swiftest String+Transformations.swift
[123/146] Compiling Swiftest String+Truncating.swift
[124/146] Compiling Swiftest StringProtocol+LongestCommonSuffix.swift
[125/146] Compiling Swiftest KeyPathFilter.swift
[126/146] Compiling Swiftest KeyPathBuildable.swift
[127/146] Compiling Swiftest KeyPathValueMapOperator.swift
[128/146] Compiling Swiftest KeyPathValuePair.swift
[129/146] Compiling Swiftest KeyPathValuePairAssignable.swift
[130/146] Compiling Swiftest KeyPathValuePairInitializable.swift
[131/146] Compiling Swiftest ExponentiationOperator.swift
[132/146] Compiling Swiftest PlusMinusOperator.swift
[133/146] Compiling Swiftest SquareRootOperator.swift
[134/146] Compiling Swiftest FunctionChainOperator.swift
[135/146] Compiling Swiftest MapOperator.swift
[136/146] Compiling Swiftest OptionalAssignmentOperators.swift
[137/146] Compiling Swiftest TransformErrorOperator.swift
[138/146] Compiling Swiftest TransformKeyPathToFunctionOperator.swift
[139/146] Compiling Swiftest Pairs.swift
[140/146] Compiling Swiftest Typealiases.swift
[141/146] Compiling Swiftest DebugUtils.swift
[142/146] Compiling Swiftest GlobalFunctions.swift
[143/146] Compiling Swiftest Logger.swift
[144/146] Compiling Swiftest ReadWriteLock.swift
[145/146] Compiling Swiftest StringUtils.swift
[146/146] Compiling Swiftest ThreadingUtils.swift
Build complete! (20.91s)
Build complete.
{
"dependencies" : [
{
"identity" : "swifttestutils",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Appsaurus/SwiftTestUtils"
}
],
"manifest_display_name" : "Swiftest",
"name" : "Swiftest",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Swiftest",
"targets" : [
"Swiftest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftestTests",
"module_type" : "SwiftTarget",
"name" : "SwiftestTests",
"path" : "Tests/SwiftestTests",
"product_dependencies" : [
"SwiftTestUtils"
],
"sources" : [
"FoundationTests/CalendarExtensionTest.swift",
"FoundationTests/DataExtensionsTests.swift",
"FoundationTests/DateExtensionsTests.swift",
"FoundationTests/FileManagerExtensionsTests.swift",
"FoundationTests/LocaleExtensionsTests.swift",
"FoundationTests/NSPredicateExtensionsTests.swift",
"FoundationTests/URLExtensionsTests.swift",
"FoundationTests/URLRequestExtensionsTests.swift",
"FoundationTests/UserDefaultsExtensionsTests.swift",
"SwiftStdlibTests/ArrayExtensionsTests.swift",
"SwiftStdlibTests/BidirectionalCollectionExtensionsTests.swift",
"SwiftStdlibTests/BinaryFloatingPointExtensionsTests.swift",
"SwiftStdlibTests/BoolExtensionsTests.swift",
"SwiftStdlibTests/CharacterExtensionsTests.swift",
"SwiftStdlibTests/ClosedRangeExtensionTests.swift",
"SwiftStdlibTests/CollectionExtensionsTests.swift",
"SwiftStdlibTests/ComparableExtensionsTests.swift",
"SwiftStdlibTests/DictionaryExtensionsTests.swift",
"SwiftStdlibTests/DoubleExtensionsTests.swift",
"SwiftStdlibTests/FloatExtensionsTests.swift",
"SwiftStdlibTests/FloatingPointExtensionsTests.swift",
"SwiftStdlibTests/IntExtensionsTests.swift",
"SwiftStdlibTests/KeyPathValuePairAssignableTests.swift",
"SwiftStdlibTests/OptionalExtensionsTests.swift",
"SwiftStdlibTests/RandomAccessCollectionExtensionsTests.swift",
"SwiftStdlibTests/RangeReplaceableCollectionTests.swift",
"SwiftStdlibTests/SequenceExtensionsTests.swift",
"SwiftStdlibTests/SignedIntegerExtensionsTests.swift",
"SwiftStdlibTests/SignedNumericExtensionsTests.swift",
"SwiftStdlibTests/StringExtensionsTests.swift",
"SwiftStdlibTests/StringProtocolExtensionsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Swiftest"
],
"type" : "test"
},
{
"c99name" : "Swiftest",
"module_type" : "SwiftTarget",
"name" : "Swiftest",
"path" : "Sources/Swiftest",
"product_memberships" : [
"Swiftest"
],
"sources" : [
"Classes/Errors.swift",
"Classes/Event.swift",
"Classes/Paginator.swift",
"Classes/Poller.swift",
"Classes/WeakReference.swift",
"CoreGraphics/CGPoint+Arithmetic.swift",
"CoreGraphics/CGRect+Initializers.swift",
"CoreGraphics/CGSize+Arithmetic.swift",
"CoreGraphics/CGSize+Initializers.swift",
"CoreGraphics/Protocols/CGRect+Framed.swift",
"CoreGraphics/Protocols/CGSize+Framed.swift",
"CoreGraphics/Protocols/CGSize+Sized.swift",
"CoreGraphics/Protocols/Framed.swift",
"CoreGraphics/Protocols/Sized.swift",
"Foundation/ClassNameReflectable.swift",
"Foundation/Extensions/AttributedString/NSAttributedString+.swift",
"Foundation/Extensions/AttributedString/NSMutableAttributedString+.swift",
"Foundation/Extensions/Calendar+NumberOfDaysInMonth.swift",
"Foundation/Extensions/CharacterSet+.swift",
"Foundation/Extensions/Collection/BidirectionalCollection+MatrixIndexPathLookup.swift",
"Foundation/Extensions/Collection/Collection+ParallelIteration.swift",
"Foundation/Extensions/Data+.swift",
"Foundation/Extensions/Date+.swift",
"Foundation/Extensions/Dispatch/DispatchQueue+Safe.swift",
"Foundation/Extensions/Error+NetworkChecks.swift",
"Foundation/Extensions/FileManager+.swift",
"Foundation/Extensions/Int+LocalizedDecimals.swift",
"Foundation/Extensions/Locale+.swift",
"Foundation/Extensions/NSPredicate+.swift",
"Foundation/Extensions/NotificationCenter+.swift",
"Foundation/Extensions/String/String+Aggregate.swift",
"Foundation/Extensions/String/String+Base64.swift",
"Foundation/Extensions/String/String+CharacterSet.swift",
"Foundation/Extensions/String/String+Cleaning.swift",
"Foundation/Extensions/String/String+ContentParsing.swift",
"Foundation/Extensions/String/String+DataDetection.swift",
"Foundation/Extensions/String/String+Date.swift",
"Foundation/Extensions/String/String+DecodeEmoji.swift",
"Foundation/Extensions/String/String+Foundation+ContentAnalysis.swift",
"Foundation/Extensions/String/String+FullRange.swift",
"Foundation/Extensions/String/String+Localized.swift",
"Foundation/Extensions/String/String+PathComponents.swift",
"Foundation/Extensions/String/String+URL.swift",
"Foundation/Extensions/URL/URL+.swift",
"Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift",
"Foundation/Extensions/URL/URLRequest+.swift",
"Foundation/Extensions/UserDefaults+.swift",
"Foundation/KeyValueReadable.swift",
"Foundation/PropertyReflectable.swift",
"Protocols/Conversions/BoolConvertible.swift",
"Protocols/Conversions/CGFloatConvertible.swift",
"Protocols/Conversions/DoubleConvertible.swift",
"Protocols/Conversions/FloatConvertible.swift",
"Protocols/Conversions/IntConvertible.swift",
"Protocols/Conversions/RangeConvertible.swift",
"Protocols/Conversions/StringConvertible.swift",
"Protocols/Identifiable.swift",
"Protocols/Initialization/DefaultMutable.swift",
"Protocols/Initialization/Defaultable.swift",
"Protocols/Initialization/EmptyInitializable.swift",
"Protocols/Mockable.swift",
"Protocols/ObjectDisplayable.swift",
"Protocols/OptionalProtocol.swift",
"Protocols/RangeRandomizable.swift",
"Protocols/Then.swift",
"QuartzCore/CALayer+.swift",
"SwiftStdlib/Extensions/BinaryFloatingPoint+Rounding.swift",
"SwiftStdlib/Extensions/Character+.swift",
"SwiftStdlib/Extensions/Collection/ClosedRange+Wrapping.swift",
"SwiftStdlib/Extensions/Collection/Collection+.swift",
"SwiftStdlib/Extensions/Collection/Collection+Filtering.swift",
"SwiftStdlib/Extensions/Collection/Collection+Indices.swift",
"SwiftStdlib/Extensions/Collection/Collection+Lookup.swift",
"SwiftStdlib/Extensions/Collection/Collection+Matrix.swift",
"SwiftStdlib/Extensions/Collection/Collection+Partitioning.swift",
"SwiftStdlib/Extensions/Collection/Collection+ReverseLookup.swift",
"SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+Affix.swift",
"SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+Deduplication.swift",
"SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+Queue.swift",
"SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+RemovingInstances.swift",
"SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+Repeat.swift",
"SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+Rotate.swift",
"SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+Stack.swift",
"SwiftStdlib/Extensions/Comparable/Comparable+Clamped.swift",
"SwiftStdlib/Extensions/Comparable/Comparable+Optionals.swift",
"SwiftStdlib/Extensions/Comparable/Comparable+Range.swift",
"SwiftStdlib/Extensions/Dictionary/Dictionary+.swift",
"SwiftStdlib/Extensions/Dictionary/Dictionary+Arithmetic.swift",
"SwiftStdlib/Extensions/Dictionary/Dictionary+DynamicLookup.swift",
"SwiftStdlib/Extensions/Dictionary/Dictionary+EnumKeyLookup.swift",
"SwiftStdlib/Extensions/Dictionary/Dictionary+Merging.swift",
"SwiftStdlib/Extensions/Equatable+.swift",
"SwiftStdlib/Extensions/FloatingPoint+.swift",
"SwiftStdlib/Extensions/Int/Int+.swift",
"SwiftStdlib/Extensions/Int/Int+Loop.swift",
"SwiftStdlib/Extensions/Int/Int+WrappedToRange.swift",
"SwiftStdlib/Extensions/Optional/Optional+.swift",
"SwiftStdlib/Extensions/Optional/Optional+EmptyCollections.swift",
"SwiftStdlib/Extensions/Sequence/Sequence+Aggregate.swift",
"SwiftStdlib/Extensions/Sequence/Sequence+BooleanTests.swift",
"SwiftStdlib/Extensions/Sequence/Sequence+Grouping.swift",
"SwiftStdlib/Extensions/Sequence/Sequence+Indexing.swift",
"SwiftStdlib/Extensions/Sequence/Sequence+Iterating.swift",
"SwiftStdlib/Extensions/Sequence/Sequence+KeyPathSorting.swift",
"SwiftStdlib/Extensions/Sequence/Sequence+KeyPathValues.swift",
"SwiftStdlib/Extensions/Sequence/Sequence+Search.swift",
"SwiftStdlib/Extensions/Sequence/Sequence+Transformed.swift",
"SwiftStdlib/Extensions/Set+ContentAnalysis.swift",
"SwiftStdlib/Extensions/SignedInteger+.swift",
"SwiftStdlib/Extensions/SignedNumeric+.swift",
"SwiftStdlib/Extensions/String/String+.swift",
"SwiftStdlib/Extensions/String/String+Affix.swift",
"SwiftStdlib/Extensions/String/String+BooleanTests.swift",
"SwiftStdlib/Extensions/String/String+Case.swift",
"SwiftStdlib/Extensions/String/String+Characters.swift",
"SwiftStdlib/Extensions/String/String+Repeat.swift",
"SwiftStdlib/Extensions/String/String+SafeLookup.swift",
"SwiftStdlib/Extensions/String/String+Slicing.swift",
"SwiftStdlib/Extensions/String/String+Transformations.swift",
"SwiftStdlib/Extensions/String/String+Truncating.swift",
"SwiftStdlib/Extensions/StringProtocol+LongestCommonSuffix.swift",
"SwiftStdlib/KeyPaths/KeyPathFilter.swift",
"SwiftStdlib/KeyPaths/KeyPathValuePair/KeyPathBuildable.swift",
"SwiftStdlib/KeyPaths/KeyPathValuePair/KeyPathValueMapOperator.swift",
"SwiftStdlib/KeyPaths/KeyPathValuePair/KeyPathValuePair.swift",
"SwiftStdlib/KeyPaths/KeyPathValuePair/KeyPathValuePairAssignable.swift",
"SwiftStdlib/KeyPaths/KeyPathValuePair/KeyPathValuePairInitializable.swift",
"SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift",
"SwiftStdlib/Operators/ArithmeticOperators/PlusMinusOperator.swift",
"SwiftStdlib/Operators/ArithmeticOperators/SquareRootOperator.swift",
"SwiftStdlib/Operators/FunctionChainOperator.swift",
"SwiftStdlib/Operators/MapOperator/MapOperator.swift",
"SwiftStdlib/Operators/OptionalAssignmentOperators.swift",
"SwiftStdlib/Operators/TransformOperator/TransformErrorOperator.swift",
"SwiftStdlib/Operators/TransformOperator/TransformKeyPathToFunctionOperator.swift",
"Types/Pairs.swift",
"Types/Typealiases.swift",
"Utils/DebugUtils.swift",
"Utils/GlobalFunctions.swift",
"Utils/Logger.swift",
"Utils/ReadWriteLock.swift",
"Utils/StringUtils.swift",
"Utils/ThreadingUtils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.