Build Information
Successful build of SwiftOpenAPI, reference 2.24.1 (c2752c
), with Swift 6.0 for Linux on 4 Apr 2025 21:04:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/dankinsoid/SwiftOpenAPI.git
Reference: 2.24.1
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/dankinsoid/SwiftOpenAPI
* tag 2.24.1 -> FETCH_HEAD
HEAD is now at c2752c9 fix
Cloned https://github.com/dankinsoid/SwiftOpenAPI.git
Revision (git rev-parse @):
c2752c9f51b585524c96e012d326e7f04c9882db
SUCCESS checkout https://github.com/dankinsoid/SwiftOpenAPI.git at 2.24.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/dankinsoid/SwiftOpenAPI.git
https://github.com/dankinsoid/SwiftOpenAPI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "SwiftOpenAPI",
"name" : "SwiftOpenAPI",
"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"
}
],
"products" : [
{
"name" : "SwiftOpenAPI",
"targets" : [
"SwiftOpenAPI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftOpenAPIMacros",
"targets" : [
"SwiftOpenAPIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftOpenAPITests",
"module_type" : "SwiftTarget",
"name" : "SwiftOpenAPITests",
"path" : "Tests/SwiftOpenAPITests",
"sources" : [
"AnyValueTests/AnyValueTests.swift",
"AnyValueTests/TestHelpers.swift",
"ArrayDecodingTests.swift",
"Mocks.swift",
"SwiftOpenAPITests.swift"
],
"target_dependencies" : [
"SwiftOpenAPI"
],
"type" : "test"
},
{
"c99name" : "SwiftOpenAPIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SwiftOpenAPIMacrosTests",
"path" : "Tests/SwiftOpenAPIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"SwiftOpenAPIMacrosTests.swift"
],
"target_dependencies" : [
"SwiftOpenAPI",
"SwiftOpenAPIMacros"
],
"type" : "test"
},
{
"c99name" : "SwiftOpenAPIMacros",
"module_type" : "SwiftTarget",
"name" : "SwiftOpenAPIMacros",
"path" : "Sources/SwiftOpenAPIMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"SwiftOpenAPI",
"SwiftOpenAPIMacros"
],
"sources" : [
"OpenAPIDescriptionMacro.swift",
"StringError.swift",
"SyntaxExt.swift"
],
"type" : "macro"
},
{
"c99name" : "SwiftOpenAPI",
"module_type" : "SwiftTarget",
"name" : "SwiftOpenAPI",
"path" : "Sources/SwiftOpenAPI",
"product_memberships" : [
"SwiftOpenAPI"
],
"sources" : [
"Common/AnyRange.swift",
"Common/Bool++.swift",
"Common/Codable++.swift",
"Common/CodingKeys.swift",
"Common/Collection++.swift",
"Common/Decimal++.swift",
"Common/ExpressibleBy.swift",
"Common/OrderedDictionary/OrderedDictionary.swift",
"Common/OrderedDictionary/StringConvertibleHintProvider.swift",
"Common/String++.swift",
"Encoders/AnyValueEncoder.swift",
"Encoders/CheckAllKeysDecoder.swift",
"Encoders/DateEncodingFormat.swift",
"Encoders/HeadersEncoder.swift",
"Encoders/KeyEncodingStrategy.swift",
"Encoders/ParametersEncoder.swift",
"Encoders/Ref.swift",
"Encoders/SchemeEncoder.swift",
"Encoders/TypeRevision/CodableTypes.swift",
"Encoders/TypeRevision/TypeRevision.swift",
"Encoders/TypeRevision/TypeRevisionDecoder.swift",
"Encoders/TypeRevision/TypeRevisionEncoder.swift",
"Objects/AnyValue.swift",
"Objects/CallbackObject.swift",
"Objects/ComponentsObject.swift",
"Objects/CompositeType.swift",
"Objects/ContactObject.swift",
"Objects/ContentObject.swift",
"Objects/EncodingObject.swift",
"Objects/ExampleObject.swift",
"Objects/ExternalDocumentationObject.swift",
"Objects/HeaderObject.swift",
"Objects/InfoObject.swift",
"Objects/JSONSchema/AdditionalProperties.swift",
"Objects/JSONSchema/DataFormat.swift",
"Objects/JSONSchema/DataType.swift",
"Objects/JSONSchema/DiscriminatorObject.swift",
"Objects/JSONSchema/ExpressibleBySchemaObject.swift",
"Objects/JSONSchema/SchemaContexts.swift",
"Objects/JSONSchema/SchemaObjec+deprecated.swift",
"Objects/JSONSchema/SchemaObject++.swift",
"Objects/JSONSchema/SchemaObject.swift",
"Objects/LicenseObject.swift",
"Objects/LinkObject.swift",
"Objects/MediaType.swift",
"Objects/MediaTypeObject.swift",
"Objects/OAuthFlowObject.swift",
"Objects/OAuthFlowsObject.swift",
"Objects/OpenAPIObject.swift",
"Objects/OperationObject.swift",
"Objects/ParameterObject.swift",
"Objects/Path.swift",
"Objects/PathItemObject.swift",
"Objects/PathsObject.swift",
"Objects/ReferenceObject.swift",
"Objects/ReferenceOr.swift",
"Objects/RequestBodyObject.swift",
"Objects/ResponseObject.swift",
"Objects/ResponsesObject.swift",
"Objects/RuntimeExpression.swift",
"Objects/RuntimeExpressionOr.swift",
"Objects/SecurityRequirementObject.swift",
"Objects/SecuritySchemeObject.swift",
"Objects/ServerObject.swift",
"Objects/ServerVariableObject.swift",
"Objects/SpecificationExtendable.swift",
"Objects/TagObject.swift",
"Objects/Version.swift",
"Objects/XMLObject.swift",
"OpenAPIDescriptable.swift",
"OpenAPIDescription.swift",
"OpenAPIType.swift",
"refactor.swift"
],
"target_dependencies" : [
"SwiftOpenAPIMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.git
[1/69852] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.32s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (3.24s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/35] Write sources
[16/35] Compiling _SwiftSyntaxCShims dummy.c
[17/35] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/41] 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
[20/41] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/41] 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
[22/41] Compiling SwiftSyntax510 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)
[23/41] 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
[24/41] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/18] Write swift-version-24593BA9C3E375BF.txt
[2/24] Compiling SwiftSyntax509 Empty.swift
[3/24] Emitting module SwiftSyntax600
[4/24] Compiling SwiftSyntax600 Empty.swift
[5/25] Emitting module SwiftSyntax509
[6/26] Compiling SwiftSyntax510 Empty.swift
[7/26] Emitting module SwiftSyntax510
[10/27] Wrapping AST for SwiftSyntax600 for debugging
[11/27] Wrapping AST for SwiftSyntax509 for debugging
[12/27] Wrapping AST for SwiftSyntax510 for debugging
[14/91] Compiling SwiftSyntax AbsolutePosition.swift
[15/91] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[16/91] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[17/91] Compiling SwiftSyntax Assert.swift
[18/91] Compiling SwiftSyntax BumpPtrAllocator.swift
[19/91] Compiling SwiftSyntax CommonAncestor.swift
[20/91] Compiling SwiftSyntax Convenience.swift
[21/91] Compiling SwiftSyntax CustomTraits.swift
[22/91] Compiling SwiftSyntax Identifier.swift
[23/99] Compiling SwiftSyntax SourcePresence.swift
[24/99] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[25/99] Compiling SwiftSyntax Syntax.swift
[26/99] Compiling SwiftSyntax SyntaxArena.swift
[27/99] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[28/99] Compiling SwiftSyntax SyntaxChildren.swift
[29/99] Compiling SwiftSyntax SyntaxCollection.swift
[30/99] Compiling SwiftSyntax SyntaxHashable.swift
[31/99] Compiling SwiftSyntax SyntaxIdentifier.swift
[32/99] Emitting module SwiftSyntax
[33/99] Compiling SwiftSyntax MemoryLayout.swift
[34/99] Compiling SwiftSyntax MissingNodeInitializers.swift
[35/99] Compiling SwiftSyntax RawSyntax.swift
[36/99] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[37/99] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[38/99] Compiling SwiftSyntax RawSyntaxTokenView.swift
[39/99] Compiling SwiftSyntax SourceEdit.swift
[40/99] Compiling SwiftSyntax SourceLength.swift
[41/99] Compiling SwiftSyntax SourceLocation.swift
[42/99] Compiling SwiftSyntax RawSyntaxNodesD.swift
[43/99] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[44/99] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[45/99] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[46/99] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[47/99] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[48/99] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[49/99] Compiling SwiftSyntax RawSyntaxValidation.swift
[50/99] Compiling SwiftSyntax SyntaxNodesAB.swift
[51/99] Compiling SwiftSyntax Utils.swift
[52/99] Compiling SwiftSyntax ChildNameForKeyPath.swift
[53/99] Compiling SwiftSyntax Keyword.swift
[54/99] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[55/99] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[56/99] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[57/99] Compiling SwiftSyntax SyntaxBaseNodes.swift
[58/99] Compiling SwiftSyntax SyntaxCollections.swift
[59/99] Compiling SwiftSyntax SyntaxEnum.swift
[60/99] Compiling SwiftSyntax SyntaxNodeFactory.swift
[61/99] Compiling SwiftSyntax SyntaxNodeStructure.swift
[62/99] Compiling SwiftSyntax SyntaxProtocol.swift
[63/99] Compiling SwiftSyntax SyntaxText.swift
[64/99] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[65/99] Compiling SwiftSyntax TokenDiagnostic.swift
[66/99] Compiling SwiftSyntax TokenSequence.swift
[67/99] Compiling SwiftSyntax TokenSyntax.swift
[68/99] Compiling SwiftSyntax Trivia.swift
[69/99] Compiling SwiftSyntax SyntaxKind.swift
[70/99] Compiling SwiftSyntax SyntaxRewriter.swift
[71/99] Compiling SwiftSyntax SyntaxTraits.swift
[72/99] Compiling SwiftSyntax SyntaxVisitor.swift
[73/99] Compiling SwiftSyntax TokenKind.swift
[74/99] Compiling SwiftSyntax Tokens.swift
[75/99] Compiling SwiftSyntax TriviaPieces.swift
[76/99] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[77/99] Compiling SwiftSyntax RawSyntaxNodesC.swift
[78/99] Compiling SwiftSyntax SyntaxNodesC.swift
[79/99] Compiling SwiftSyntax SyntaxNodesD.swift
[80/99] Compiling SwiftSyntax SyntaxNodesEF.swift
[81/99] Compiling SwiftSyntax SyntaxNodesGHI.swift
[82/99] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[83/99] Compiling SwiftSyntax SyntaxNodesOP.swift
[84/99] Compiling SwiftSyntax SyntaxNodesQRS.swift
[85/99] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[86/100] Wrapping AST for SwiftSyntax for debugging
[88/157] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[89/158] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[90/158] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[91/158] Compiling SwiftDiagnostics Message.swift
[92/158] Compiling SwiftDiagnostics Note.swift
[93/158] Compiling SwiftBasicFormat Syntax+Extensions.swift
[94/158] Compiling SwiftParser CharacterInfo.swift
[95/158] Compiling SwiftParser CollectionNodes+Parsable.swift
[96/158] Emitting module SwiftDiagnostics
[97/158] Compiling SwiftParser Attributes.swift
[98/158] Compiling SwiftParser Availability.swift
[99/158] Compiling SwiftDiagnostics FixIt.swift
[100/158] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[101/158] Compiling SwiftBasicFormat InferIndentation.swift
[102/158] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[103/159] Wrapping AST for SwiftDiagnostics for debugging
[105/159] Emitting module SwiftBasicFormat
[106/159] Compiling SwiftBasicFormat BasicFormat.swift
[107/160] Wrapping AST for SwiftBasicFormat for debugging
[109/160] Emitting module SwiftParser
[110/165] Compiling SwiftParser LexemeSequence.swift
[111/165] Compiling SwiftParser Lexer.swift
[112/165] Compiling SwiftParser RegexLiteralLexer.swift
[113/165] Compiling SwiftParser UnicodeScalarExtensions.swift
[114/165] Compiling SwiftParser Lookahead.swift
[115/165] Compiling SwiftParser LoopProgressCondition.swift
[120/165] Compiling SwiftParser Declarations.swift
[121/165] Compiling SwiftParser Directives.swift
[122/165] Compiling SwiftParser Modifiers.swift
[123/165] Compiling SwiftParser Names.swift
[124/165] Compiling SwiftParser Nominals.swift
[125/165] Compiling SwiftParser Parameters.swift
[126/165] Compiling SwiftParser ParseSourceFile.swift
[127/165] Compiling SwiftParser Parser.swift
[128/165] Compiling SwiftParser Patterns.swift
[129/165] Compiling SwiftParser Recovery.swift
[130/165] Compiling SwiftParser Specifiers.swift
[131/165] Compiling SwiftParser Statements.swift
[132/165] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[133/165] Compiling SwiftParser StringLiterals.swift
[134/165] Compiling SwiftParser TokenSpec.swift
[135/165] Compiling SwiftParser TokenSpecSet.swift
[136/165] Compiling SwiftParser TopLevel.swift
[137/165] Compiling SwiftParser TriviaParser.swift
[138/165] Compiling SwiftParser Types.swift
[139/165] Compiling SwiftParser SwiftParserCompatibility.swift
[140/165] Compiling SwiftParser SwiftVersion.swift
[141/165] Compiling SwiftParser SyntaxUtils.swift
[142/165] Compiling SwiftParser TokenConsumer.swift
[143/165] Compiling SwiftParser TokenPrecedence.swift
[144/165] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[145/165] Compiling SwiftParser Expressions.swift
[146/165] Compiling SwiftParser IncrementalParseTransition.swift
[147/165] Compiling SwiftParser IsValidIdentifier.swift
[148/165] Compiling SwiftParser Cursor.swift
[149/165] Compiling SwiftParser Lexeme.swift
[150/165] Compiling SwiftParser ExperimentalFeatures.swift
[151/165] Compiling SwiftParser IsLexerClassified.swift
[152/165] Compiling SwiftParser LayoutNodes+Parsable.swift
[153/165] Compiling SwiftParser Parser+TokenSpecSet.swift
[154/165] Compiling SwiftParser TokenSpecStaticMembers.swift
[155/166] Wrapping AST for SwiftParser for debugging
[157/189] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[158/190] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[159/190] Compiling SwiftOperators PrecedenceGraph.swift
[160/190] Compiling SwiftOperators PrecedenceGroup.swift
[161/191] Compiling SwiftOperators Operator.swift
[162/191] Compiling SwiftOperators OperatorError+Diagnostics.swift
[163/191] Compiling SwiftOperators OperatorTable+Semantics.swift
[164/191] Compiling SwiftOperators OperatorTable.swift
[165/191] Emitting module SwiftOperators
[166/191] Compiling SwiftOperators SyntaxSynthesis.swift
[167/191] Compiling SwiftOperators OperatorTable+Folding.swift
[168/191] Compiling SwiftOperators OperatorError.swift
[169/191] Compiling SwiftOperators OperatorTable+Defaults.swift
[171/192] Emitting module SwiftParserDiagnostics
[171/192] Wrapping AST for SwiftOperators for debugging
[173/192] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[174/192] Compiling SwiftParserDiagnostics Utils.swift
[175/192] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[176/192] Compiling SwiftParserDiagnostics PresenceUtils.swift
[177/192] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[180/192] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[181/192] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[184/193] Wrapping AST for SwiftParserDiagnostics for debugging
[186/208] Compiling SwiftSyntaxBuilder Indenter.swift
[187/208] Compiling SwiftSyntaxBuilder ListBuilder.swift
[188/209] Emitting module SwiftSyntaxBuilder
[189/209] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[190/209] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[191/209] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[192/209] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[193/209] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[194/209] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[195/209] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[196/209] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[197/209] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[198/209] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[199/209] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[200/209] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[201/209] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[202/210] Wrapping AST for SwiftSyntaxBuilder for debugging
[204/227] Emitting module SwiftSyntaxMacros
[205/229] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[206/229] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[207/229] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[208/229] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[209/229] Compiling SwiftSyntaxMacros Macro.swift
[210/229] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[211/229] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[212/229] Compiling SwiftSyntaxMacros Macro+Format.swift
[213/229] Compiling SwiftSyntaxMacros AccessorMacro.swift
[214/229] Compiling SwiftSyntaxMacros AttachedMacro.swift
[215/229] Compiling SwiftSyntaxMacros BodyMacro.swift
[216/229] Compiling SwiftSyntaxMacros MemberMacro.swift
[217/229] Compiling SwiftSyntaxMacros PeerMacro.swift
[218/229] Compiling SwiftSyntaxMacros PreambleMacro.swift
[219/229] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[220/229] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[221/229] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[222/229] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[223/230] Wrapping AST for SwiftSyntaxMacros for debugging
[225/239] Emitting module SwiftSyntaxMacroExpansion
[226/240] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[227/240] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[228/240] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[229/240] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[230/240] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[231/240] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[232/240] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[233/240] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[234/240] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[235/241] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[237/253] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[238/253] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[239/253] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[240/254] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[241/254] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[242/254] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[243/254] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[244/254] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[245/254] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[246/254] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[247/254] Emitting module SwiftCompilerPluginMessageHandling
[248/254] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[249/254] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[250/255] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[252/257] Emitting module SwiftCompilerPlugin
[253/257] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[254/258] Wrapping AST for SwiftCompilerPlugin for debugging
[256/262] Compiling SwiftOpenAPIMacros SyntaxExt.swift
[257/262] Compiling SwiftOpenAPIMacros OpenAPIDescriptionMacro.swift
[258/262] Emitting module SwiftOpenAPIMacros
[259/262] Compiling SwiftOpenAPIMacros StringError.swift
[260/263] Wrapping AST for SwiftOpenAPIMacros for debugging
[261/263] Write Objects.LinkFileList
[262/263] Linking SwiftOpenAPIMacros-tool
[264/328] Emitting module SwiftOpenAPI
[265/337] Compiling SwiftOpenAPI EncodingObject.swift
[266/337] Compiling SwiftOpenAPI ExampleObject.swift
[267/337] Compiling SwiftOpenAPI ExternalDocumentationObject.swift
[268/337] Compiling SwiftOpenAPI HeaderObject.swift
[269/337] Compiling SwiftOpenAPI InfoObject.swift
[270/337] Compiling SwiftOpenAPI AdditionalProperties.swift
[271/337] Compiling SwiftOpenAPI DataFormat.swift
[272/337] Compiling SwiftOpenAPI DataType.swift
[273/337] Compiling SwiftOpenAPI DiscriminatorObject.swift
[274/337] Compiling SwiftOpenAPI ReferenceOr.swift
[275/337] Compiling SwiftOpenAPI RequestBodyObject.swift
[276/337] Compiling SwiftOpenAPI ResponseObject.swift
[277/337] Compiling SwiftOpenAPI ResponsesObject.swift
[278/337] Compiling SwiftOpenAPI RuntimeExpression.swift
[279/337] Compiling SwiftOpenAPI RuntimeExpressionOr.swift
[280/337] Compiling SwiftOpenAPI SecurityRequirementObject.swift
[281/337] Compiling SwiftOpenAPI SecuritySchemeObject.swift
[282/337] Compiling SwiftOpenAPI ServerObject.swift
[283/337] Compiling SwiftOpenAPI AnyValueEncoder.swift
[284/337] Compiling SwiftOpenAPI CheckAllKeysDecoder.swift
[285/337] Compiling SwiftOpenAPI DateEncodingFormat.swift
[286/337] Compiling SwiftOpenAPI HeadersEncoder.swift
[287/337] Compiling SwiftOpenAPI KeyEncodingStrategy.swift
[288/337] Compiling SwiftOpenAPI ParametersEncoder.swift
[289/337] Compiling SwiftOpenAPI Ref.swift
[290/337] Compiling SwiftOpenAPI SchemeEncoder.swift
[291/337] Compiling SwiftOpenAPI CodableTypes.swift
[292/337] Compiling SwiftOpenAPI AnyRange.swift
[293/337] Compiling SwiftOpenAPI Bool++.swift
[294/337] Compiling SwiftOpenAPI Codable++.swift
[295/337] Compiling SwiftOpenAPI CodingKeys.swift
[296/337] Compiling SwiftOpenAPI Collection++.swift
[297/337] Compiling SwiftOpenAPI Decimal++.swift
[298/337] Compiling SwiftOpenAPI ExpressibleBy.swift
[299/337] Compiling SwiftOpenAPI OrderedDictionary.swift
[300/337] Compiling SwiftOpenAPI StringConvertibleHintProvider.swift
[301/337] Compiling SwiftOpenAPI String++.swift
[302/337] Compiling SwiftOpenAPI ServerVariableObject.swift
[303/337] Compiling SwiftOpenAPI SpecificationExtendable.swift
[304/337] Compiling SwiftOpenAPI TagObject.swift
[305/337] Compiling SwiftOpenAPI Version.swift
[306/337] Compiling SwiftOpenAPI XMLObject.swift
[307/337] Compiling SwiftOpenAPI OpenAPIDescriptable.swift
[308/337] Compiling SwiftOpenAPI OpenAPIDescription.swift
[309/337] Compiling SwiftOpenAPI OpenAPIType.swift
[310/337] Compiling SwiftOpenAPI refactor.swift
[311/337] Compiling SwiftOpenAPI TypeRevision.swift
[312/337] Compiling SwiftOpenAPI TypeRevisionDecoder.swift
[313/337] Compiling SwiftOpenAPI TypeRevisionEncoder.swift
[314/337] Compiling SwiftOpenAPI AnyValue.swift
[315/337] Compiling SwiftOpenAPI CallbackObject.swift
[316/337] Compiling SwiftOpenAPI ComponentsObject.swift
[317/337] Compiling SwiftOpenAPI CompositeType.swift
[318/337] Compiling SwiftOpenAPI ContactObject.swift
[319/337] Compiling SwiftOpenAPI ContentObject.swift
[320/337] Compiling SwiftOpenAPI ExpressibleBySchemaObject.swift
[321/337] Compiling SwiftOpenAPI SchemaContexts.swift
[322/337] Compiling SwiftOpenAPI SchemaObjec+deprecated.swift
[323/337] Compiling SwiftOpenAPI SchemaObject++.swift
[324/337] Compiling SwiftOpenAPI SchemaObject.swift
[325/337] Compiling SwiftOpenAPI LicenseObject.swift
[326/337] Compiling SwiftOpenAPI LinkObject.swift
[327/337] Compiling SwiftOpenAPI MediaType.swift
[328/337] Compiling SwiftOpenAPI MediaTypeObject.swift
[329/337] Compiling SwiftOpenAPI OAuthFlowObject.swift
[330/337] Compiling SwiftOpenAPI OAuthFlowsObject.swift
[331/337] Compiling SwiftOpenAPI OpenAPIObject.swift
[332/337] Compiling SwiftOpenAPI OperationObject.swift
[333/337] Compiling SwiftOpenAPI ParameterObject.swift
[334/337] Compiling SwiftOpenAPI Path.swift
[335/337] Compiling SwiftOpenAPI PathItemObject.swift
[336/337] Compiling SwiftOpenAPI PathsObject.swift
[337/337] Compiling SwiftOpenAPI ReferenceObject.swift
Build complete! (102.79s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "SwiftOpenAPI",
"name" : "SwiftOpenAPI",
"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"
}
],
"products" : [
{
"name" : "SwiftOpenAPI",
"targets" : [
"SwiftOpenAPI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftOpenAPIMacros",
"targets" : [
"SwiftOpenAPIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftOpenAPITests",
"module_type" : "SwiftTarget",
"name" : "SwiftOpenAPITests",
"path" : "Tests/SwiftOpenAPITests",
"sources" : [
"AnyValueTests/AnyValueTests.swift",
"AnyValueTests/TestHelpers.swift",
"ArrayDecodingTests.swift",
"Mocks.swift",
"SwiftOpenAPITests.swift"
],
"target_dependencies" : [
"SwiftOpenAPI"
],
"type" : "test"
},
{
"c99name" : "SwiftOpenAPIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SwiftOpenAPIMacrosTests",
"path" : "Tests/SwiftOpenAPIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"SwiftOpenAPIMacrosTests.swift"
],
"target_dependencies" : [
"SwiftOpenAPI",
"SwiftOpenAPIMacros"
],
"type" : "test"
},
{
"c99name" : "SwiftOpenAPIMacros",
"module_type" : "SwiftTarget",
"name" : "SwiftOpenAPIMacros",
"path" : "Sources/SwiftOpenAPIMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"SwiftOpenAPI",
"SwiftOpenAPIMacros"
],
"sources" : [
"OpenAPIDescriptionMacro.swift",
"StringError.swift",
"SyntaxExt.swift"
],
"type" : "macro"
},
{
"c99name" : "SwiftOpenAPI",
"module_type" : "SwiftTarget",
"name" : "SwiftOpenAPI",
"path" : "Sources/SwiftOpenAPI",
"product_memberships" : [
"SwiftOpenAPI"
],
"sources" : [
"Common/AnyRange.swift",
"Common/Bool++.swift",
"Common/Codable++.swift",
"Common/CodingKeys.swift",
"Common/Collection++.swift",
"Common/Decimal++.swift",
"Common/ExpressibleBy.swift",
"Common/OrderedDictionary/OrderedDictionary.swift",
"Common/OrderedDictionary/StringConvertibleHintProvider.swift",
"Common/String++.swift",
"Encoders/AnyValueEncoder.swift",
"Encoders/CheckAllKeysDecoder.swift",
"Encoders/DateEncodingFormat.swift",
"Encoders/HeadersEncoder.swift",
"Encoders/KeyEncodingStrategy.swift",
"Encoders/ParametersEncoder.swift",
"Encoders/Ref.swift",
"Encoders/SchemeEncoder.swift",
"Encoders/TypeRevision/CodableTypes.swift",
"Encoders/TypeRevision/TypeRevision.swift",
"Encoders/TypeRevision/TypeRevisionDecoder.swift",
"Encoders/TypeRevision/TypeRevisionEncoder.swift",
"Objects/AnyValue.swift",
"Objects/CallbackObject.swift",
"Objects/ComponentsObject.swift",
"Objects/CompositeType.swift",
"Objects/ContactObject.swift",
"Objects/ContentObject.swift",
"Objects/EncodingObject.swift",
"Objects/ExampleObject.swift",
"Objects/ExternalDocumentationObject.swift",
"Objects/HeaderObject.swift",
"Objects/InfoObject.swift",
"Objects/JSONSchema/AdditionalProperties.swift",
"Objects/JSONSchema/DataFormat.swift",
"Objects/JSONSchema/DataType.swift",
"Objects/JSONSchema/DiscriminatorObject.swift",
"Objects/JSONSchema/ExpressibleBySchemaObject.swift",
"Objects/JSONSchema/SchemaContexts.swift",
"Objects/JSONSchema/SchemaObjec+deprecated.swift",
"Objects/JSONSchema/SchemaObject++.swift",
"Objects/JSONSchema/SchemaObject.swift",
"Objects/LicenseObject.swift",
"Objects/LinkObject.swift",
"Objects/MediaType.swift",
"Objects/MediaTypeObject.swift",
"Objects/OAuthFlowObject.swift",
"Objects/OAuthFlowsObject.swift",
"Objects/OpenAPIObject.swift",
"Objects/OperationObject.swift",
"Objects/ParameterObject.swift",
"Objects/Path.swift",
"Objects/PathItemObject.swift",
"Objects/PathsObject.swift",
"Objects/ReferenceObject.swift",
"Objects/ReferenceOr.swift",
"Objects/RequestBodyObject.swift",
"Objects/ResponseObject.swift",
"Objects/ResponsesObject.swift",
"Objects/RuntimeExpression.swift",
"Objects/RuntimeExpressionOr.swift",
"Objects/SecurityRequirementObject.swift",
"Objects/SecuritySchemeObject.swift",
"Objects/ServerObject.swift",
"Objects/ServerVariableObject.swift",
"Objects/SpecificationExtendable.swift",
"Objects/TagObject.swift",
"Objects/Version.swift",
"Objects/XMLObject.swift",
"OpenAPIDescriptable.swift",
"OpenAPIDescription.swift",
"OpenAPIType.swift",
"refactor.swift"
],
"target_dependencies" : [
"SwiftOpenAPIMacros"
],
"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.