Build Information
Successful build of AssociatedObject, reference main (ba5859
), with Swift 6.0 for Linux on 16 Apr 2025 11:59:59 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/p-x9/AssociatedObject.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/p-x9/AssociatedObject
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ba5859d Merge pull request #49 from p-x9/feature/resolve-swift-syntax601-warning
Cloned https://github.com/p-x9/AssociatedObject.git
Revision (git rev-parse @):
ba5859d881ac1b814e77e2f1b39235dfe71a8d1f
SUCCESS checkout https://github.com/p-x9/AssociatedObject.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/p-x9/AssociatedObject.git
https://github.com/p-x9/AssociatedObject.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-literal-type-inference",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-literal-type-inference.git"
},
{
"identity" : "swift-object-association",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-object-association.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "AssociatedObject",
"name" : "AssociatedObject",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AssociatedObject",
"targets" : [
"AssociatedObject"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AssociatedObjectPlugin",
"targets" : [
"AssociatedObjectPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "AssociatedObjectTests",
"module_type" : "SwiftTarget",
"name" : "AssociatedObjectTests",
"path" : "Tests/AssociatedObjectTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"AssociatedObjectTests.swift",
"AssociatedTypeDetectionObjectTests.swift",
"Model/ClassType.swift",
"PatternBindingSyntax+Tests.swift"
],
"target_dependencies" : [
"AssociatedObject",
"AssociatedObjectPlugin"
],
"type" : "test"
},
{
"c99name" : "AssociatedObjectPlugin",
"module_type" : "SwiftTarget",
"name" : "AssociatedObjectPlugin",
"path" : "Sources/AssociatedObjectPlugin",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftSyntaxBuilder",
"SwiftParserDiagnostics",
"LiteralTypeInference"
],
"product_memberships" : [
"AssociatedObject",
"AssociatedObjectPlugin"
],
"sources" : [
"AssociatedObjectMacro.swift",
"AssociatedObjectMacroDiagnostic.swift",
"AssociatedObjectMacrosPlugin.swift",
"Extension/PatternBindingSyntax+.swift",
"Extension/TypeSyntax+.swift"
],
"type" : "macro"
},
{
"c99name" : "AssociatedObjectC",
"module_type" : "ClangTarget",
"name" : "AssociatedObjectC",
"path" : "Sources/AssociatedObjectC",
"product_memberships" : [
"AssociatedObject"
],
"sources" : [
"associated_object_key.c"
],
"type" : "library"
},
{
"c99name" : "AssociatedObject",
"module_type" : "SwiftTarget",
"name" : "AssociatedObject",
"path" : "Sources/AssociatedObject",
"product_dependencies" : [
"ObjectAssociation"
],
"product_memberships" : [
"AssociatedObject"
],
"sources" : [
"AssociatedObject.swift",
"Extension/objc_AssociationPolicy+.swift",
"Extension/swift_AssociationPolicy+.swift",
"functions.swift"
],
"target_dependencies" : [
"AssociatedObjectC",
"AssociatedObjectPlugin"
],
"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/p-x9/swift-object-association.git
Fetching https://github.com/p-x9/swift-literal-type-inference.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/207] Fetching swift-object-association
[208/1065] Fetching swift-object-association, swift-macro-testing
[311/1170] Fetching swift-object-association, swift-macro-testing, swift-literal-type-inference
Fetched https://github.com/p-x9/swift-object-association.git from cache (0.21s)
Fetched https://github.com/p-x9/swift-literal-type-inference.git from cache (0.22s)
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.24s)
[1/70125] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.17s)
Computing version for https://github.com/p-x9/swift-object-association.git
Computed https://github.com/p-x9/swift-object-association.git at 0.5.0 (0.65s)
Computing version for https://github.com/p-x9/swift-literal-type-inference.git
Computed https://github.com/p-x9/swift-literal-type-inference.git at 0.4.0 (0.57s)
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.58s)
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.19s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (1.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.48s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.90s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5349] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (3.37s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.69s)
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/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-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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/p-x9/swift-literal-type-inference.git
Working copy of https://github.com/p-x9/swift-literal-type-inference.git resolved at 0.4.0
Creating working copy for https://github.com/p-x9/swift-object-association.git
Working copy of https://github.com/p-x9/swift-object-association.git resolved at 0.5.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Building for debugging...
[0/45] Write sources
[21/45] Compiling _SwiftSyntaxCShims dummy.c
[22/45] Compiling AssociatedObjectC associated_object_key.c
[23/45] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/55] 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
[26/55] Compiling SwiftSyntax601 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)
[27/55] 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
<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)
[28/55] 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
[29/55] Emitting module SwiftRetain
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/22] Write swift-version-24593BA9C3E375BF.txt
[2/32] Emitting module SwiftSyntax510
[3/32] Compiling SwiftSyntax510 Empty.swift
[4/33] Emitting module SwiftSyntax601
[5/33] Compiling SwiftSyntax601 Empty.swift
[6/33] Emitting module SwiftSyntax509
[7/34] Compiling SwiftSyntax509 Empty.swift
[8/35] Compiling SwiftSyntax600 Empty.swift
[9/35] Emitting module SwiftSyntax600
[10/36] Emitting module SwiftRetain
[14/36] Wrapping AST for SwiftSyntax510 for debugging
[15/36] Wrapping AST for SwiftSyntax601 for debugging
[16/36] Wrapping AST for SwiftSyntax600 for debugging
[17/36] Wrapping AST for SwiftSyntax509 for debugging
[19/100] Compiling SwiftRetain Retain.swift
[20/101] Compiling ObjectAssociationRuntimeC associated.cpp
[21/101] Compiling reference.cpp
[23/103] Emitting module ObjectAssociationRuntime
[24/103] Compiling ObjectAssociationRuntime ObjectAssociationRuntime.swift
[26/104] Compiling SwiftSyntax SourceLocation.swift
[27/104] Compiling SwiftSyntax SourcePresence.swift
[28/104] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[29/104] Compiling SwiftSyntax Syntax.swift
[30/104] Compiling SwiftSyntax SyntaxArena.swift
[31/104] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[32/104] Compiling SwiftSyntax SyntaxChildren.swift
[33/104] Compiling SwiftSyntax SyntaxCollection.swift
[34/104] Compiling SwiftSyntax SyntaxHashable.swift
[35/118] Compiling ObjectAssociation Util.swift
[36/118] Compiling ObjectAssociation Policy.swift
[37/118] Emitting module ObjectAssociation
[38/118] Compiling ObjectAssociation Ref.swift
[39/118] Compiling ObjectAssociation ObjectAssociation.swift
[41/119] Emitting module SwiftSyntax
[42/119] Compiling SwiftSyntax SyntaxIdentifier.swift
[43/119] Compiling SwiftSyntax SyntaxNodeFactory.swift
[44/119] Compiling SwiftSyntax SyntaxNodeStructure.swift
[45/119] Compiling SwiftSyntax SyntaxProtocol.swift
[46/119] Compiling SwiftSyntax SyntaxText.swift
[47/119] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[48/119] Compiling SwiftSyntax TokenDiagnostic.swift
[49/119] Compiling SwiftSyntax TokenSequence.swift
[50/119] Compiling SwiftSyntax TokenSyntax.swift
[51/119] Compiling SwiftSyntax SyntaxEnum.swift
[52/119] Compiling SwiftSyntax SyntaxKind.swift
[53/119] Compiling SwiftSyntax SyntaxRewriter.swift
[54/119] Compiling SwiftSyntax SyntaxTraits.swift
[55/119] Compiling SwiftSyntax SyntaxVisitor.swift
[56/119] Compiling SwiftSyntax TokenKind.swift
[57/119] Compiling SwiftSyntax Tokens.swift
[58/119] Compiling SwiftSyntax TriviaPieces.swift
[59/119] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[60/119] Compiling SwiftSyntax RawSyntaxNodesC.swift
[61/119] Compiling SwiftSyntax RawSyntaxNodesD.swift
[62/119] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[63/119] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[64/119] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[65/119] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[66/119] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[67/119] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[68/119] Compiling SwiftSyntax RawSyntaxValidation.swift
[69/119] Compiling SwiftSyntax Identifier.swift
[70/119] Compiling SwiftSyntax MemoryLayout.swift
[71/119] Compiling SwiftSyntax MissingNodeInitializers.swift
[72/119] Compiling SwiftSyntax RawSyntax.swift
[73/119] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[74/119] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[75/119] Compiling SwiftSyntax RawSyntaxTokenView.swift
[76/119] Compiling SwiftSyntax SourceEdit.swift
[77/119] Compiling SwiftSyntax SourceLength.swift
[78/119] Compiling SwiftSyntax AbsolutePosition.swift
[79/119] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[80/119] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[81/119] Compiling SwiftSyntax Assert.swift
[82/119] Compiling SwiftSyntax BumpPtrAllocator.swift
[83/119] Compiling SwiftSyntax CommonAncestor.swift
[84/119] Compiling SwiftSyntax Convenience.swift
[85/119] Compiling SwiftSyntax CustomTraits.swift
[86/119] Compiling SwiftSyntax EditorPlaceholder.swift
[87/119] Compiling SwiftSyntax Trivia.swift
[88/119] Compiling SwiftSyntax Utils.swift
[89/119] Compiling SwiftSyntax ChildNameForKeyPath.swift
[90/119] Compiling SwiftSyntax Keyword.swift
[91/119] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[92/119] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[93/119] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[94/119] Compiling SwiftSyntax SyntaxBaseNodes.swift
[95/119] Compiling SwiftSyntax SyntaxCollections.swift
[96/119] Compiling SwiftSyntax SyntaxNodesAB.swift
[97/119] Compiling SwiftSyntax SyntaxNodesC.swift
[98/119] Compiling SwiftSyntax SyntaxNodesD.swift
[99/119] Compiling SwiftSyntax SyntaxNodesEF.swift
[100/119] Compiling SwiftSyntax SyntaxNodesGHI.swift
[101/119] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[102/119] Compiling SwiftSyntax SyntaxNodesOP.swift
[103/119] Compiling SwiftSyntax SyntaxNodesQRS.swift
[104/119] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[105/120] Wrapping AST for SwiftSyntax for debugging
[107/178] Compiling SwiftDiagnostics FixIt.swift
[108/179] Compiling SwiftDiagnostics Message.swift
[109/179] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[110/179] Compiling SwiftBasicFormat Syntax+Extensions.swift
[111/179] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[112/179] Compiling SwiftParser CharacterInfo.swift
[113/179] Compiling SwiftParser CollectionNodes+Parsable.swift
[114/179] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[115/179] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[116/179] Emitting module SwiftDiagnostics
[117/179] Compiling SwiftParser Attributes.swift
[118/179] Compiling SwiftParser Availability.swift
[119/179] Compiling SwiftDiagnostics Note.swift
[120/179] Compiling SwiftBasicFormat Indenter.swift
[121/179] Compiling SwiftBasicFormat InferIndentation.swift
[122/179] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[124/180] Emitting module SwiftBasicFormat
[125/180] Compiling SwiftBasicFormat BasicFormat.swift
[125/181] Wrapping AST for SwiftDiagnostics for debugging
[127/181] Wrapping AST for SwiftBasicFormat for debugging
[129/181] Compiling SwiftParser LexemeSequence.swift
[130/181] Compiling SwiftParser Lexer.swift
[131/181] Compiling SwiftParser RegexLiteralLexer.swift
[132/181] Compiling SwiftParser UnicodeScalarExtensions.swift
[133/181] Compiling SwiftParser Lookahead.swift
[134/181] Compiling SwiftParser LoopProgressCondition.swift
[135/186] Emitting module SwiftParser
[136/186] Compiling SwiftParser Modifiers.swift
[137/186] Compiling SwiftParser Names.swift
[138/186] Compiling SwiftParser Nominals.swift
[139/186] Compiling SwiftParser Parameters.swift
[140/186] Compiling SwiftParser ParseSourceFile.swift
[141/186] Compiling SwiftParser Parser.swift
[142/186] Compiling SwiftParser Patterns.swift
[143/186] Compiling SwiftParser Recovery.swift
[144/186] Compiling SwiftParser Specifiers.swift
[145/186] Compiling SwiftParser Statements.swift
[146/186] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[147/186] Compiling SwiftParser StringLiterals.swift
[148/186] Compiling SwiftParser SwiftParserCompatibility.swift
[149/186] Compiling SwiftParser SwiftVersion.swift
[150/186] Compiling SwiftParser SyntaxUtils.swift
[151/186] Compiling SwiftParser TokenConsumer.swift
[152/186] Compiling SwiftParser TokenPrecedence.swift
[153/186] Compiling SwiftParser TokenSpec.swift
[154/186] Compiling SwiftParser TokenSpecSet.swift
[155/186] Compiling SwiftParser TopLevel.swift
[156/186] Compiling SwiftParser TriviaParser.swift
[157/186] Compiling SwiftParser Types.swift
[162/186] Compiling SwiftParser Declarations.swift
[163/186] Compiling SwiftParser Directives.swift
[164/186] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[165/186] Compiling SwiftParser Expressions.swift
[166/186] Compiling SwiftParser IncrementalParseTransition.swift
[167/186] Compiling SwiftParser IsValidIdentifier.swift
[168/186] Compiling SwiftParser Cursor.swift
[169/186] Compiling SwiftParser Lexeme.swift
[170/186] Compiling SwiftParser ExperimentalFeatures.swift
[171/186] Compiling SwiftParser IsLexerClassified.swift
[172/186] Compiling SwiftParser LayoutNodes+Parsable.swift
[173/186] Compiling SwiftParser Parser+TokenSpecSet.swift
[174/186] Compiling SwiftParser TokenSpecStaticMembers.swift
[175/187] Wrapping AST for SwiftParser for debugging
[177/210] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[178/211] Compiling SwiftOperators PrecedenceGroup.swift
[179/211] Compiling SwiftOperators PrecedenceGraph.swift
[180/212] Compiling SwiftOperators OperatorTable.swift
[181/212] Compiling SwiftOperators OperatorTable+Semantics.swift
[182/212] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[183/212] Compiling SwiftOperators Operator.swift
[184/212] Compiling SwiftOperators OperatorError+Diagnostics.swift
[185/212] Emitting module SwiftOperators
[186/212] Compiling SwiftOperators OperatorError.swift
[187/212] Compiling SwiftOperators OperatorTable+Defaults.swift
[188/212] Compiling SwiftOperators OperatorTable+Folding.swift
[189/212] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[190/212] Compiling SwiftParserDiagnostics Utils.swift
[191/212] Compiling SwiftOperators SyntaxSynthesis.swift
[193/213] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[193/213] Wrapping AST for SwiftOperators for debugging
[199/213] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[200/213] Compiling SwiftParserDiagnostics PresenceUtils.swift
[201/213] Emitting module SwiftParserDiagnostics
[202/213] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[203/213] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[204/214] Wrapping AST for SwiftParserDiagnostics for debugging
[206/229] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[207/229] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[208/229] Compiling SwiftSyntaxBuilder Indenter.swift
[209/229] Compiling SwiftSyntaxBuilder ListBuilder.swift
[210/230] Emitting module SwiftSyntaxBuilder
[211/230] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[212/230] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[213/230] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[214/230] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[215/230] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[216/230] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[217/230] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[218/230] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[219/230] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[220/230] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[221/230] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[222/231] Wrapping AST for SwiftSyntaxBuilder for debugging
[224/256] Compiling SwiftSyntaxMacros AccessorMacro.swift
[225/256] Compiling SwiftSyntaxMacros AttachedMacro.swift
[226/256] Compiling SwiftSyntaxMacros BodyMacro.swift
[227/258] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[228/258] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[229/258] Compiling SwiftSyntaxMacros Macro.swift
[230/258] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[231/258] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[232/258] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[233/258] Emitting module LiteralTypeInference
[234/258] Compiling LiteralTypeInference ExprSyntax+isElementsEmpty.swift
[235/259] Compiling LiteralTypeInference TupleTypeElementListSyntax+.swift
[236/259] Compiling LiteralTypeInference ExprSyntax+.swift
[237/259] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[238/259] Compiling SwiftSyntaxMacros Macro+Format.swift
[239/259] Compiling SwiftSyntaxMacros MemberMacro.swift
[240/259] Compiling SwiftSyntaxMacros PeerMacro.swift
[241/259] Compiling LiteralTypeInference ArrayExprSyntax+inference.swift
[242/259] Compiling LiteralTypeInference DictionaryExprSyntax+inference.swift
[243/259] Compiling SwiftSyntaxMacros PreambleMacro.swift
[244/259] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[245/259] Emitting module SwiftSyntaxMacros
[246/259] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[247/259] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[248/259] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[249/260] Compiling LiteralTypeInference TupleExprSyntax+inference.swift
[250/260] Compiling LiteralTypeInference ExprSyntax+inference.swift
[251/260] Compiling LiteralTypeInference LiteralTypeInference.swift
[253/261] Wrapping AST for SwiftSyntaxMacros for debugging
[254/261] Wrapping AST for LiteralTypeInference for debugging
[256/270] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[257/271] Emitting module SwiftSyntaxMacroExpansion
[258/271] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[259/271] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[260/271] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[261/271] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[262/271] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[263/271] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[264/271] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[265/271] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[266/272] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[268/284] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[269/285] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[270/285] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[271/285] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[272/285] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[273/285] Emitting module SwiftCompilerPluginMessageHandling
[274/285] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[275/285] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[276/285] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[277/285] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[278/285] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[279/285] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[280/285] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[281/286] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[283/288] Emitting module SwiftCompilerPlugin
[284/288] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[285/289] Wrapping AST for SwiftCompilerPlugin for debugging
[287/295] Emitting module AssociatedObjectPlugin
[288/295] Compiling AssociatedObjectPlugin AssociatedObjectMacrosPlugin.swift
[289/295] Compiling AssociatedObjectPlugin AssociatedObjectMacroDiagnostic.swift
[290/295] Compiling AssociatedObjectPlugin TypeSyntax+.swift
[291/295] Compiling AssociatedObjectPlugin PatternBindingSyntax+.swift
[292/295] Compiling AssociatedObjectPlugin AssociatedObjectMacro.swift
[293/296] Wrapping AST for AssociatedObjectPlugin for debugging
[294/296] Write Objects.LinkFileList
[295/296] Linking AssociatedObjectPlugin-tool
[297/301] Compiling AssociatedObject swift_AssociationPolicy+.swift
[298/301] Compiling AssociatedObject objc_AssociationPolicy+.swift
[299/301] Compiling AssociatedObject functions.swift
[300/301] Emitting module AssociatedObject
[301/301] Compiling AssociatedObject AssociatedObject.swift
Build complete! (79.19s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-literal-type-inference",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-literal-type-inference.git"
},
{
"identity" : "swift-object-association",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-object-association.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "AssociatedObject",
"name" : "AssociatedObject",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AssociatedObject",
"targets" : [
"AssociatedObject"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AssociatedObjectPlugin",
"targets" : [
"AssociatedObjectPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "AssociatedObjectTests",
"module_type" : "SwiftTarget",
"name" : "AssociatedObjectTests",
"path" : "Tests/AssociatedObjectTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"AssociatedObjectTests.swift",
"AssociatedTypeDetectionObjectTests.swift",
"Model/ClassType.swift",
"PatternBindingSyntax+Tests.swift"
],
"target_dependencies" : [
"AssociatedObject",
"AssociatedObjectPlugin"
],
"type" : "test"
},
{
"c99name" : "AssociatedObjectPlugin",
"module_type" : "SwiftTarget",
"name" : "AssociatedObjectPlugin",
"path" : "Sources/AssociatedObjectPlugin",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftSyntaxBuilder",
"SwiftParserDiagnostics",
"LiteralTypeInference"
],
"product_memberships" : [
"AssociatedObject",
"AssociatedObjectPlugin"
],
"sources" : [
"AssociatedObjectMacro.swift",
"AssociatedObjectMacroDiagnostic.swift",
"AssociatedObjectMacrosPlugin.swift",
"Extension/PatternBindingSyntax+.swift",
"Extension/TypeSyntax+.swift"
],
"type" : "macro"
},
{
"c99name" : "AssociatedObjectC",
"module_type" : "ClangTarget",
"name" : "AssociatedObjectC",
"path" : "Sources/AssociatedObjectC",
"product_memberships" : [
"AssociatedObject"
],
"sources" : [
"associated_object_key.c"
],
"type" : "library"
},
{
"c99name" : "AssociatedObject",
"module_type" : "SwiftTarget",
"name" : "AssociatedObject",
"path" : "Sources/AssociatedObject",
"product_dependencies" : [
"ObjectAssociation"
],
"product_memberships" : [
"AssociatedObject"
],
"sources" : [
"AssociatedObject.swift",
"Extension/objc_AssociationPolicy+.swift",
"Extension/swift_AssociationPolicy+.swift",
"functions.swift"
],
"target_dependencies" : [
"AssociatedObjectC",
"AssociatedObjectPlugin"
],
"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.