Build Information
Failed to build CodableWrapper, reference master (eb90d3
), with Swift 6.0 for Linux on 12 Mar 2025 10:45:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/winddpan/CodableWrapper.git
Reference: master
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/winddpan/CodableWrapper
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at eb90d37 deps: Update swift-syntax (#42)
Cloned https://github.com/winddpan/CodableWrapper.git
Revision (git rev-parse @):
eb90d37dbdf4ea437d6f86b874bac1e6da75f1b4
SUCCESS checkout https://github.com/winddpan/CodableWrapper.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/winddpan/CodableWrapper.git
https://github.com/winddpan/CodableWrapper.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "601.0.0-prerelease"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "CodableWrapper",
"name" : "CodableWrapper",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "CodableWrapper",
"targets" : [
"CodableWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CodableWrapperMacros",
"targets" : [
"CodableWrapperMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "CodableWrapperTests",
"module_type" : "SwiftTarget",
"name" : "CodableWrapperTests",
"path" : "Tests/CodableWrapperTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"CodableWrapperTests.swift",
"DeclareTests.swift",
"ExampleTest.swift",
"ExtensionTest.swift",
"NestedKeyTest.swift",
"TransformTest.swift",
"Transforms.swift"
],
"target_dependencies" : [
"CodableWrapper"
],
"type" : "test"
},
{
"c99name" : "CodableWrapperMacros",
"module_type" : "SwiftTarget",
"name" : "CodableWrapperMacros",
"path" : "Sources/CodableWrapperMacros",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftOperators",
"SwiftParser",
"SwiftParserDiagnostics",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"CodableWrapper",
"CodableWrapperMacros"
],
"sources" : [
"ASTError.swift",
"Codable.swift",
"CodableKey.swift",
"CodableSubclass.swift",
"CodingNestedKey.swift",
"CodingTransformer.swift",
"ModelMemberPropertyContainer.swift",
"Plugin.swift",
"VariableDeclSyntaxExtension.swift"
],
"type" : "macro"
},
{
"c99name" : "CodableWrapper",
"module_type" : "SwiftTarget",
"name" : "CodableWrapper",
"path" : "Sources/CodableWrapper",
"product_memberships" : [
"CodableWrapper"
],
"sources" : [
"AnyCodingKey.swift",
"AnyDecodable.swift",
"BuiltInBridgeType.swift",
"CodableWrapperMacros.swift",
"Decoder.swift",
"Encoder.swift",
"Error.swift",
"SnakeCamelConvert.swift",
"TransformOf.swift",
"TransformType.swift"
],
"target_dependencies" : [
"CodableWrapperMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-syntax
[1/69267] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.31s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (2.75s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax 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 SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[20/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 SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/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
<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-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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
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] Emitting module SwiftSyntax600
[3/24] Compiling SwiftSyntax600 Empty.swift
[4/25] Emitting module SwiftSyntax509
[5/25] Emitting module SwiftSyntax510
[6/25] Compiling SwiftSyntax509 Empty.swift
[7/25] Compiling SwiftSyntax510 Empty.swift
[10/27] Wrapping AST for SwiftSyntax509 for debugging
[11/27] Wrapping AST for SwiftSyntax510 for debugging
[12/27] Wrapping AST for SwiftSyntax600 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] Compiling SwiftSyntax SyntaxNodeFactory.swift
[33/99] Compiling SwiftSyntax SyntaxNodeStructure.swift
[34/99] Compiling SwiftSyntax SyntaxProtocol.swift
[35/99] Compiling SwiftSyntax SyntaxText.swift
[36/99] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[37/99] Compiling SwiftSyntax TokenDiagnostic.swift
[38/99] Compiling SwiftSyntax TokenSequence.swift
[39/99] Compiling SwiftSyntax TokenSyntax.swift
[40/99] Compiling SwiftSyntax Trivia.swift
[41/99] Compiling SwiftSyntax MemoryLayout.swift
[42/99] Compiling SwiftSyntax MissingNodeInitializers.swift
[43/99] Compiling SwiftSyntax RawSyntax.swift
[44/99] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[45/99] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[46/99] Compiling SwiftSyntax RawSyntaxTokenView.swift
[47/99] Compiling SwiftSyntax SourceEdit.swift
[48/99] Compiling SwiftSyntax SourceLength.swift
[49/99] Compiling SwiftSyntax SourceLocation.swift
[50/99] Emitting module SwiftSyntax
[51/99] Compiling SwiftSyntax SyntaxKind.swift
[52/99] Compiling SwiftSyntax SyntaxRewriter.swift
[53/99] Compiling SwiftSyntax SyntaxTraits.swift
[54/99] Compiling SwiftSyntax SyntaxVisitor.swift
[55/99] Compiling SwiftSyntax TokenKind.swift
[56/99] Compiling SwiftSyntax Tokens.swift
[57/99] Compiling SwiftSyntax TriviaPieces.swift
[58/99] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[59/99] Compiling SwiftSyntax RawSyntaxNodesC.swift
[60/99] Compiling SwiftSyntax RawSyntaxNodesD.swift
[61/99] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[62/99] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[63/99] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[64/99] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[65/99] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[66/99] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[67/99] Compiling SwiftSyntax RawSyntaxValidation.swift
[68/99] Compiling SwiftSyntax SyntaxNodesAB.swift
[69/99] Compiling SwiftSyntax Utils.swift
[70/99] Compiling SwiftSyntax ChildNameForKeyPath.swift
[71/99] Compiling SwiftSyntax Keyword.swift
[72/99] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[73/99] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[74/99] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[75/99] Compiling SwiftSyntax SyntaxBaseNodes.swift
[76/99] Compiling SwiftSyntax SyntaxCollections.swift
[77/99] Compiling SwiftSyntax SyntaxEnum.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 SwiftBasicFormat InferIndentation.swift
[89/157] Emitting module SwiftDiagnostics
[90/158] Compiling SwiftDiagnostics Message.swift
[91/158] Compiling SwiftBasicFormat Syntax+Extensions.swift
[92/158] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[93/158] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[94/158] Compiling SwiftDiagnostics Note.swift
[95/158] Compiling SwiftDiagnostics Convenience.swift
[96/158] Compiling SwiftDiagnostics Diagnostic.swift
[97/158] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[98/158] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[99/158] Compiling SwiftDiagnostics FixIt.swift
[100/158] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[101/158] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[102/158] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[103/159] Emitting module SwiftBasicFormat
[104/159] Compiling SwiftBasicFormat BasicFormat.swift
[106/160] Wrapping AST for SwiftDiagnostics for debugging
[107/160] Wrapping AST for SwiftBasicFormat for debugging
[109/160] Emitting module SwiftParser
[110/165] Compiling SwiftParser Modifiers.swift
[111/165] Compiling SwiftParser Names.swift
[112/165] Compiling SwiftParser Nominals.swift
[113/165] Compiling SwiftParser Parameters.swift
[114/165] Compiling SwiftParser ParseSourceFile.swift
[115/165] Compiling SwiftParser Parser.swift
[116/165] Compiling SwiftParser Patterns.swift
[117/165] Compiling SwiftParser Recovery.swift
[118/165] Compiling SwiftParser Specifiers.swift
[119/165] Compiling SwiftParser Statements.swift
[120/165] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[121/165] Compiling SwiftParser StringLiterals.swift
[122/165] Compiling SwiftParser LexemeSequence.swift
[123/165] Compiling SwiftParser Lexer.swift
[124/165] Compiling SwiftParser RegexLiteralLexer.swift
[125/165] Compiling SwiftParser UnicodeScalarExtensions.swift
[126/165] Compiling SwiftParser Lookahead.swift
[127/165] Compiling SwiftParser LoopProgressCondition.swift
[128/165] Compiling SwiftParser SwiftParserCompatibility.swift
[129/165] Compiling SwiftParser SwiftVersion.swift
[130/165] Compiling SwiftParser SyntaxUtils.swift
[131/165] Compiling SwiftParser TokenConsumer.swift
[132/165] Compiling SwiftParser TokenPrecedence.swift
[133/165] Compiling SwiftParser TokenSpec.swift
[134/165] Compiling SwiftParser TokenSpecSet.swift
[135/165] Compiling SwiftParser TopLevel.swift
[136/165] Compiling SwiftParser TriviaParser.swift
[137/165] Compiling SwiftParser Types.swift
[138/165] Compiling SwiftParser Attributes.swift
[139/165] Compiling SwiftParser Availability.swift
[140/165] Compiling SwiftParser CharacterInfo.swift
[141/165] Compiling SwiftParser CollectionNodes+Parsable.swift
[142/165] Compiling SwiftParser Declarations.swift
[143/165] Compiling SwiftParser Directives.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 SwiftOperators PrecedenceGroup.swift
[159/191] Compiling SwiftOperators PrecedenceGraph.swift
[160/191] Compiling SwiftOperators OperatorTable.swift
[161/191] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[162/191] Compiling SwiftOperators OperatorTable+Semantics.swift
[163/191] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[164/191] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[165/191] Compiling SwiftOperators SyntaxSynthesis.swift
[166/191] Compiling SwiftParserDiagnostics MissingNodesError.swift
[167/191] Compiling SwiftParserDiagnostics MissingTokenError.swift
[168/191] Emitting module SwiftOperators
[169/191] Compiling SwiftOperators OperatorTable+Folding.swift
[170/192] Wrapping AST for SwiftOperators for debugging
[172/192] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[173/192] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[174/192] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[175/192] Emitting module SwiftParserDiagnostics
[178/192] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[179/192] Compiling SwiftParserDiagnostics Utils.swift
[182/192] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[183/192] Compiling SwiftParserDiagnostics PresenceUtils.swift
[184/193] Wrapping AST for SwiftParserDiagnostics for debugging
[186/208] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[187/208] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[188/209] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[189/209] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[190/209] Emitting module SwiftSyntaxBuilder
[191/209] Compiling SwiftSyntaxBuilder Indenter.swift
[192/209] Compiling SwiftSyntaxBuilder ListBuilder.swift
[193/209] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[194/209] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[195/209] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[196/209] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[197/209] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[198/209] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[199/209] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[200/209] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[201/209] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[202/210] Wrapping AST for SwiftSyntaxBuilder for debugging
[204/227] Compiling SwiftSyntaxMacros AccessorMacro.swift
[205/227] Compiling SwiftSyntaxMacros AttachedMacro.swift
[206/227] Compiling SwiftSyntaxMacros BodyMacro.swift
[207/229] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[208/229] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[209/229] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[210/229] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[211/229] Compiling SwiftSyntaxMacros Macro.swift
[212/229] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[213/229] Compiling SwiftSyntaxMacros MemberMacro.swift
[214/229] Compiling SwiftSyntaxMacros PeerMacro.swift
[215/229] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[216/229] Compiling SwiftSyntaxMacros Macro+Format.swift
[217/229] Emitting module SwiftSyntaxMacros
[218/229] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[219/229] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[220/229] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[221/229] Compiling SwiftSyntaxMacros PreambleMacro.swift
[222/229] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[223/230] Wrapping AST for SwiftSyntaxMacros for debugging
[225/239] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[226/239] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[227/240] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[228/240] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[229/240] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[230/240] Emitting module SwiftSyntaxMacroExpansion
[231/240] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[232/240] Compiling SwiftSyntaxMacroExpansion MacroExpansion.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/254] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[240/254] Emitting module SwiftCompilerPluginMessageHandling
[241/254] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[242/254] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[243/254] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[244/254] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[245/254] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[246/254] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[247/254] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[248/254] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[249/254] Compiling SwiftCompilerPluginMessageHandling JSON.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/267] Compiling CodableWrapperMacros CodingNestedKey.swift
[257/268] Compiling CodableWrapperMacros Plugin.swift
[258/268] Compiling CodableWrapperMacros CodableSubclass.swift
[259/268] Compiling CodableWrapperMacros VariableDeclSyntaxExtension.swift
/host/spi-builder-workspace/Sources/CodableWrapperMacros/VariableDeclSyntaxExtension.swift:9:38: warning: 'as' is deprecated: This cast will always succeed
7 | /// e.g., accessor macros or property wrappers.
8 | var isStoredProperty: Bool {
9 | if modifiers.compactMap({ $0.as(DeclModifierSyntax.self) }).contains(where: { $0.name.text == "static" }) {
| `- warning: 'as' is deprecated: This cast will always succeed
10 | return false
11 | }
[260/268] Compiling CodableWrapperMacros CodingTransformer.swift
[261/268] Compiling CodableWrapperMacros ModelMemberPropertyContainer.swift
[262/268] Compiling CodableWrapperMacros CodableKey.swift
[263/268] Emitting module CodableWrapperMacros
[264/268] Compiling CodableWrapperMacros ASTError.swift
[265/268] Compiling CodableWrapperMacros Codable.swift
[266/269] Wrapping AST for CodableWrapperMacros for debugging
[267/269] Write Objects.LinkFileList
[268/269] Linking CodableWrapperMacros-tool
[270/279] Compiling CodableWrapper TransformOf.swift
[271/280] Compiling CodableWrapper Encoder.swift
[272/280] Compiling CodableWrapper Decoder.swift
[273/280] Compiling CodableWrapper BuiltInBridgeType.swift
/host/spi-builder-workspace/Sources/CodableWrapper/BuiltInBridgeType.swift:140:24: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
138 | return Self(booleanLiteral: false)
139 | } else {
140 | return Self(value: str.doubleValue)
| `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
141 | }
142 | default:
Foundation.NSNumber:17:24: note: selected non-required initializer 'init(value:)'
15 | public convenience init(value: UInt64)
16 | public convenience init(value: Float)
17 | public convenience init(value: Double)
| `- note: selected non-required initializer 'init(value:)'
18 | public convenience init(value: Bool)
19 | required public convenience init(bytes buffer: UnsafeRawPointer, objCType: UnsafePointer<Int8>)
[274/280] Compiling CodableWrapper CodableWrapperMacros.swift
/host/spi-builder-workspace/Sources/CodableWrapper/BuiltInBridgeType.swift:140:24: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
138 | return Self(booleanLiteral: false)
139 | } else {
140 | return Self(value: str.doubleValue)
| `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
141 | }
142 | default:
Foundation.NSNumber:17:24: note: selected non-required initializer 'init(value:)'
15 | public convenience init(value: UInt64)
16 | public convenience init(value: Float)
17 | public convenience init(value: Double)
| `- note: selected non-required initializer 'init(value:)'
18 | public convenience init(value: Bool)
19 | required public convenience init(bytes buffer: UnsafeRawPointer, objCType: UnsafePointer<Int8>)
[275/280] Compiling CodableWrapper SnakeCamelConvert.swift
[276/280] Compiling CodableWrapper Error.swift
[277/280] Compiling CodableWrapper TransformType.swift
[278/280] Emitting module CodableWrapper
[279/280] Compiling CodableWrapper AnyCodingKey.swift
[280/280] Compiling CodableWrapper AnyDecodable.swift
BUILD FAILURE 6.0 linux