Build Information
Successful build of swift-perception, reference 1.6.0 (d924c6
), with Swift 6.0 for Linux on 16 Apr 2025 19:44:53 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-perception.git
Reference: 1.6.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/pointfreeco/swift-perception
* tag 1.6.0 -> FETCH_HEAD
HEAD is now at d924c62 Add doc
Cloned https://github.com/pointfreeco/swift-perception.git
Revision (git rev-parse @):
d924c62a70fca5f43872f286dbd7cef0957f1c01
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-perception.git at 1.6.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/pointfreeco/swift-perception.git
https://github.com/pointfreeco/swift-perception.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
}
],
"manifest_display_name" : "swift-perception",
"name" : "swift-perception",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Perception",
"targets" : [
"Perception"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PerceptionCore",
"targets" : [
"PerceptionCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PerceptionMacros",
"targets" : [
"PerceptionMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "PerceptionTests",
"module_type" : "SwiftTarget",
"name" : "PerceptionTests",
"path" : "Tests/PerceptionTests",
"sources" : [
"ModifyTests.swift",
"PerceptionTrackingTests.swift",
"RuntimeWarningTests.swift",
"WithPerceptionTrackingDSLTests.swift"
],
"target_dependencies" : [
"Perception"
],
"type" : "test"
},
{
"c99name" : "PerceptionMacrosTests",
"module_type" : "SwiftTarget",
"name" : "PerceptionMacrosTests",
"path" : "Tests/PerceptionMacrosTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"PerceptionMacrosTests.swift"
],
"target_dependencies" : [
"PerceptionMacros"
],
"type" : "test"
},
{
"c99name" : "PerceptionMacros",
"module_type" : "SwiftTarget",
"name" : "PerceptionMacros",
"path" : "Sources/PerceptionMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"Perception",
"PerceptionMacros"
],
"sources" : [
"Availability.swift",
"Extensions.swift",
"PerceptibleMacro.swift",
"Plugins.swift"
],
"type" : "macro"
},
{
"c99name" : "PerceptionCore",
"module_type" : "SwiftTarget",
"name" : "PerceptionCore",
"path" : "Sources/PerceptionCore",
"product_dependencies" : [
"IssueReporting"
],
"product_memberships" : [
"Perception",
"PerceptionCore"
],
"sources" : [
"Bindable.swift",
"Environment.swift",
"Internal/BetaChecking.swift",
"Internal/Exports.swift",
"Internal/Locking.swift",
"Internal/ThreadLocal.swift",
"Internal/Unchecked.swift",
"Internal/_PerceptionRegistrar.swift",
"Perceptible.swift",
"PerceptionChecking.swift",
"PerceptionRegistrar.swift",
"PerceptionTracking.swift",
"WithPerceptionTracking.swift"
],
"type" : "library"
},
{
"c99name" : "Perception",
"module_type" : "SwiftTarget",
"name" : "Perception",
"path" : "Sources/Perception",
"product_memberships" : [
"Perception"
],
"sources" : [
"Exports.swift",
"Macros.swift"
],
"target_dependencies" : [
"PerceptionCore",
"PerceptionMacros"
],
"type" : "library"
}
],
"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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/858] Fetching swift-macro-testing
[859/6207] Fetching swift-macro-testing, xctest-dynamic-overlay
[6208/76332] Fetching swift-macro-testing, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.64s)
[10959/75474] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.65s)
[6312/70125] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.91s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.55s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.06s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.2 (0.47s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13145] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.02s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.81s)
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.32s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.59s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Building for debugging...
[0/39] Write sources
[19/39] Compiling _SwiftSyntaxCShims dummy.c
[20/39] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/66] Emitting module SwiftSyntax601
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/66] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[24/66] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/66] Emitting module IssueReporting
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/66] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/66] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/19] Write swift-version-24593BA9C3E375BF.txt
[2/46] Emitting module SwiftSyntax600
[3/46] Compiling SwiftSyntax600 Empty.swift
[4/47] Emitting module SwiftSyntax601
[5/47] Compiling SwiftSyntax601 Empty.swift
[7/48] Compiling SwiftSyntax509 Empty.swift
[8/48] Emitting module SwiftSyntax509
[9/49] Emitting module SwiftSyntax510
[10/49] Compiling SwiftSyntax510 Empty.swift
[12/50] Wrapping AST for SwiftSyntax600 for debugging
[14/50] Wrapping AST for SwiftSyntax601 for debugging
[15/50] Wrapping AST for SwiftSyntax509 for debugging
[16/50] Wrapping AST for SwiftSyntax510 for debugging
[18/50] Compiling IssueReporting TestContext.swift
[19/50] Compiling IssueReporting Unimplemented.swift
[20/52] Emitting module IssueReporting
[21/116] Compiling SwiftSyntax SourceLocation.swift
[22/116] Compiling SwiftSyntax SourcePresence.swift
[23/116] Compiling SwiftSyntax SourceLength.swift
[24/116] Compiling SwiftSyntax AbsolutePosition.swift
[25/116] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[26/116] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[27/116] Compiling SwiftSyntax Assert.swift
[28/116] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[29/116] Compiling SwiftSyntax RawSyntaxTokenView.swift
[30/116] Compiling SwiftSyntax SourceEdit.swift
[31/116] Compiling SwiftSyntax Identifier.swift
[32/116] Compiling SwiftSyntax MemoryLayout.swift
[33/116] Compiling SwiftSyntax MissingNodeInitializers.swift
[34/116] Compiling SwiftSyntax BumpPtrAllocator.swift
[35/116] Compiling SwiftSyntax CommonAncestor.swift
[36/116] Compiling SwiftSyntax Convenience.swift
[37/116] Compiling SwiftSyntax RawSyntax.swift
[38/116] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[40/130] Compiling PerceptionCore Bindable.swift
[41/130] Compiling PerceptionCore Environment.swift
[42/130] Compiling PerceptionCore BetaChecking.swift
[43/130] Compiling PerceptionCore Exports.swift
[44/130] Compiling PerceptionCore Locking.swift
[45/130] Compiling PerceptionCore ThreadLocal.swift
[46/130] Compiling PerceptionCore Unchecked.swift
[47/130] Compiling PerceptionCore _PerceptionRegistrar.swift
[48/130] Compiling PerceptionCore Perceptible.swift
[51/139] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[52/139] Compiling SwiftSyntax Syntax.swift
[53/139] Compiling SwiftSyntax SyntaxArena.swift
[54/139] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[55/139] Compiling SwiftSyntax SyntaxChildren.swift
[56/139] Compiling SwiftSyntax SyntaxCollection.swift
[57/139] Compiling SwiftSyntax SyntaxHashable.swift
[58/139] Compiling PerceptionCore PerceptionChecking.swift
[65/139] Compiling SwiftSyntax CustomTraits.swift
[66/139] Compiling SwiftSyntax EditorPlaceholder.swift
[69/139] Emitting module PerceptionCore
[74/140] Compiling PerceptionCore PerceptionTracking.swift
[77/140] Compiling PerceptionCore WithPerceptionTracking.swift
[78/140] Compiling PerceptionCore PerceptionRegistrar.swift
[82/141] Emitting module SwiftSyntax
[83/141] Compiling SwiftSyntax SyntaxEnum.swift
[84/141] Compiling SwiftSyntax SyntaxKind.swift
[85/141] Compiling SwiftSyntax SyntaxRewriter.swift
[86/141] Compiling SwiftSyntax SyntaxTraits.swift
[87/141] Compiling SwiftSyntax SyntaxVisitor.swift
[88/141] Compiling SwiftSyntax TokenKind.swift
[89/141] Compiling SwiftSyntax Tokens.swift
[90/141] Compiling SwiftSyntax TriviaPieces.swift
[91/141] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[92/141] Compiling SwiftSyntax RawSyntaxNodesC.swift
[93/141] Compiling SwiftSyntax RawSyntaxNodesD.swift
[94/141] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[95/141] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[96/141] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[97/141] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[98/141] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[99/141] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[100/141] Compiling SwiftSyntax RawSyntaxValidation.swift
[101/141] Compiling SwiftSyntax Trivia.swift
[102/141] Compiling SwiftSyntax Utils.swift
[103/141] Compiling SwiftSyntax ChildNameForKeyPath.swift
[104/141] Compiling SwiftSyntax Keyword.swift
[105/141] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[106/141] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[107/141] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[108/141] Compiling SwiftSyntax SyntaxBaseNodes.swift
[109/141] Compiling SwiftSyntax SyntaxCollections.swift
[110/141] Compiling SwiftSyntax SyntaxIdentifier.swift
[111/141] Compiling SwiftSyntax SyntaxNodeFactory.swift
[112/141] Compiling SwiftSyntax SyntaxNodeStructure.swift
[113/141] Compiling SwiftSyntax SyntaxProtocol.swift
[114/141] Compiling SwiftSyntax SyntaxText.swift
[115/141] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[116/141] Compiling SwiftSyntax TokenDiagnostic.swift
[117/141] Compiling SwiftSyntax TokenSequence.swift
[118/141] Compiling SwiftSyntax TokenSyntax.swift
[119/141] Compiling SwiftSyntax SyntaxNodesAB.swift
[120/141] Compiling SwiftSyntax SyntaxNodesC.swift
[121/141] Compiling SwiftSyntax SyntaxNodesD.swift
[122/141] Compiling SwiftSyntax SyntaxNodesEF.swift
[123/141] Compiling SwiftSyntax SyntaxNodesGHI.swift
[124/141] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[125/141] Compiling SwiftSyntax SyntaxNodesOP.swift
[126/141] Compiling SwiftSyntax SyntaxNodesQRS.swift
[127/141] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[128/142] Wrapping AST for SwiftSyntax for debugging
[130/200] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[131/200] Compiling SwiftDiagnostics Message.swift
[132/201] Compiling SwiftBasicFormat Syntax+Extensions.swift
[133/201] Compiling SwiftDiagnostics FixIt.swift
[134/201] Emitting module SwiftDiagnostics
[135/201] Compiling SwiftParser LexemeSequence.swift
[136/201] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[137/201] Compiling SwiftParser Lexer.swift
[138/201] Compiling SwiftDiagnostics Note.swift
[139/201] Compiling SwiftBasicFormat InferIndentation.swift
[140/201] Compiling SwiftBasicFormat Indenter.swift
[141/201] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[142/201] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[143/201] Compiling SwiftParser RegexLiteralLexer.swift
[144/201] Compiling SwiftParser UnicodeScalarExtensions.swift
[145/201] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[146/202] Wrapping AST for SwiftDiagnostics for debugging
[148/202] Emitting module SwiftBasicFormat
[149/202] Compiling SwiftBasicFormat BasicFormat.swift
[151/203] Emitting module SwiftParser
[151/208] Wrapping AST for SwiftBasicFormat for debugging
[157/208] Compiling SwiftParser Lookahead.swift
[158/208] Compiling SwiftParser LoopProgressCondition.swift
[159/208] Compiling SwiftParser Modifiers.swift
[160/208] Compiling SwiftParser Names.swift
[161/208] Compiling SwiftParser Nominals.swift
[162/208] Compiling SwiftParser Parameters.swift
[163/208] Compiling SwiftParser ParseSourceFile.swift
[164/208] Compiling SwiftParser Parser.swift
[165/208] Compiling SwiftParser TokenSpec.swift
[166/208] Compiling SwiftParser TokenSpecSet.swift
[167/208] Compiling SwiftParser TopLevel.swift
[168/208] Compiling SwiftParser TriviaParser.swift
[169/208] Compiling SwiftParser Types.swift
[170/208] Compiling SwiftParser SwiftParserCompatibility.swift
[171/208] Compiling SwiftParser SwiftVersion.swift
[172/208] Compiling SwiftParser SyntaxUtils.swift
[173/208] Compiling SwiftParser TokenConsumer.swift
[174/208] Compiling SwiftParser TokenPrecedence.swift
[175/208] Compiling SwiftParser Patterns.swift
[176/208] Compiling SwiftParser Recovery.swift
[177/208] Compiling SwiftParser Specifiers.swift
[178/208] Compiling SwiftParser Statements.swift
[179/208] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[180/208] Compiling SwiftParser StringLiterals.swift
[181/208] Compiling SwiftParser Attributes.swift
[182/208] Compiling SwiftParser Availability.swift
[183/208] Compiling SwiftParser CharacterInfo.swift
[184/208] Compiling SwiftParser CollectionNodes+Parsable.swift
[185/208] Compiling SwiftParser Declarations.swift
[186/208] Compiling SwiftParser Directives.swift
[187/208] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[188/208] Compiling SwiftParser Expressions.swift
[189/208] Compiling SwiftParser IncrementalParseTransition.swift
[190/208] Compiling SwiftParser IsValidIdentifier.swift
[191/208] Compiling SwiftParser Cursor.swift
[192/208] Compiling SwiftParser Lexeme.swift
[193/208] Compiling SwiftParser ExperimentalFeatures.swift
[194/208] Compiling SwiftParser IsLexerClassified.swift
[195/208] Compiling SwiftParser LayoutNodes+Parsable.swift
[196/208] Compiling SwiftParser Parser+TokenSpecSet.swift
[197/208] Compiling SwiftParser TokenSpecStaticMembers.swift
[198/209] Wrapping AST for SwiftParser for debugging
[200/232] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[201/233] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[202/233] Compiling SwiftOperators Operator.swift
[203/233] Compiling SwiftOperators OperatorError+Diagnostics.swift
[204/234] Compiling SwiftOperators OperatorTable.swift
[205/234] Compiling SwiftOperators PrecedenceGraph.swift
[206/234] Compiling SwiftOperators PrecedenceGroup.swift
[207/234] Compiling SwiftOperators OperatorTable+Semantics.swift
[208/234] Emitting module SwiftOperators
[209/234] Compiling SwiftOperators OperatorError.swift
[210/234] Compiling SwiftOperators OperatorTable+Defaults.swift
[211/234] Compiling SwiftOperators OperatorTable+Folding.swift
[212/234] Compiling SwiftOperators SyntaxSynthesis.swift
[213/235] Wrapping AST for SwiftOperators for debugging
[215/235] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[216/235] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[217/235] Compiling SwiftParserDiagnostics Utils.swift
[218/235] Emitting module SwiftParserDiagnostics
[221/235] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[222/235] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[223/235] Compiling SwiftParserDiagnostics MissingNodesError.swift
[224/235] Compiling SwiftParserDiagnostics MissingTokenError.swift
[227/236] Wrapping AST for SwiftParserDiagnostics for debugging
[229/251] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[230/251] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[231/251] Emitting module SwiftSyntaxBuilder
[232/252] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[233/252] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[234/252] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[235/252] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[236/252] Compiling SwiftSyntaxBuilder Indenter.swift
[237/252] Compiling SwiftSyntaxBuilder ListBuilder.swift
[238/252] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[239/252] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[240/252] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[241/252] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[242/252] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[243/252] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[244/252] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[245/253] Wrapping AST for SwiftSyntaxBuilder for debugging
[247/270] Emitting module SwiftSyntaxMacros
[248/272] Compiling SwiftSyntaxMacros AccessorMacro.swift
[249/272] Compiling SwiftSyntaxMacros AttachedMacro.swift
[250/272] Compiling SwiftSyntaxMacros BodyMacro.swift
[251/272] Compiling SwiftSyntaxMacros Macro.swift
[252/272] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[253/272] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[254/272] Compiling SwiftSyntaxMacros Macro+Format.swift
[255/272] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[256/272] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[257/272] Compiling SwiftSyntaxMacros MemberMacro.swift
[258/272] Compiling SwiftSyntaxMacros PeerMacro.swift
[259/272] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[260/272] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[261/272] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[262/272] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[263/272] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[264/272] Compiling SwiftSyntaxMacros PreambleMacro.swift
[265/272] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[266/273] Wrapping AST for SwiftSyntaxMacros for debugging
[268/282] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[269/283] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[270/283] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[271/283] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[272/283] Emitting module SwiftSyntaxMacroExpansion
[273/283] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[274/283] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[275/283] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[276/283] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[277/283] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[278/284] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[280/296] Emitting module SwiftCompilerPluginMessageHandling
[281/296] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[282/296] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[283/297] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[284/297] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[285/297] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[286/297] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[287/297] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[288/297] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[289/297] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[290/297] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[291/297] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[292/297] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[293/298] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[295/300] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[296/300] Emitting module SwiftCompilerPlugin
[297/301] Wrapping AST for SwiftCompilerPlugin for debugging
[299/306] Compiling PerceptionMacros Plugins.swift
[300/306] Compiling PerceptionMacros Availability.swift
[301/306] Emitting module PerceptionMacros
/host/spi-builder-workspace/Sources/PerceptionMacros/PerceptibleMacro.swift:217:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
215 | }
216 |
217 | extension PerceptibleMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
218 | public static func expansion<
219 | Declaration: DeclGroupSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 | /// - Returns: the set of member declarations introduced by this macro, which
54 | /// are nested inside the `attachedTo` declaration.
55 | static func expansion(
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 | of node: AttributeSyntax,
57 | providingMembersOf declaration: some DeclGroupSyntax,
:
87 | message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 | )
89 | public static func expansion(
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 | of node: AttributeSyntax,
91 | providingMembersOf declaration: some DeclGroupSyntax,
[302/306] Compiling PerceptionMacros Extensions.swift
[303/306] Compiling PerceptionMacros PerceptibleMacro.swift
/host/spi-builder-workspace/Sources/PerceptionMacros/PerceptibleMacro.swift:217:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
215 | }
216 |
217 | extension PerceptibleMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
218 | public static func expansion<
219 | Declaration: DeclGroupSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 | /// - Returns: the set of member declarations introduced by this macro, which
54 | /// are nested inside the `attachedTo` declaration.
55 | static func expansion(
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 | of node: AttributeSyntax,
57 | providingMembersOf declaration: some DeclGroupSyntax,
:
87 | message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 | )
89 | public static func expansion(
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 | of node: AttributeSyntax,
91 | providingMembersOf declaration: some DeclGroupSyntax,
[304/307] Wrapping AST for PerceptionMacros for debugging
[305/307] Write Objects.LinkFileList
[306/307] Linking PerceptionMacros-tool
[308/310] Compiling Perception Exports.swift
[309/310] Compiling Perception Macros.swift
[310/310] Emitting module Perception
Build complete! (96.31s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
}
],
"manifest_display_name" : "swift-perception",
"name" : "swift-perception",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Perception",
"targets" : [
"Perception"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PerceptionCore",
"targets" : [
"PerceptionCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PerceptionMacros",
"targets" : [
"PerceptionMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "PerceptionTests",
"module_type" : "SwiftTarget",
"name" : "PerceptionTests",
"path" : "Tests/PerceptionTests",
"sources" : [
"ModifyTests.swift",
"PerceptionTrackingTests.swift",
"RuntimeWarningTests.swift",
"WithPerceptionTrackingDSLTests.swift"
],
"target_dependencies" : [
"Perception"
],
"type" : "test"
},
{
"c99name" : "PerceptionMacrosTests",
"module_type" : "SwiftTarget",
"name" : "PerceptionMacrosTests",
"path" : "Tests/PerceptionMacrosTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"PerceptionMacrosTests.swift"
],
"target_dependencies" : [
"PerceptionMacros"
],
"type" : "test"
},
{
"c99name" : "PerceptionMacros",
"module_type" : "SwiftTarget",
"name" : "PerceptionMacros",
"path" : "Sources/PerceptionMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"Perception",
"PerceptionMacros"
],
"sources" : [
"Availability.swift",
"Extensions.swift",
"PerceptibleMacro.swift",
"Plugins.swift"
],
"type" : "macro"
},
{
"c99name" : "PerceptionCore",
"module_type" : "SwiftTarget",
"name" : "PerceptionCore",
"path" : "Sources/PerceptionCore",
"product_dependencies" : [
"IssueReporting"
],
"product_memberships" : [
"Perception",
"PerceptionCore"
],
"sources" : [
"Bindable.swift",
"Environment.swift",
"Internal/BetaChecking.swift",
"Internal/Exports.swift",
"Internal/Locking.swift",
"Internal/ThreadLocal.swift",
"Internal/Unchecked.swift",
"Internal/_PerceptionRegistrar.swift",
"Perceptible.swift",
"PerceptionChecking.swift",
"PerceptionRegistrar.swift",
"PerceptionTracking.swift",
"WithPerceptionTracking.swift"
],
"type" : "library"
},
{
"c99name" : "Perception",
"module_type" : "SwiftTarget",
"name" : "Perception",
"path" : "Sources/Perception",
"product_memberships" : [
"Perception"
],
"sources" : [
"Exports.swift",
"Macros.swift"
],
"target_dependencies" : [
"PerceptionCore",
"PerceptionMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.