Build Information
Failed to build swift-xctesting, reference main (69e2b1
), with Swift 6.1 for Linux on 29 Apr 2025 00:05:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noahkamara/swift-xctesting.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/noahkamara/swift-xctesting
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 69e2b1f Update README.md
Cloned https://github.com/noahkamara/swift-xctesting.git
Revision (git rev-parse @):
69e2b1f8de342c150b9939a94b7e2687b2cf502e
SUCCESS checkout https://github.com/noahkamara/swift-xctesting.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/noahkamara/swift-xctesting.git
https://github.com/noahkamara/swift-xctesting.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-testing.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-xctesting",
"name" : "swift-xctesting",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "XCTesting",
"targets" : [
"XCTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XCTestingMacros",
"targets" : [
"XCTestingMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "XCTestingTests",
"module_type" : "SwiftTarget",
"name" : "XCTestingTests",
"path" : "Tests/XCTestingTests",
"product_dependencies" : [
"Testing"
],
"sources" : [
"FunctionTests.swift",
"SuiteTests.swift"
],
"target_dependencies" : [
"XCTesting"
],
"type" : "test"
},
{
"c99name" : "XCTestingMacros",
"module_type" : "SwiftTarget",
"name" : "XCTestingMacros",
"path" : "Sources/XCTestingMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"XCTesting",
"XCTestingMacros"
],
"sources" : [
"Utility/Diagnostics.swift",
"Utility/SuiteDeclaration.swift",
"XCTestingMacro/XCTestingMacro+Suite.swift",
"XCTestingMacro/XCTestingMacro+func.swift",
"XCTestingMacro/XCTestingMacro.swift",
"XCTestingPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "XCTesting",
"module_type" : "SwiftTarget",
"name" : "XCTesting",
"path" : "Sources/XCTesting",
"product_dependencies" : [
"Testing"
],
"product_memberships" : [
"XCTesting"
],
"sources" : [
"Internal/Test+ID.swift",
"Internal/UncheckedSendable.swift",
"Internal/XCTIssue.swift",
"Internal/XCTSourceCodeContext.swift",
"Public/Exports.swift",
"Public/TestScaffold.swift",
"Public/XCTesting+Macro.swift"
],
"target_dependencies" : [
"XCTestingMacros"
],
"type" : "library"
},
{
"c99name" : "MacrosTests",
"module_type" : "SwiftTarget",
"name" : "MacrosTests",
"path" : "Tests/MacrosTests",
"product_dependencies" : [
"MacroTesting",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"FunctionTests.swift",
"SuiteTests.swift",
"Utility.swift"
],
"target_dependencies" : [
"XCTestingMacros"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-testing.git
Fetching https://github.com/apple/swift-docc-plugin
[1/868] Fetching swift-macro-testing
[869/2917] Fetching swift-macro-testing, swift-docc-plugin
[1115/25110] Fetching swift-macro-testing, swift-docc-plugin, swift-testing
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.36s)
[6488/24242] Fetching swift-docc-plugin, swift-testing
Fetched https://github.com/apple/swift-docc-plugin from cache (0.37s)
[5327/22193] Fetching swift-testing
[22194/92438] Fetching swift-testing, swift-syntax
Fetched https://github.com/apple/swift-testing.git from cache (3.82s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.86s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (5.83s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.81s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.5.1 (0.45s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.2 (0.44s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.57s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (2.00s)
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.24s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.65s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.61s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.03s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.2
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.5.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/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-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/43] Write sources
[20/43] Compiling TestingInternals WillThrow.cpp
[22/43] Write swift-version-24593BA9C3E375BF.txt
[22/43] Compiling TestingInternals Discovery.cpp
[26/45] Compiling SwiftSyntax509 Empty.swift
[27/45] Emitting module SwiftSyntax509
[28/46] Wrapping AST for SwiftSyntax509 for debugging
[30/91] Compiling SwiftSyntax AbsolutePosition.swift
[31/91] Compiling SwiftSyntax Assert.swift
[32/91] Compiling SwiftSyntax BumpPtrAllocator.swift
[33/91] Compiling SwiftSyntax CommonAncestor.swift
[34/91] Compiling SwiftSyntax Convenience.swift
[35/91] Compiling SwiftSyntax MemoryLayout.swift
[36/91] Compiling SwiftSyntax MissingNodeInitializers.swift
[37/97] Compiling SwiftSyntax RawSyntax.swift
[38/97] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[39/97] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[40/97] Compiling SwiftSyntax RawSyntaxTokenView.swift
[41/97] Compiling SwiftSyntax SourceLength.swift
[42/97] Compiling SwiftSyntax SourceLocation.swift
[43/97] Compiling SwiftSyntax SourcePresence.swift
[44/97] Emitting module SwiftSyntax
[45/97] Compiling SwiftSyntax ChildNameForKeyPath.swift
[46/97] Compiling SwiftSyntax Keyword.swift
[47/97] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[48/97] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[49/97] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[50/97] Compiling SwiftSyntax SyntaxBaseNodes.swift
[51/97] Compiling SwiftSyntax SyntaxCollections.swift
[52/97] Compiling SwiftSyntax SyntaxEnum.swift
[53/97] Compiling SwiftSyntax SyntaxKind.swift
[54/97] Compiling SwiftSyntax SyntaxRewriter.swift
[55/97] Compiling SwiftSyntax SyntaxTraits.swift
[56/97] Compiling SwiftSyntax SyntaxTransform.swift
[57/97] Compiling SwiftSyntax SyntaxDeclNodes.swift
[58/97] Compiling SwiftSyntax SyntaxExprNodes.swift
[59/97] Compiling SwiftSyntax SyntaxNodes.swift
[60/97] Compiling SwiftSyntax SyntaxPatternNodes.swift
[61/97] Compiling SwiftSyntax SyntaxStmtNodes.swift
[62/97] Compiling SwiftSyntax SyntaxTypeNodes.swift
[63/97] Compiling SwiftSyntax SyntaxText.swift
[64/97] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[65/97] Compiling SwiftSyntax TokenDiagnostic.swift
[66/97] Compiling SwiftSyntax TokenSyntax.swift
[67/97] Compiling SwiftSyntax Trivia.swift
[68/97] Compiling SwiftSyntax Utils.swift
[69/97] Compiling SwiftSyntax SyntaxVisitor.swift
[70/97] Compiling SwiftSyntax TokenKind.swift
[71/97] Compiling SwiftSyntax Tokens.swift
[72/97] Compiling SwiftSyntax TriviaPieces.swift
[73/97] Compiling SwiftSyntax RawSyntaxNodes.swift
[74/97] Compiling SwiftSyntax RawSyntaxValidation.swift
[75/97] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[76/97] Compiling SwiftSyntax Syntax.swift
[77/97] Compiling SwiftSyntax SyntaxArena.swift
[78/97] Compiling SwiftSyntax SyntaxChildren.swift
[79/97] Compiling SwiftSyntax SyntaxCollection.swift
[80/97] Compiling SwiftSyntax SyntaxData.swift
[81/98] Wrapping AST for SwiftSyntax for debugging
[83/149] Emitting module SwiftDiagnostics
[84/149] Compiling SwiftDiagnostics Message.swift
[85/149] Compiling SwiftDiagnostics Note.swift
[86/149] Compiling SwiftBasicFormat Syntax+Extensions.swift
[87/149] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[88/149] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[89/149] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[90/149] Compiling SwiftDiagnostics FixIt.swift
[91/149] Emitting module SwiftBasicFormat
[92/149] Compiling SwiftBasicFormat BasicFormat.swift
[94/150] Compiling SwiftDiagnostics Diagnostic.swift
[95/150] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[96/150] Compiling SwiftDiagnostics Convenience.swift
[96/151] Wrapping AST for SwiftBasicFormat for debugging
[98/151] Wrapping AST for SwiftDiagnostics for debugging
[100/151] Emitting module SwiftParser
[101/156] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[102/156] Compiling SwiftParser StringLiterals.swift
[103/156] Compiling SwiftParser SwiftParserCompatibility.swift
[104/156] Compiling SwiftParser SyntaxUtils.swift
[105/156] Compiling SwiftParser TokenConsumer.swift
[106/156] Compiling SwiftParser TokenPrecedence.swift
[107/156] Compiling SwiftParser TokenSpec.swift
[108/156] Compiling SwiftParser TokenSpecSet.swift
[109/156] Compiling SwiftParser TopLevel.swift
[110/156] Compiling SwiftParser TriviaParser.swift
[111/156] Compiling SwiftParser Modifiers.swift
[112/156] Compiling SwiftParser Names.swift
[113/156] Compiling SwiftParser Nominals.swift
[114/156] Compiling SwiftParser Parameters.swift
[115/156] Compiling SwiftParser ParseSourceFile.swift
[116/156] Compiling SwiftParser Lexer.swift
[117/156] Compiling SwiftParser RegexLiteralLexer.swift
[118/156] Compiling SwiftParser UnicodeScalarExtensions.swift
[119/156] Compiling SwiftParser Lookahead.swift
[120/156] Compiling SwiftParser LoopProgressCondition.swift
[121/156] Compiling SwiftParser Parser.swift
[122/156] Compiling SwiftParser Patterns.swift
[123/156] Compiling SwiftParser Recovery.swift
[124/156] Compiling SwiftParser Specifiers.swift
[125/156] Compiling SwiftParser Statements.swift
[126/156] Compiling SwiftParser Attributes.swift
[127/156] Compiling SwiftParser Availability.swift
[128/156] Compiling SwiftParser CharacterInfo.swift
[129/156] Compiling SwiftParser CollectionNodes+Parsable.swift
[130/156] Compiling SwiftParser Declarations.swift
[131/156] Compiling SwiftParser Directives.swift
[132/156] Compiling SwiftParser ExperimentalFeatures.swift
[133/156] Compiling SwiftParser Expressions.swift
[134/156] Compiling SwiftParser IncrementalParseTransition.swift
[135/156] Compiling SwiftParser Cursor.swift
[136/156] Compiling SwiftParser Lexeme.swift
[137/156] Compiling SwiftParser LexemeSequence.swift
[138/156] Compiling SwiftParser Types.swift
[139/156] Compiling SwiftParser IsLexerClassified.swift
[140/156] Compiling SwiftParser LayoutNodes+Parsable.swift
[141/156] Compiling SwiftParser Parser+TokenSpecSet.swift
[142/156] Compiling SwiftParser TokenSpecStaticMembers.swift
[143/157] Wrapping AST for SwiftParser for debugging
[145/180] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[146/181] Compiling SwiftOperators PrecedenceGroup.swift
[147/182] Compiling SwiftOperators PrecedenceGraph.swift
[148/182] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[149/182] Compiling SwiftOperators OperatorTable.swift
[150/182] Compiling SwiftOperators OperatorTable+Semantics.swift
[151/182] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[152/182] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[153/182] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[154/182] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[155/182] Emitting module SwiftOperators
[156/182] Compiling SwiftOperators OperatorTable+Folding.swift
[157/182] Compiling SwiftOperators SyntaxSynthesis.swift
[159/183] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[160/183] Compiling SwiftParserDiagnostics Utils.swift
[161/183] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[162/183] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[163/183] Compiling SwiftParserDiagnostics PresenceUtils.swift
[163/183] Wrapping AST for SwiftOperators for debugging
[167/183] Compiling SwiftParserDiagnostics MissingNodesError.swift
[168/183] Compiling SwiftParserDiagnostics MissingTokenError.swift
[169/183] Emitting module SwiftParserDiagnostics
[172/184] Wrapping AST for SwiftParserDiagnostics for debugging
[174/198] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[175/198] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[176/199] Compiling SwiftSyntaxBuilder Indenter.swift
[177/199] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[178/199] Emitting module SwiftSyntaxBuilder
[179/199] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[180/199] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[181/199] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[182/199] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[183/199] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[184/199] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[185/199] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[186/199] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[187/199] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[188/199] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[189/200] Wrapping AST for SwiftSyntaxBuilder for debugging
[191/214] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[192/214] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[193/215] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[194/215] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[195/215] Compiling SwiftSyntaxMacros AccessorMacro.swift
[196/215] Compiling SwiftSyntaxMacros AttachedMacro.swift
[197/215] Compiling SwiftSyntaxMacros Macro.swift
[198/215] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[199/215] Compiling SwiftSyntaxMacros MemberMacro.swift
[200/215] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[201/215] Compiling SwiftSyntaxMacros Macro+Format.swift
[202/215] Compiling SwiftSyntaxMacros PeerMacro.swift
[203/215] Emitting module SwiftSyntaxMacros
[204/215] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[205/215] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[206/216] Wrapping AST for SwiftSyntaxMacros for debugging
[208/224] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[209/224] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[210/224] Emitting module SwiftSyntaxMacroExpansion
[211/224] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[212/224] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[213/224] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[214/224] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[215/224] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[216/225] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[218/232] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[219/232] Emitting module SwiftCompilerPluginMessageHandling
[220/232] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[221/232] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[222/232] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[223/232] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[224/232] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[225/233] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[227/235] Emitting module SwiftCompilerPlugin
[228/235] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[229/236] Wrapping AST for SwiftCompilerPlugin for debugging
[231/264] Compiling XCTestingMacros XCTestingPlugin.swift
[232/264] Compiling XCTestingMacros XCTestingMacro+func.swift
[233/264] Compiling XCTestingMacros XCTestingMacro+Suite.swift
[234/264] Compiling XCTestingMacros SuiteDeclaration.swift
[235/264] Compiling XCTestingMacros XCTestingMacro.swift
[236/264] Compiling TestingMacros TagConstraints.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/264] Compiling TestingMacros TagMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/266] Emitting module XCTestingMacros
/host/spi-builder-workspace/Sources/XCTestingMacros/Utility/Diagnostics.swift:10:9: warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
8 | let message: String
9 | /// The unique diagnostic id (should be the same for all diagnostics produced by the same codepath).
10 | let diagnosticID: MessageID
| `- warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
11 | /// The diagnostic's severity.
12 | let severity: DiagnosticSeverity
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftDiagnostics/Message.swift:19:15: note: struct 'MessageID' does not conform to the 'Sendable' protocol
17 | /// same wording. Eg. it’s possible that the message contains more context when
18 | /// available.
19 | public struct MessageID: Hashable {
| `- note: struct 'MessageID' does not conform to the 'Sendable' protocol
20 | private let domain: String
21 | private let id: String
/host/spi-builder-workspace/Sources/XCTestingMacros/Utility/Diagnostics.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
1 | import Foundation
2 | import SwiftDiagnostics
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
3 | import SwiftSyntax
4 |
/host/spi-builder-workspace/Sources/XCTestingMacros/Utility/Diagnostics.swift:12:9: warning: stored property 'severity' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
10 | let diagnosticID: MessageID
11 | /// The diagnostic's severity.
12 | let severity: DiagnosticSeverity
| `- warning: stored property 'severity' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
13 |
14 | /// Creates a new diagnostic message.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftDiagnostics/Message.swift:29:13: note: enum 'DiagnosticSeverity' does not conform to the 'Sendable' protocol
27 | }
28 |
29 | public enum DiagnosticSeverity {
| `- note: enum 'DiagnosticSeverity' does not conform to the 'Sendable' protocol
30 | case error
31 | case warning
/host/spi-builder-workspace/Sources/XCTestingMacros/Utility/Diagnostics.swift:165:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
163 |
164 | struct DiagnosticError: Error {
165 | let diagnostic: Diagnostic
| `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
166 | }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftDiagnostics/Diagnostic.swift:15:15: note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
13 | import SwiftSyntax
14 |
15 | public struct Diagnostic: CustomDebugStringConvertible {
| `- note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
16 | /// The message that should be displayed to the user
17 | public let diagMessage: DiagnosticMessage
[239/266] Compiling XCTestingMacros Diagnostics.swift
/host/spi-builder-workspace/Sources/XCTestingMacros/Utility/Diagnostics.swift:10:9: warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
8 | let message: String
9 | /// The unique diagnostic id (should be the same for all diagnostics produced by the same codepath).
10 | let diagnosticID: MessageID
| `- warning: stored property 'diagnosticID' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'MessageID'; this is an error in the Swift 6 language mode
11 | /// The diagnostic's severity.
12 | let severity: DiagnosticSeverity
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftDiagnostics/Message.swift:19:15: note: struct 'MessageID' does not conform to the 'Sendable' protocol
17 | /// same wording. Eg. it’s possible that the message contains more context when
18 | /// available.
19 | public struct MessageID: Hashable {
| `- note: struct 'MessageID' does not conform to the 'Sendable' protocol
20 | private let domain: String
21 | private let id: String
/host/spi-builder-workspace/Sources/XCTestingMacros/Utility/Diagnostics.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
1 | import Foundation
2 | import SwiftDiagnostics
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
3 | import SwiftSyntax
4 |
/host/spi-builder-workspace/Sources/XCTestingMacros/Utility/Diagnostics.swift:12:9: warning: stored property 'severity' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
10 | let diagnosticID: MessageID
11 | /// The diagnostic's severity.
12 | let severity: DiagnosticSeverity
| `- warning: stored property 'severity' of 'Sendable'-conforming struct 'SimpleDiagnosticMessage' has non-sendable type 'DiagnosticSeverity'; this is an error in the Swift 6 language mode
13 |
14 | /// Creates a new diagnostic message.
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftDiagnostics/Message.swift:29:13: note: enum 'DiagnosticSeverity' does not conform to the 'Sendable' protocol
27 | }
28 |
29 | public enum DiagnosticSeverity {
| `- note: enum 'DiagnosticSeverity' does not conform to the 'Sendable' protocol
30 | case error
31 | case warning
/host/spi-builder-workspace/Sources/XCTestingMacros/Utility/Diagnostics.swift:165:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
163 |
164 | struct DiagnosticError: Error {
165 | let diagnostic: Diagnostic
| `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
166 | }
167 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftDiagnostics/Diagnostic.swift:15:15: note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
13 | import SwiftSyntax
14 |
15 | public struct Diagnostic: CustomDebugStringConvertible {
| `- note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
16 | /// The message that should be displayed to the user
17 | public let diagMessage: DiagnosticMessage
[241/267] Compiling TestingMacros DiagnosticMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[242/267] Compiling TestingMacros SourceCodeCapturing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/267] Compiling TestingMacros SourceLocationGeneration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/267] Compiling TestingMacros ConditionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/267] Compiling TestingMacros SuiteDeclarationMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/267] Compiling TestingMacros DeclGroupSyntaxAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/267] Wrapping AST for XCTestingMacros for debugging
[247/267] Write Objects.LinkFileList
[249/267] Compiling TestingMacros TypeSyntaxProtocolAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/267] Compiling TestingMacros VersionTupleSyntaxAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[251/267] Compiling TestingMacros WithAttributesSyntaxAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[252/267] Compiling TestingMacros Argument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[253/267] Compiling TestingMacros AttributeDiscovery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/267] Compiling TestingMacros AvailabilityGuards.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/267] Compiling TestingMacros TestDeclarationMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[256/267] Compiling TestingMacros TestingMacrosMain.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/267] Emitting module TestingMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[258/267] Compiling TestingMacros FunctionDeclSyntaxAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/267] Compiling TestingMacros TokenSyntaxAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/267] Compiling TestingMacros TriviaPieceAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/267] Compiling TestingMacros CRC32.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/267] Compiling TestingMacros CommentParsing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[263/267] Compiling TestingMacros ConditionArgumentParsing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[264/268] Wrapping AST for TestingMacros for debugging
[265/268] Write Objects.LinkFileList
[266/268] Linking XCTestingMacros-tool
[267/268] Linking TestingMacros-tool
[269/392] Compiling Testing Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[270/392] Compiling Testing Bug.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[271/392] Compiling Testing Comment+Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[272/392] Compiling Testing Versions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[273/392] Compiling Testing Test+Discovery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[274/392] Compiling Testing Test+Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[275/392] Compiling Testing Test.ID.Selection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[276/392] Compiling Testing Test.ID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[277/400] Compiling Testing ExpectationChecking+Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[278/400] Compiling Testing Confirmation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[279/400] Compiling Testing Issue+Recording.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[280/400] Compiling Testing Issue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[281/400] Compiling Testing KnownIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[282/400] Compiling Testing CustomTestArgumentEncodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[283/400] Compiling Testing Test.Case.Generator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[284/400] Compiling Testing Test.Case.ID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[285/400] Compiling Testing Test.Case.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[286/400] Compiling Testing CollectionDifferenceAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[287/400] Compiling Testing CommandLineAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[288/400] Compiling Testing NumericAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[289/400] Compiling Testing ResultAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[290/400] Compiling Testing TypeAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[291/400] Compiling Testing CError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[292/400] Compiling Testing CartesianProduct.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[293/400] Compiling Testing Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[294/400] Compiling Testing FileHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[295/408] Emitting module Testing
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[297/408] Compiling Testing XCTestScaffold.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[298/408] Compiling Testing Backtrace.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[299/408] Compiling Testing CustomTestStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[300/408] Compiling Testing Expression+Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[301/408] Compiling Testing Expression.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[302/408] Compiling Testing SourceContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[303/408] Compiling Testing SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[304/408] Compiling Testing ArrayAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[305/408] Compiling Testing SerialTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[306/408] Compiling Testing Tag+Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[307/408] Compiling Testing Tag.Color+Loading.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[308/408] Compiling Testing Tag.Color.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[309/408] Compiling Testing Tag.List.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[310/408] Compiling Testing Tag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[311/408] Compiling Testing TimeLimitTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[312/408] Compiling Testing Trait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[313/408] Compiling Testing SkipInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[331/408] Compiling Testing Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[332/408] Compiling Testing Bug.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[333/408] Compiling Testing Comment+Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[334/408] Compiling Testing Comment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[335/408] Compiling Testing ConditionTrait+Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[336/408] Compiling Testing ConditionTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[337/408] Compiling Testing HiddenTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[338/408] Compiling Testing SPIAwareTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[364/408] Compiling Testing ExpectationChecking+Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[365/408] Compiling Testing Confirmation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[366/408] Compiling Testing Issue+Recording.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[367/408] Compiling Testing Issue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[368/408] Compiling Testing KnownIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[369/408] Compiling Testing CustomTestArgumentEncodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[370/408] Compiling Testing Test.Case.Generator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[371/408] Compiling Testing Test.Case.ID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[372/408] Compiling Testing Test.Case.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[373/408] Compiling Testing Clock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[374/408] Compiling Testing Event.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[375/408] Compiling Testing Event.ConsoleOutputRecorder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[376/408] Compiling Testing Event.HumanReadableOutputRecorder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[377/408] Compiling Testing Event.JUnitXMLRecorder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[378/408] Compiling Testing Event.Symbol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[379/408] Compiling Testing TimeValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[380/408] Compiling Testing Expectation+Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[381/408] Compiling Testing Expectation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' 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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/21] Write swift-version-24593BA9C3E375BF.txt
[4/23] Emitting module SwiftSyntax509
[5/23] Compiling SwiftSyntax509 Empty.swift
[7/68] Compiling SwiftSyntax AbsolutePosition.swift
[8/68] Compiling SwiftSyntax Assert.swift
[9/68] Compiling SwiftSyntax BumpPtrAllocator.swift
[10/68] Compiling SwiftSyntax CommonAncestor.swift
[11/68] Compiling SwiftSyntax Convenience.swift
[12/68] Compiling SwiftSyntax MemoryLayout.swift
[13/68] Compiling SwiftSyntax MissingNodeInitializers.swift
[14/74] Compiling SwiftSyntax RawSyntax.swift
[15/74] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[16/74] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[17/74] Compiling SwiftSyntax RawSyntaxTokenView.swift
[18/74] Compiling SwiftSyntax SourceLength.swift
[19/74] Compiling SwiftSyntax SourceLocation.swift
[20/74] Compiling SwiftSyntax SourcePresence.swift
[21/74] Emitting module SwiftSyntax
[22/74] Compiling SwiftSyntax SyntaxText.swift
[23/74] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[24/74] Compiling SwiftSyntax TokenDiagnostic.swift
[25/74] Compiling SwiftSyntax TokenSyntax.swift
[26/74] Compiling SwiftSyntax Trivia.swift
[27/74] Compiling SwiftSyntax Utils.swift
[28/74] Compiling SwiftSyntax ChildNameForKeyPath.swift
[29/74] Compiling SwiftSyntax Keyword.swift
[30/74] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[31/74] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[32/74] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[33/74] Compiling SwiftSyntax SyntaxBaseNodes.swift
[34/74] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[35/74] Compiling SwiftSyntax Syntax.swift
[36/74] Compiling SwiftSyntax SyntaxArena.swift
[37/74] Compiling SwiftSyntax SyntaxChildren.swift
[38/74] Compiling SwiftSyntax SyntaxCollection.swift
[39/74] Compiling SwiftSyntax SyntaxData.swift
[40/74] Compiling SwiftSyntax SyntaxCollections.swift
[41/74] Compiling SwiftSyntax SyntaxEnum.swift
[42/74] Compiling SwiftSyntax SyntaxKind.swift
[43/74] Compiling SwiftSyntax SyntaxRewriter.swift
[44/74] Compiling SwiftSyntax SyntaxTraits.swift
[45/74] Compiling SwiftSyntax SyntaxTransform.swift
[46/74] Compiling SwiftSyntax SyntaxDeclNodes.swift
[47/74] Compiling SwiftSyntax SyntaxExprNodes.swift
[48/74] Compiling SwiftSyntax SyntaxNodes.swift
[49/74] Compiling SwiftSyntax SyntaxPatternNodes.swift
[50/74] Compiling SwiftSyntax SyntaxStmtNodes.swift
[51/74] Compiling SwiftSyntax SyntaxTypeNodes.swift
[52/74] Compiling SwiftSyntax SyntaxVisitor.swift
[53/74] Compiling SwiftSyntax TokenKind.swift
[54/74] Compiling SwiftSyntax Tokens.swift
[55/74] Compiling SwiftSyntax TriviaPieces.swift
[56/74] Compiling SwiftSyntax RawSyntaxNodes.swift
[57/74] Compiling SwiftSyntax RawSyntaxValidation.swift
[59/94] Emitting module SwiftDiagnostics
[60/125] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[61/125] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[62/125] Compiling SwiftDiagnostics Diagnostic.swift
[63/125] Compiling SwiftDiagnostics Convenience.swift
[64/125] Compiling SwiftDiagnostics Message.swift
[65/125] Compiling SwiftDiagnostics Note.swift
[66/125] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[67/125] Compiling SwiftDiagnostics FixIt.swift
[68/125] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[70/125] Compiling SwiftBasicFormat Syntax+Extensions.swift
[71/125] Compiling SwiftBasicFormat BasicFormat.swift
[72/125] Emitting module SwiftBasicFormat
[74/126] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[75/126] Compiling SwiftParser StringLiterals.swift
[76/126] Compiling SwiftParser SwiftParserCompatibility.swift
[77/126] Compiling SwiftParser SyntaxUtils.swift
[78/126] Compiling SwiftParser TokenConsumer.swift
[79/130] Compiling SwiftParser Modifiers.swift
[80/130] Compiling SwiftParser Names.swift
[81/130] Compiling SwiftParser Nominals.swift
[82/130] Compiling SwiftParser Parameters.swift
[83/130] Compiling SwiftParser ParseSourceFile.swift
[84/130] Compiling SwiftParser Lexer.swift
[85/130] Compiling SwiftParser RegexLiteralLexer.swift
[86/130] Compiling SwiftParser UnicodeScalarExtensions.swift
[87/130] Compiling SwiftParser Lookahead.swift
[88/130] Compiling SwiftParser LoopProgressCondition.swift
[89/130] Emitting module SwiftParser
[90/130] Compiling SwiftParser TokenPrecedence.swift
[91/130] Compiling SwiftParser TokenSpec.swift
[92/130] Compiling SwiftParser TokenSpecSet.swift
[93/130] Compiling SwiftParser TopLevel.swift
[94/130] Compiling SwiftParser TriviaParser.swift
[95/130] Compiling SwiftParser Parser.swift
[96/130] Compiling SwiftParser Patterns.swift
[97/130] Compiling SwiftParser Recovery.swift
[98/130] Compiling SwiftParser Specifiers.swift
[99/130] Compiling SwiftParser Statements.swift
[100/130] Compiling SwiftParser Types.swift
[101/130] Compiling SwiftParser IsLexerClassified.swift
[102/130] Compiling SwiftParser LayoutNodes+Parsable.swift
[103/130] Compiling SwiftParser Parser+TokenSpecSet.swift
[104/130] Compiling SwiftParser TokenSpecStaticMembers.swift
[105/130] Compiling SwiftParser ExperimentalFeatures.swift
[106/130] Compiling SwiftParser Expressions.swift
[107/130] Compiling SwiftParser IncrementalParseTransition.swift
[108/130] Compiling SwiftParser Cursor.swift
[109/130] Compiling SwiftParser Lexeme.swift
[110/130] Compiling SwiftParser LexemeSequence.swift
[111/130] Compiling SwiftParser Attributes.swift
[112/130] Compiling SwiftParser Availability.swift
[113/130] Compiling SwiftParser CharacterInfo.swift
[114/130] Compiling SwiftParser CollectionNodes+Parsable.swift
[115/130] Compiling SwiftParser Declarations.swift
[116/130] Compiling SwiftParser Directives.swift
[117/131] Wrapping AST for SwiftParser for debugging
[119/154] Compiling SwiftOperators PrecedenceGroup.swift
[120/154] Compiling SwiftOperators PrecedenceGraph.swift
[121/155] Compiling SwiftOperators OperatorTable+Folding.swift
[122/155] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[123/156] Compiling SwiftParserDiagnostics MissingNodesError.swift
[124/156] Compiling SwiftParserDiagnostics MissingTokenError.swift
[125/156] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[126/156] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[127/156] Emitting module SwiftOperators
[128/156] Compiling SwiftOperators OperatorTable.swift
[129/156] Compiling SwiftOperators OperatorTable+Semantics.swift
[130/156] Compiling SwiftOperators SyntaxSynthesis.swift
[132/157] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[133/157] Emitting module SwiftParserDiagnostics
[133/157] Wrapping AST for SwiftOperators for debugging
[135/157] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[136/157] Compiling SwiftParserDiagnostics Utils.swift
[137/157] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[140/157] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[141/157] Compiling SwiftParserDiagnostics PresenceUtils.swift
[144/157] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[145/157] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[146/158] Wrapping AST for SwiftParserDiagnostics for debugging
[148/172] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[149/172] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[150/173] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[151/173] Compiling SwiftSyntaxBuilder Indenter.swift
[152/173] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[153/173] Emitting module SwiftSyntaxBuilder
[154/173] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[155/173] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[156/173] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[157/173] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[158/173] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[159/173] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[160/173] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[161/173] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[162/173] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[163/174] Wrapping AST for SwiftSyntaxBuilder for debugging
[165/188] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[166/188] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[167/189] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[168/189] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[169/189] Compiling SwiftSyntaxMacros Macro.swift
[170/189] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[171/189] Compiling SwiftSyntaxMacros AccessorMacro.swift
[172/189] Compiling SwiftSyntaxMacros AttachedMacro.swift
[173/189] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[174/189] Compiling SwiftSyntaxMacros Macro+Format.swift
[175/189] Compiling SwiftSyntaxMacros MemberMacro.swift
[176/189] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[177/189] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[178/189] Emitting module SwiftSyntaxMacros
[179/189] Compiling SwiftSyntaxMacros PeerMacro.swift
[181/197] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[182/197] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[183/197] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[184/197] Emitting module SwiftSyntaxMacroExpansion
[185/197] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[186/197] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[187/197] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[188/197] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[189/198] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[191/205] Emitting module SwiftCompilerPluginMessageHandling
[192/205] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[193/205] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[194/205] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[195/205] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[196/205] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[197/205] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[199/207] Emitting module SwiftCompilerPlugin
[200/207] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[201/208] Wrapping AST for SwiftCompilerPlugin for debugging
[203/236] Compiling XCTestingMacros XCTestingPlugin.swift
[204/236] Compiling XCTestingMacros XCTestingMacro+Suite.swift
[205/236] Compiling XCTestingMacros SuiteDeclaration.swift
[206/236] Emitting module XCTestingMacros
[207/236] Compiling XCTestingMacros XCTestingMacro+func.swift
[208/236] Compiling XCTestingMacros XCTestingMacro.swift
[209/236] Compiling XCTestingMacros Diagnostics.swift
[211/237] Compiling TestingMacros DiagnosticMessage.swift
[212/237] Compiling TestingMacros SourceCodeCapturing.swift
[213/237] Compiling TestingMacros SourceLocationGeneration.swift
[214/237] Compiling TestingMacros TagConstraints.swift
[215/237] Compiling TestingMacros TagMacro.swift
[216/239] Compiling TestingMacros ConditionMacro.swift
[217/239] Compiling TestingMacros SuiteDeclarationMacro.swift
[218/239] Compiling TestingMacros DeclGroupSyntaxAdditions.swift
[218/239] Wrapping AST for XCTestingMacros for debugging
[219/239] Write Objects.LinkFileList
[221/239] Compiling TestingMacros TypeSyntaxProtocolAdditions.swift
[222/239] Compiling TestingMacros VersionTupleSyntaxAdditions.swift
[223/239] Compiling TestingMacros WithAttributesSyntaxAdditions.swift
[224/239] Compiling TestingMacros TestDeclarationMacro.swift
[225/239] Compiling TestingMacros TestingMacrosMain.swift
[226/239] Compiling TestingMacros Argument.swift
[227/239] Compiling TestingMacros AttributeDiscovery.swift
[228/239] Compiling TestingMacros AvailabilityGuards.swift
[229/239] Compiling TestingMacros CRC32.swift
[230/239] Compiling TestingMacros CommentParsing.swift
[231/239] Compiling TestingMacros ConditionArgumentParsing.swift
[232/239] Compiling TestingMacros FunctionDeclSyntaxAdditions.swift
[233/239] Compiling TestingMacros TokenSyntaxAdditions.swift
[234/239] Compiling TestingMacros TriviaPieceAdditions.swift
[235/239] Emitting module TestingMacros
[236/239] Write Objects.LinkFileList
[237/239] Linking XCTestingMacros-tool
[238/239] Linking TestingMacros-tool
[240/363] Emitting module Testing
[241/371] Compiling Testing CollectionDifferenceAdditions.swift
[242/371] Compiling Testing CommandLineAdditions.swift
[243/371] Compiling Testing NumericAdditions.swift
[244/371] Compiling Testing ResultAdditions.swift
[245/371] Compiling Testing TypeAdditions.swift
[246/371] Compiling Testing CError.swift
[247/371] Compiling Testing CartesianProduct.swift
[248/371] Compiling Testing Environment.swift
[249/371] Compiling Testing FileHandle.swift
[250/371] Compiling Testing Test.swift
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[251/371] Compiling Testing Bug.swift
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[252/371] Compiling Testing Comment+Macro.swift
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[253/371] Compiling Testing Comment.swift
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[254/371] Compiling Testing ConditionTrait+Macro.swift
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[255/371] Compiling Testing ConditionTrait.swift
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[256/371] Compiling Testing HiddenTrait.swift
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[257/371] Compiling Testing Environment.swift
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[258/379] Compiling Testing Graph.swift
[259/379] Compiling Testing Locked.swift
[260/379] Compiling Testing UncheckedSendable.swift
[261/379] Compiling Testing Versions.swift
[262/379] Compiling Testing Test+Discovery.swift
[263/379] Compiling Testing Test+Macro.swift
[264/379] Compiling Testing Test.ID.Selection.swift
[265/379] Compiling Testing Test.ID.swift
[274/379] Compiling Testing FileHandle.swift
[283/379] Compiling Testing SkipInfo.swift
[284/379] Compiling Testing XCTestScaffold.swift
[285/379] Compiling Testing Backtrace.swift
[286/379] Compiling Testing CustomTestStringConvertible.swift
[287/379] Compiling Testing Expression+Macro.swift
[288/379] Compiling Testing Expression.swift
[289/379] Compiling Testing SourceContext.swift
[290/379] Compiling Testing SourceLocation.swift
[291/379] Compiling Testing ArrayAdditions.swift
[292/379] Compiling Testing SkipInfo.swift
[293/379] Compiling Testing XCTestScaffold.swift
[294/379] Compiling Testing Backtrace.swift
[295/379] Compiling Testing CustomTestStringConvertible.swift
[296/379] Compiling Testing Expression+Macro.swift
[297/379] Compiling Testing Expression.swift
[298/379] Compiling Testing SourceContext.swift
[299/379] Compiling Testing SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Test.swift:88:17: error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
86 | @_spi(ExperimentalParameterizedTesting)
87 | public var testCases: (some Sequence<Test.Case> & Sendable)? {
88 | _testCases?.rawValue
| `- error: conformance of 'AnySequence<Element>' to 'Sendable' is unavailable
89 | }
90 |
Swift.AnySequence:2:11: note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension AnySequence : Sendable {
| `- note: conformance of 'AnySequence<Element>' to 'Sendable' has been explicitly marked unavailable here
3 | }
[309/379] Compiling Testing ExpectationChecking+Macro.swift
[310/379] Compiling Testing Confirmation.swift
[311/379] Compiling Testing Issue+Recording.swift
[312/379] Compiling Testing Issue.swift
[313/379] Compiling Testing KnownIssue.swift
[314/379] Compiling Testing CustomTestArgumentEncodable.swift
[315/379] Compiling Testing Test.Case.Generator.swift
[316/379] Compiling Testing Test.Case.ID.swift
[317/379] Compiling Testing Test.Case.swift
[327/379] Compiling Testing SerialTrait.swift
[328/379] Compiling Testing Tag+Macro.swift
[329/379] Compiling Testing Tag.Color+Loading.swift
[330/379] Compiling Testing Tag.Color.swift
[331/379] Compiling Testing Tag.List.swift
[332/379] Compiling Testing Tag.swift
[333/379] Compiling Testing TimeLimitTrait.swift
[334/379] Compiling Testing Trait.swift
[343/379] Compiling Testing Clock.swift
[344/379] Compiling Testing Event.swift
[345/379] Compiling Testing Event.ConsoleOutputRecorder.swift
[346/379] Compiling Testing Event.HumanReadableOutputRecorder.swift
[347/379] Compiling Testing Event.JUnitXMLRecorder.swift
[348/379] Compiling Testing Event.Symbol.swift
[349/379] Compiling Testing TimeValue.swift
[350/379] Compiling Testing Expectation+Macro.swift
[351/379] Compiling Testing Expectation.swift
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
[370/379] Emitting module Testing
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
/host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Running/EntryPoint.swift:102:10: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
100 | // components of two tests' IDs are ambiguous, present their source locations
101 | // to disambiguate.
102 | return Dictionary(
| `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
103 | grouping: tests.lazy.map(\.id),
104 | by: \.nameComponents
BUILD FAILURE 6.1 linux