Build Information
Successful build of swift-snapshot-testing, reference main (1be814
), with Swift 6.0 for Linux on 2 Apr 2025 00:18:23 UTC.
Swift 6 data race errors: 9
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-snapshot-testing.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/pointfreeco/swift-snapshot-testing
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1be8144 Support stable 6.1 in swift-syntax (#968)
Cloned https://github.com/pointfreeco/swift-snapshot-testing.git
Revision (git rev-parse @):
1be8144023c367c5de701a6313ed29a3a10bf59b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-snapshot-testing.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/pointfreeco/swift-snapshot-testing.git
https://github.com/pointfreeco/swift-snapshot-testing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "swift-snapshot-testing",
"name" : "swift-snapshot-testing",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SnapshotTesting",
"targets" : [
"SnapshotTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InlineSnapshotTesting",
"targets" : [
"InlineSnapshotTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SnapshotTestingCustomDump",
"targets" : [
"SnapshotTestingCustomDump"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SnapshotTestingTests",
"module_type" : "SwiftTarget",
"name" : "SnapshotTestingTests",
"path" : "Tests/SnapshotTestingTests",
"sources" : [
"AssertSnapshotSwiftTests.swift",
"DeprecationTests.swift",
"Internal/BaseSuite.swift",
"Internal/BaseTestCase.swift",
"Internal/TestHelpers.swift",
"RecordTests.swift",
"SnapshotTestingTests.swift",
"SnapshotsTraitTests.swift",
"SwiftTestingTests.swift",
"WaitTests.swift",
"WithSnapshotTestingTests.swift"
],
"target_dependencies" : [
"SnapshotTesting"
],
"type" : "test"
},
{
"c99name" : "SnapshotTestingCustomDump",
"module_type" : "SwiftTarget",
"name" : "SnapshotTestingCustomDump",
"path" : "Sources/SnapshotTestingCustomDump",
"product_dependencies" : [
"CustomDump"
],
"product_memberships" : [
"InlineSnapshotTesting",
"SnapshotTestingCustomDump"
],
"sources" : [
"CustomDump.swift"
],
"target_dependencies" : [
"SnapshotTesting"
],
"type" : "library"
},
{
"c99name" : "SnapshotTesting",
"module_type" : "SwiftTarget",
"name" : "SnapshotTesting",
"path" : "Sources/SnapshotTesting",
"product_memberships" : [
"SnapshotTesting",
"InlineSnapshotTesting",
"SnapshotTestingCustomDump"
],
"sources" : [
"AssertSnapshot.swift",
"Async.swift",
"Common/Internal.swift",
"Common/PlistEncoder.swift",
"Common/String+SpecialCharacters.swift",
"Common/View.swift",
"Common/XCTAttachment.swift",
"Diff.swift",
"Diffing.swift",
"Extensions/Wait.swift",
"Internal/Deprecations.swift",
"Internal/RecordIssue.swift",
"SnapshotTestingConfiguration.swift",
"SnapshotsTestTrait.swift",
"Snapshotting.swift",
"Snapshotting/Any.swift",
"Snapshotting/CALayer.swift",
"Snapshotting/CGPath.swift",
"Snapshotting/CaseIterable.swift",
"Snapshotting/Data.swift",
"Snapshotting/Encodable.swift",
"Snapshotting/NSBezierPath.swift",
"Snapshotting/NSImage.swift",
"Snapshotting/NSView.swift",
"Snapshotting/NSViewController.swift",
"Snapshotting/SceneKit.swift",
"Snapshotting/SpriteKit.swift",
"Snapshotting/String.swift",
"Snapshotting/SwiftUIView.swift",
"Snapshotting/UIBezierPath.swift",
"Snapshotting/UIImage.swift",
"Snapshotting/UIView.swift",
"Snapshotting/UIViewController.swift",
"Snapshotting/URLRequest.swift"
],
"type" : "library"
},
{
"c99name" : "InlineSnapshotTestingTests",
"module_type" : "SwiftTarget",
"name" : "InlineSnapshotTestingTests",
"path" : "Tests/InlineSnapshotTestingTests",
"sources" : [
"AssertInlineSnapshotSwiftTests.swift",
"CustomDumpTests.swift",
"InlineSnapshotTestingTests.swift",
"Internal/BaseSuite.swift",
"Internal/BaseTestCase.swift"
],
"target_dependencies" : [
"InlineSnapshotTesting"
],
"type" : "test"
},
{
"c99name" : "InlineSnapshotTesting",
"module_type" : "SwiftTarget",
"name" : "InlineSnapshotTesting",
"path" : "Sources/InlineSnapshotTesting",
"product_dependencies" : [
"SwiftParser",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"InlineSnapshotTesting"
],
"sources" : [
"AssertInlineSnapshot.swift",
"Exports.swift"
],
"target_dependencies" : [
"SnapshotTesting",
"SnapshotTestingCustomDump"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/74362] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (4.79s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.85s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.46s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5314] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.54s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.0 (2.13s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.50s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Building for debugging...
[0/17] Write sources
[15/17] Compiling _SwiftSyntaxCShims dummy.c
[16/17] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/73] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[19/73] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SnapshotTesting/Snapshotting/Any.swift:205:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
203 | }
204 | #else
205 | open var snapshotDescription: String {
| `- warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
206 | return purgePointers(self.debugDescription)
207 | }
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
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/Tests/InlineSnapshotTestingTests/InlineSnapshotTesting.xctestplan
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/32] Emitting module SwiftSyntax600
[3/33] Compiling SwiftSyntax600 Empty.swift
[4/58] Emitting module SwiftSyntax510
[5/58] Compiling SwiftSyntax510 Empty.swift
[6/59] Compiling SwiftSyntax509 Empty.swift
[9/59] Emitting module SwiftSyntax509
[11/60] Compiling IssueReporting TestContext.swift
[12/60] Compiling IssueReporting Unimplemented.swift
[13/126] Compiling SwiftSyntax SourceLocation.swift
[14/126] Compiling SwiftSyntax SourcePresence.swift
[15/126] Emitting module SnapshotTesting
/host/spi-builder-workspace/Sources/SnapshotTesting/Snapshotting/Any.swift:205:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
203 | }
204 | #else
205 | open var snapshotDescription: String {
| `- warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
206 | return purgePointers(self.debugDescription)
207 | }
[16/130] Compiling SwiftSyntax RawSyntax.swift
[17/130] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[18/130] Compiling SwiftSyntax SourceEdit.swift
[19/130] Compiling SwiftSyntax SourceLength.swift
[20/130] Compiling SwiftSyntax SyntaxArena.swift
[21/130] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[22/130] Compiling SwiftSyntax SyntaxChildren.swift
[23/130] Compiling SwiftSyntax SyntaxCollection.swift
[24/130] Compiling SwiftSyntax SyntaxHashable.swift
[25/130] Compiling SwiftSyntax SyntaxEnum.swift
[26/130] Compiling SwiftSyntax SyntaxKind.swift
[27/130] Compiling SwiftSyntax SyntaxRewriter.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/Snapshotting/Any.swift:205:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
203 | }
204 | #else
205 | open var snapshotDescription: String {
| `- warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
206 | return purgePointers(self.debugDescription)
207 | }
/host/spi-builder-workspace/Sources/SnapshotTesting/Snapshotting/Any.swift:205:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
203 | }
204 | #else
205 | open var snapshotDescription: String {
| `- warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
206 | return purgePointers(self.debugDescription)
207 | }
[30/130] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/Snapshotting/Any.swift:205:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
203 | }
204 | #else
205 | open var snapshotDescription: String {
| `- warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
206 | return purgePointers(self.debugDescription)
207 | }
[31/130] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/Snapshotting/Any.swift:205:5: warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
203 | }
204 | #else
205 | open var snapshotDescription: String {
| `- warning: non-'@objc' property in extensions cannot be overridden; use 'public' instead
206 | return purgePointers(self.debugDescription)
207 | }
[32/130] Compiling SwiftSyntax Convenience.swift
[33/130] Compiling SwiftSyntax CustomTraits.swift
[34/130] Compiling SwiftSyntax EditorPlaceholder.swift
[35/130] Compiling SwiftSyntax Assert.swift
[36/130] Compiling SwiftSyntax BumpPtrAllocator.swift
[37/130] Compiling SwiftSyntax CommonAncestor.swift
[38/130] Emitting module IssueReporting
[39/130] Compiling SwiftSyntax AbsolutePosition.swift
[40/130] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[41/130] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[42/130] Compiling SnapshotTesting UIImage.swift
[43/130] Compiling SnapshotTesting UIView.swift
[44/130] Compiling SnapshotTesting UIViewController.swift
[45/130] Compiling SnapshotTesting URLRequest.swift
[46/130] Compiling SwiftSyntax Identifier.swift
[47/130] Compiling SwiftSyntax MemoryLayout.swift
[48/130] Compiling SwiftSyntax MissingNodeInitializers.swift
[68/143] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[69/143] Compiling SwiftSyntax RawSyntaxTokenView.swift
[77/144] Compiling XCTestDynamicOverlay Exports.swift
[79/144] Emitting module XCTestDynamicOverlay
[80/144] Compiling XCTestDynamicOverlay Deprecations.swift
[91/172] Compiling CustomDump GameKit.swift
[92/172] Compiling CustomDump KeyPath.swift
[93/172] Compiling CustomDump Photos.swift
[94/172] Compiling CustomDump Speech.swift
[95/172] Compiling CustomDump StoreKit.swift
[96/172] Compiling CustomDump Swift.swift
[97/172] Compiling CustomDump SwiftUI.swift
[98/172] Compiling CustomDump UIKit.swift
[99/175] Compiling CustomDump CoreImage.swift
[100/175] Compiling CustomDump CoreLocation.swift
[101/175] Compiling CustomDump CoreMotion.swift
[102/175] Compiling CustomDump Foundation.swift
[103/175] Emitting module CustomDump
[104/175] Compiling CustomDump Identifiable.swift
[105/175] Compiling CustomDump Mirror.swift
[106/175] Compiling CustomDump String.swift
[107/175] Compiling CustomDump ExpectNoDifference.swift
[108/175] Compiling CustomDump AnyType.swift
[109/175] Compiling CustomDump CollectionDifference.swift
[110/175] Compiling CustomDump Unordered.swift
[111/175] Compiling CustomDump XCTAssertDifference.swift
[112/175] Compiling CustomDump XCTAssertNoDifference.swift
[113/175] Compiling CustomDump CustomDumpStringConvertible.swift
[114/175] Compiling CustomDump Diff.swift
[115/175] Compiling CustomDump Dump.swift
[116/175] Compiling CustomDump ExpectDifference.swift
[117/175] Compiling CustomDump UserNotifications.swift
[118/175] Compiling CustomDump UserNotificationsUI.swift
[119/175] Compiling CustomDump CustomDumpReflectable.swift
[120/175] Compiling CustomDump CustomDumpRepresentable.swift
[122/178] Emitting module SnapshotTestingCustomDump
[123/178] Compiling SnapshotTestingCustomDump CustomDump.swift
[125/179] Emitting module SwiftSyntax
[133/179] Compiling SwiftSyntax TriviaPieces.swift
[134/179] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[135/179] Compiling SwiftSyntax RawSyntaxNodesC.swift
[136/179] Compiling SwiftSyntax RawSyntaxNodesD.swift
[137/179] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[138/179] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[139/179] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[140/179] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[141/179] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[142/179] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[143/179] Compiling SwiftSyntax RawSyntaxValidation.swift
[153/179] Compiling SwiftSyntax Trivia.swift
[154/179] Compiling SwiftSyntax Utils.swift
[155/179] Compiling SwiftSyntax ChildNameForKeyPath.swift
[156/179] Compiling SwiftSyntax Keyword.swift
[157/179] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[158/179] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[159/179] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[160/179] Compiling SwiftSyntax SyntaxBaseNodes.swift
[161/179] Compiling SwiftSyntax SyntaxCollections.swift
[162/179] Compiling SwiftSyntax SyntaxIdentifier.swift
[163/179] Compiling SwiftSyntax SyntaxNodeFactory.swift
[164/179] Compiling SwiftSyntax SyntaxNodeStructure.swift
[165/179] Compiling SwiftSyntax SyntaxProtocol.swift
[166/179] Compiling SwiftSyntax SyntaxText.swift
[167/179] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[168/179] Compiling SwiftSyntax TokenDiagnostic.swift
[169/179] Compiling SwiftSyntax TokenSequence.swift
[170/179] Compiling SwiftSyntax TokenSyntax.swift
[171/179] Compiling SwiftSyntax SyntaxNodesAB.swift
[172/179] Compiling SwiftSyntax SyntaxNodesC.swift
[173/179] Compiling SwiftSyntax SyntaxNodesD.swift
[174/179] Compiling SwiftSyntax SyntaxNodesEF.swift
[175/179] Compiling SwiftSyntax SyntaxNodesGHI.swift
[176/179] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[177/179] Compiling SwiftSyntax SyntaxNodesOP.swift
[178/179] Compiling SwiftSyntax SyntaxNodesQRS.swift
[179/179] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[181/238] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[182/239] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[183/239] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[184/239] Compiling SwiftDiagnostics Message.swift
[185/239] Compiling SwiftParser CharacterInfo.swift
[186/239] Compiling SwiftParser CollectionNodes+Parsable.swift
[187/239] Compiling SwiftDiagnostics Note.swift
[188/239] Compiling SwiftBasicFormat Syntax+Extensions.swift
[189/239] Emitting module SwiftDiagnostics
[190/239] Compiling SwiftParser Attributes.swift
[191/239] Compiling SwiftParser Availability.swift
[192/239] Compiling SwiftBasicFormat Indenter.swift
[193/239] Compiling SwiftBasicFormat InferIndentation.swift
[194/239] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[195/239] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[196/239] Compiling SwiftDiagnostics FixIt.swift
[198/240] Compiling SwiftParser SwiftParserCompatibility.swift
[199/240] Compiling SwiftParser SwiftVersion.swift
[200/240] Compiling SwiftParser SyntaxUtils.swift
[201/240] Compiling SwiftParser TokenConsumer.swift
[202/240] Compiling SwiftParser TokenPrecedence.swift
[203/245] Compiling SwiftBasicFormat BasicFormat.swift
[204/245] Emitting module SwiftBasicFormat
[206/246] Emitting module SwiftParser
[207/246] Compiling SwiftParser TokenSpec.swift
[208/246] Compiling SwiftParser TokenSpecSet.swift
[209/246] Compiling SwiftParser TopLevel.swift
[210/246] Compiling SwiftParser TriviaParser.swift
[211/246] Compiling SwiftParser Types.swift
[212/246] Compiling SwiftParser Modifiers.swift
[213/246] Compiling SwiftParser Names.swift
[214/246] Compiling SwiftParser Nominals.swift
[215/246] Compiling SwiftParser Parameters.swift
[216/246] Compiling SwiftParser ParseSourceFile.swift
[217/246] Compiling SwiftParser Parser.swift
[218/246] Compiling SwiftParser Patterns.swift
[219/246] Compiling SwiftParser Recovery.swift
[220/246] Compiling SwiftParser Specifiers.swift
[221/246] Compiling SwiftParser Statements.swift
[222/246] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[223/246] Compiling SwiftParser StringLiterals.swift
[228/246] Compiling SwiftParser Declarations.swift
[229/246] Compiling SwiftParser Directives.swift
[230/246] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[231/246] Compiling SwiftParser Expressions.swift
[232/246] Compiling SwiftParser IncrementalParseTransition.swift
[233/246] Compiling SwiftParser IsValidIdentifier.swift
[234/246] Compiling SwiftParser Cursor.swift
[235/246] Compiling SwiftParser Lexeme.swift
[236/246] Compiling SwiftParser LexemeSequence.swift
[237/246] Compiling SwiftParser Lexer.swift
[238/246] Compiling SwiftParser RegexLiteralLexer.swift
[239/246] Compiling SwiftParser UnicodeScalarExtensions.swift
[240/246] Compiling SwiftParser Lookahead.swift
[241/246] Compiling SwiftParser LoopProgressCondition.swift
[242/246] Compiling SwiftParser ExperimentalFeatures.swift
[243/246] Compiling SwiftParser IsLexerClassified.swift
[244/246] Compiling SwiftParser LayoutNodes+Parsable.swift
[245/246] Compiling SwiftParser Parser+TokenSpecSet.swift
[246/246] Compiling SwiftParser TokenSpecStaticMembers.swift
[248/260] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[249/260] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[250/260] Compiling SwiftParserDiagnostics Utils.swift
[251/260] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[252/261] Emitting module SwiftParserDiagnostics
[253/261] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[254/261] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[255/261] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[256/261] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[257/261] Compiling SwiftParserDiagnostics PresenceUtils.swift
[258/261] Compiling SwiftParserDiagnostics MissingNodesError.swift
[259/261] Compiling SwiftParserDiagnostics MissingTokenError.swift
[260/261] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[261/261] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[263/277] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[264/277] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[265/278] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[266/278] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[267/278] Emitting module SwiftSyntaxBuilder
[268/278] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[269/278] Compiling SwiftSyntaxBuilder Indenter.swift
[270/278] Compiling SwiftSyntaxBuilder ListBuilder.swift
[271/278] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[272/278] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[273/278] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[274/278] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[275/278] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[276/278] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[277/278] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[278/278] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[280/282] Compiling InlineSnapshotTesting Exports.swift
[281/282] Compiling InlineSnapshotTesting AssertInlineSnapshot.swift
[282/282] Emitting module InlineSnapshotTesting
Build complete! (70.65s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "swift-snapshot-testing",
"name" : "swift-snapshot-testing",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SnapshotTesting",
"targets" : [
"SnapshotTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InlineSnapshotTesting",
"targets" : [
"InlineSnapshotTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SnapshotTestingCustomDump",
"targets" : [
"SnapshotTestingCustomDump"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SnapshotTestingTests",
"module_type" : "SwiftTarget",
"name" : "SnapshotTestingTests",
"path" : "Tests/SnapshotTestingTests",
"sources" : [
"AssertSnapshotSwiftTests.swift",
"DeprecationTests.swift",
"Internal/BaseSuite.swift",
"Internal/BaseTestCase.swift",
"Internal/TestHelpers.swift",
"RecordTests.swift",
"SnapshotTestingTests.swift",
"SnapshotsTraitTests.swift",
"SwiftTestingTests.swift",
"WaitTests.swift",
"WithSnapshotTestingTests.swift"
],
"target_dependencies" : [
"SnapshotTesting"
],
"type" : "test"
},
{
"c99name" : "SnapshotTestingCustomDump",
"module_type" : "SwiftTarget",
"name" : "SnapshotTestingCustomDump",
"path" : "Sources/SnapshotTestingCustomDump",
"product_dependencies" : [
"CustomDump"
],
"product_memberships" : [
"InlineSnapshotTesting",
"SnapshotTestingCustomDump"
],
"sources" : [
"CustomDump.swift"
],
"target_dependencies" : [
"SnapshotTesting"
],
"type" : "library"
},
{
"c99name" : "SnapshotTesting",
"module_type" : "SwiftTarget",
"name" : "SnapshotTesting",
"path" : "Sources/SnapshotTesting",
"product_memberships" : [
"SnapshotTesting",
"InlineSnapshotTesting",
"SnapshotTestingCustomDump"
],
"sources" : [
"AssertSnapshot.swift",
"Async.swift",
"Common/Internal.swift",
"Common/PlistEncoder.swift",
"Common/String+SpecialCharacters.swift",
"Common/View.swift",
"Common/XCTAttachment.swift",
"Diff.swift",
"Diffing.swift",
"Extensions/Wait.swift",
"Internal/Deprecations.swift",
"Internal/RecordIssue.swift",
"SnapshotTestingConfiguration.swift",
"SnapshotsTestTrait.swift",
"Snapshotting.swift",
"Snapshotting/Any.swift",
"Snapshotting/CALayer.swift",
"Snapshotting/CGPath.swift",
"Snapshotting/CaseIterable.swift",
"Snapshotting/Data.swift",
"Snapshotting/Encodable.swift",
"Snapshotting/NSBezierPath.swift",
"Snapshotting/NSImage.swift",
"Snapshotting/NSView.swift",
"Snapshotting/NSViewController.swift",
"Snapshotting/SceneKit.swift",
"Snapshotting/SpriteKit.swift",
"Snapshotting/String.swift",
"Snapshotting/SwiftUIView.swift",
"Snapshotting/UIBezierPath.swift",
"Snapshotting/UIImage.swift",
"Snapshotting/UIView.swift",
"Snapshotting/UIViewController.swift",
"Snapshotting/URLRequest.swift"
],
"type" : "library"
},
{
"c99name" : "InlineSnapshotTestingTests",
"module_type" : "SwiftTarget",
"name" : "InlineSnapshotTestingTests",
"path" : "Tests/InlineSnapshotTestingTests",
"sources" : [
"AssertInlineSnapshotSwiftTests.swift",
"CustomDumpTests.swift",
"InlineSnapshotTestingTests.swift",
"Internal/BaseSuite.swift",
"Internal/BaseTestCase.swift"
],
"target_dependencies" : [
"InlineSnapshotTesting"
],
"type" : "test"
},
{
"c99name" : "InlineSnapshotTesting",
"module_type" : "SwiftTarget",
"name" : "InlineSnapshotTesting",
"path" : "Sources/InlineSnapshotTesting",
"product_dependencies" : [
"SwiftParser",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"InlineSnapshotTesting"
],
"sources" : [
"AssertInlineSnapshot.swift",
"Exports.swift"
],
"target_dependencies" : [
"SnapshotTesting",
"SnapshotTestingCustomDump"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.