The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-snapshot-testing, reference 1.18.3 (1be814), with Swift 6.0 for Linux on 1 Apr 2025 17:16:57 UTC.

Swift 6 data race errors: 9

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 1.18.3
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
 * tag               1.18.3     -> FETCH_HEAD
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 1.18.3
========================================
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-4606859-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/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.29s)
[1/69754] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.64s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.72s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5314] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.04s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.0 (3.71s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.99s)
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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
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
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 IssueReporting
<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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/75] Emitting module SwiftSyntax600
<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
[20/75] Compiling SwiftSyntax600 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
<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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/75] 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
<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-4606859-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/57] Compiling SwiftSyntax509 Empty.swift
[3/57] Emitting module SwiftSyntax510
[4/57] Compiling SwiftSyntax510 Empty.swift
[5/57] Emitting module SwiftSyntax509
[6/58] Emitting module SwiftSyntax600
[7/59] Compiling IssueReporting BreakpointReporter.swift
[8/59] Compiling IssueReporting FatalErrorReporter.swift
[9/61] Compiling SwiftSyntax600 Empty.swift
[13/62] Compiling IssueReporting TestContext.swift
[14/62] Compiling IssueReporting Unimplemented.swift
[15/62] Compiling IssueReporting WithExpectedIssue.swift
[16/62] Compiling IssueReporting WithIssueContext.swift
[17/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 |     }
[18/130] Compiling SwiftSyntax Convenience.swift
[19/130] Compiling SwiftSyntax CustomTraits.swift
[20/130] Compiling SwiftSyntax EditorPlaceholder.swift
[21/130] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[22/130] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[23/130] Compiling SwiftSyntax RawSyntaxTokenView.swift
[24/130] Compiling SwiftSyntax SourceEdit.swift
[25/130] Compiling SwiftSyntax SourceLength.swift
[26/130] Compiling SwiftSyntax SyntaxIdentifier.swift
[27/130] Compiling SwiftSyntax SyntaxNodeFactory.swift
[28/130] Compiling SwiftSyntax SyntaxNodeStructure.swift
[29/130] Compiling SwiftSyntax CommonAncestor.swift
[33/130] Compiling SwiftSyntax AbsolutePosition.swift
[34/130] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[35/130] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[36/130] Compiling SwiftSyntax Assert.swift
[37/130] Compiling SwiftSyntax BumpPtrAllocator.swift
[41/130] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[42/130] Compiling SwiftSyntax SyntaxChildren.swift
[46/130] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[47/130] Compiling SwiftSyntax Syntax.swift
[48/130] Compiling SwiftSyntax SyntaxArena.swift
[49/130] Emitting module IssueReporting
[50/131] Compiling SnapshotTesting UIImage.swift
[51/131] Compiling SnapshotTesting UIView.swift
[52/131] Compiling SnapshotTesting UIViewController.swift
[53/131] Compiling SnapshotTesting URLRequest.swift
[55/134] Compiling XCTestDynamicOverlay Exports.swift
[56/134] Emitting module XCTestDynamicOverlay
[57/134] Compiling XCTestDynamicOverlay Deprecations.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 |     }
/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 |     }
[62/135] Compiling SwiftSyntax SyntaxCollection.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 |     }
[63/135] Compiling SwiftSyntax SourceLocation.swift
[64/135] Compiling SwiftSyntax SourcePresence.swift
[67/135] Compiling SwiftSyntax SyntaxHashable.swift
[68/135] Compiling SwiftSyntax Identifier.swift
[69/135] Compiling SwiftSyntax MemoryLayout.swift
[70/135] Compiling SwiftSyntax MissingNodeInitializers.swift
[71/135] Compiling SwiftSyntax RawSyntax.swift
[82/172] Compiling CustomDump GameKit.swift
[83/172] Compiling CustomDump KeyPath.swift
[84/172] Compiling CustomDump Photos.swift
[85/172] Compiling CustomDump Speech.swift
[86/175] Compiling CustomDump CoreImage.swift
[87/175] Compiling CustomDump CoreLocation.swift
[88/175] Compiling CustomDump CoreMotion.swift
[89/175] Compiling CustomDump Foundation.swift
[90/175] Compiling CustomDump ExpectNoDifference.swift
[91/175] Compiling CustomDump AnyType.swift
[92/175] Compiling CustomDump CollectionDifference.swift
[93/175] Compiling CustomDump Identifiable.swift
[94/175] Compiling CustomDump Mirror.swift
[95/175] Compiling CustomDump String.swift
[96/175] Compiling CustomDump CustomDumpReflectable.swift
[97/175] Compiling CustomDump CustomDumpRepresentable.swift
[104/175] Compiling CustomDump Unordered.swift
[105/175] Compiling CustomDump Swift.swift
[106/175] Compiling CustomDump SwiftUI.swift
[107/175] Compiling CustomDump UIKit.swift
[108/175] Compiling CustomDump CustomDumpStringConvertible.swift
[109/175] Compiling CustomDump Diff.swift
[110/175] Compiling CustomDump Dump.swift
[111/175] Compiling CustomDump ExpectDifference.swift
[112/175] Compiling CustomDump UserNotifications.swift
[113/175] Compiling CustomDump UserNotificationsUI.swift
[115/175] Compiling CustomDump XCTAssertDifference.swift
[116/175] Compiling CustomDump XCTAssertNoDifference.swift
[117/175] Emitting module CustomDump
[126/175] Compiling CustomDump StoreKit.swift
[131/178] Emitting module SnapshotTestingCustomDump
[132/178] Compiling SnapshotTestingCustomDump CustomDump.swift
[134/179] Emitting module SwiftSyntax
[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
[144/179] Compiling SwiftSyntax SyntaxEnum.swift
[145/179] Compiling SwiftSyntax SyntaxKind.swift
[146/179] Compiling SwiftSyntax SyntaxRewriter.swift
[147/179] Compiling SwiftSyntax SyntaxTraits.swift
[148/179] Compiling SwiftSyntax SyntaxVisitor.swift
[149/179] Compiling SwiftSyntax TokenKind.swift
[150/179] Compiling SwiftSyntax Tokens.swift
[151/179] Compiling SwiftSyntax TriviaPieces.swift
[152/179] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[160/179] Compiling SwiftSyntax TokenSequence.swift
[161/179] Compiling SwiftSyntax TokenSyntax.swift
[162/179] Compiling SwiftSyntax Trivia.swift
[163/179] Compiling SwiftSyntax Utils.swift
[164/179] Compiling SwiftSyntax ChildNameForKeyPath.swift
[165/179] Compiling SwiftSyntax Keyword.swift
[166/179] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[167/179] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[168/179] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[169/179] Compiling SwiftSyntax SyntaxBaseNodes.swift
[170/179] Compiling SwiftSyntax SyntaxCollections.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 FixIt.swift
[182/239] Compiling SwiftDiagnostics Message.swift
[183/239] Compiling SwiftDiagnostics Note.swift
[184/239] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[185/239] Compiling SwiftParser CharacterInfo.swift
[186/239] Compiling SwiftParser CollectionNodes+Parsable.swift
[187/239] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[188/239] Compiling SwiftParser Attributes.swift
[189/239] Compiling SwiftParser Availability.swift
[190/239] Emitting module SwiftDiagnostics
[191/239] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[192/239] Compiling SwiftBasicFormat InferIndentation.swift
[193/239] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[194/239] Compiling SwiftBasicFormat Indenter.swift
[195/239] Compiling SwiftBasicFormat Syntax+Extensions.swift
[196/239] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[198/240] Compiling SwiftBasicFormat BasicFormat.swift
[199/240] Emitting module SwiftBasicFormat
[201/241] Compiling SwiftParser Modifiers.swift
[202/241] Compiling SwiftParser Names.swift
[203/241] Compiling SwiftParser Nominals.swift
[204/241] Compiling SwiftParser Parameters.swift
[205/241] Compiling SwiftParser ParseSourceFile.swift
[206/241] Compiling SwiftParser Parser.swift
[207/246] Emitting module SwiftParser
[208/246] Compiling SwiftParser LexemeSequence.swift
[209/246] Compiling SwiftParser Lexer.swift
[210/246] Compiling SwiftParser RegexLiteralLexer.swift
[211/246] Compiling SwiftParser UnicodeScalarExtensions.swift
[212/246] Compiling SwiftParser Lookahead.swift
[213/246] Compiling SwiftParser LoopProgressCondition.swift
[214/246] Compiling SwiftParser SwiftParserCompatibility.swift
[215/246] Compiling SwiftParser SwiftVersion.swift
[216/246] Compiling SwiftParser SyntaxUtils.swift
[217/246] Compiling SwiftParser TokenConsumer.swift
[218/246] Compiling SwiftParser TokenPrecedence.swift
[219/246] Compiling SwiftParser TokenSpec.swift
[220/246] Compiling SwiftParser TokenSpecSet.swift
[221/246] Compiling SwiftParser TopLevel.swift
[222/246] Compiling SwiftParser TriviaParser.swift
[223/246] Compiling SwiftParser Types.swift
[224/246] Compiling SwiftParser Patterns.swift
[225/246] Compiling SwiftParser Recovery.swift
[226/246] Compiling SwiftParser Specifiers.swift
[227/246] Compiling SwiftParser Statements.swift
[228/246] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[229/246] Compiling SwiftParser StringLiterals.swift
[234/246] Compiling SwiftParser Declarations.swift
[235/246] Compiling SwiftParser Directives.swift
[236/246] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[237/246] Compiling SwiftParser Expressions.swift
[238/246] Compiling SwiftParser IncrementalParseTransition.swift
[239/246] Compiling SwiftParser IsValidIdentifier.swift
[240/246] Compiling SwiftParser Cursor.swift
[241/246] Compiling SwiftParser Lexeme.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/261] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[250/261] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[251/261] Compiling SwiftParserDiagnostics Utils.swift
[252/261] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[253/261] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[254/261] Compiling SwiftParserDiagnostics PresenceUtils.swift
[255/261] Compiling SwiftParserDiagnostics MissingNodesError.swift
[256/261] Compiling SwiftParserDiagnostics MissingTokenError.swift
[257/261] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[258/261] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[259/261] Emitting module SwiftParserDiagnostics
[260/261] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[261/261] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[263/277] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[264/277] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[265/278] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[266/278] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[267/278] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[268/278] Compiling SwiftSyntaxBuilder Indenter.swift
[269/278] Compiling SwiftSyntaxBuilder ListBuilder.swift
[270/278] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[271/278] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[272/278] Emitting module SwiftSyntaxBuilder
[273/278] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[274/278] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[275/278] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[276/278] Compiling SwiftSyntaxBuilder BuildableNodes.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! (71.17s)
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.