The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AutoCodablePackage, reference main (0ad912), with Swift 6.1 for Wasm on 19 Dec 2025 17:20:26 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kayllawen/AutoCodablePackage.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/Kayllawen/AutoCodablePackage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0ad9126 Add Swift version and platform badges to README
Cloned https://github.com/Kayllawen/AutoCodablePackage.git
Revision (git rev-parse @):
0ad912696cf2dfc000c49eeba25562480bacda4e
SUCCESS checkout https://github.com/Kayllawen/AutoCodablePackage.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kayllawen/AutoCodablePackage.git
https://github.com/Kayllawen/AutoCodablePackage.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.3",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "AutoCodablePackage",
  "name" : "AutoCodablePackage",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AutoCodable",
      "targets" : [
        "AutoCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AutoCodableExample",
      "targets" : [
        "AutoCodableExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AutoCodableMacros",
      "targets" : [
        "AutoCodableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutoCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodableTests",
      "path" : "Tests/AutoCodableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "BasicTests.swift",
        "ComprehensiveTests.swift",
        "CustomKeyTests.swift",
        "EdgeTests.swift",
        "EncodeTypeConversionTests.swift",
        "EnumEncodingTest.swift",
        "EnumTests.swift",
        "GenerateTests.swift",
        "OptionalTests.swift",
        "PerformanceTests.swift",
        "TypeConversionMixedTests.swift",
        "TypeConversionNormalTests.swift"
      ],
      "target_dependencies" : [
        "AutoCodable",
        "AutoCodableMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutoCodableMacros",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodableMacros",
      "path" : "Sources/AutoCodableMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AutoCodable",
        "AutoCodableExample",
        "AutoCodableMacros"
      ],
      "sources" : [
        "AutoCodableError.swift",
        "AutoCodableMacro+CodingKey.swift",
        "AutoCodableMacro+decoder.swift",
        "AutoCodableMacro+detect.swift",
        "AutoCodableMacro+encode.swift",
        "AutoCodableMacro+extract.swift",
        "AutoCodableMacro.swift",
        "AutoCodablePlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AutoCodableExample",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodableExample",
      "path" : "Sources/AutoCodableExample",
      "product_memberships" : [
        "AutoCodableExample"
      ],
      "sources" : [
        "AdvancedExample.swift",
        "BasicExample.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "AutoCodable"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AutoCodable",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodable",
      "path" : "Sources/AutoCodable",
      "product_memberships" : [
        "AutoCodable",
        "AutoCodableExample"
      ],
      "sources" : [
        "AutoCodable.swift"
      ],
      "target_dependencies" : [
        "AutoCodableMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
[1/73189] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (7.25s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (19.20s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 510.0.3
Building for debugging...
[0/38] Write sources
[17/38] Write swift-version-24593BA9C3E375BF.txt
[19/42] Emitting module SwiftSyntax509
[20/42] Compiling SwiftSyntax509 Empty.swift
[21/43] Emitting module SwiftSyntax510
[22/43] Compiling SwiftSyntax510 Empty.swift
[24/44] Wrapping AST for SwiftSyntax509 for debugging
[25/44] Wrapping AST for SwiftSyntax510 for debugging
[27/104] Emitting module SwiftSyntax
[28/112] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[29/112] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[30/112] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[31/112] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[32/112] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[33/112] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[34/112] Compiling SwiftSyntax RawSyntaxValidation.swift
[35/112] Compiling SwiftSyntax SyntaxNodesAB.swift
[36/112] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[37/112] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[38/112] Compiling SwiftSyntax SyntaxBaseNodes.swift
[39/112] Compiling SwiftSyntax SyntaxCollections.swift
[40/112] Compiling SwiftSyntax SyntaxEnum.swift
[41/112] Compiling SwiftSyntax SyntaxKind.swift
[42/112] Compiling SwiftSyntax SyntaxRewriter.swift
[43/112] Compiling SwiftSyntax SyntaxTraits.swift
[44/112] Compiling SwiftSyntax TokenDiagnostic.swift
[45/112] Compiling SwiftSyntax TokenSequence.swift
[46/112] Compiling SwiftSyntax TokenSyntax.swift
[47/112] Compiling SwiftSyntax Trivia.swift
[48/112] Compiling SwiftSyntax Utils.swift
[49/112] Compiling SwiftSyntax ChildNameForKeyPath.swift
[50/112] Compiling SwiftSyntax Keyword.swift
[51/112] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[52/112] Compiling SwiftSyntax RawSyntax.swift
[53/112] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[54/112] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[55/112] Compiling SwiftSyntax RawSyntaxTokenView.swift
[56/112] Compiling SwiftSyntax SourceLength.swift
[57/112] Compiling SwiftSyntax SourceLocation.swift
[58/112] Compiling SwiftSyntax SourcePresence.swift
[59/112] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[60/112] Compiling SwiftSyntax Syntax.swift
[61/112] Compiling SwiftSyntax SyntaxArena.swift
[62/112] Compiling SwiftSyntax SyntaxChildren.swift
[63/112] Compiling SwiftSyntax SyntaxCollection.swift
[64/112] Compiling SwiftSyntax SyntaxHashable.swift
[65/112] Compiling SwiftSyntax SyntaxIdentifier.swift
[66/112] Compiling SwiftSyntax SyntaxNodeStructure.swift
[67/112] Compiling SwiftSyntax SyntaxProtocol.swift
[68/112] Compiling SwiftSyntax SyntaxText.swift
[69/112] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[70/112] Compiling SwiftSyntax AbsolutePosition.swift
[71/112] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[72/112] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[73/112] Compiling SwiftSyntax Assert.swift
[74/112] Compiling SwiftSyntax BumpPtrAllocator.swift
[75/112] Compiling SwiftSyntax CommonAncestor.swift
[76/112] Compiling SwiftSyntax Convenience.swift
[77/112] Compiling SwiftSyntax MemoryLayout.swift
[78/112] Compiling SwiftSyntax MissingNodeInitializers.swift
[79/112] Compiling SwiftSyntax SyntaxTransform.swift
[80/112] Compiling SwiftSyntax SyntaxVisitor.swift
[81/112] Compiling SwiftSyntax TokenKind.swift
[82/112] Compiling SwiftSyntax Tokens.swift
[83/112] Compiling SwiftSyntax TriviaPieces.swift
[84/112] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[85/112] Compiling SwiftSyntax RawSyntaxNodesC.swift
[86/112] Compiling SwiftSyntax RawSyntaxNodesD.swift
[87/112] Compiling SwiftSyntax SyntaxNodesC.swift
[88/112] Compiling SwiftSyntax SyntaxNodesD.swift
[89/112] Compiling SwiftSyntax SyntaxNodesEF.swift
[90/112] Compiling SwiftSyntax SyntaxNodesGHI.swift
[91/112] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[92/112] Compiling SwiftSyntax SyntaxNodesOP.swift
[93/112] Compiling SwiftSyntax SyntaxNodesQRS.swift
[94/112] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[95/142] Wrapping AST for SwiftSyntax for debugging
[97/164] Compiling SwiftDiagnostics Convenience.swift
[98/164] Emitting module SwiftDiagnostics
[99/164] Compiling SwiftDiagnostics Message.swift
[100/164] Compiling SwiftDiagnostics Note.swift
[101/164] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[102/164] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[103/164] Compiling SwiftDiagnostics FixIt.swift
[104/164] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[105/164] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[106/164] Compiling SwiftDiagnostics Diagnostic.swift
[108/165] Compiling SwiftBasicFormat BasicFormat.swift
[109/165] Compiling SwiftBasicFormat Syntax+Extensions.swift
[110/165] Emitting module SwiftBasicFormat
[110/166] Wrapping AST for SwiftDiagnostics for debugging
[112/166] Wrapping AST for SwiftBasicFormat for debugging
[114/166] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[115/166] Compiling SwiftParser StringLiterals.swift
[116/166] Compiling SwiftParser SwiftParserCompatibility.swift
[117/166] Compiling SwiftParser SyntaxUtils.swift
[118/166] Compiling SwiftParser TokenConsumer.swift
[119/171] Emitting module SwiftParser
[120/171] Compiling SwiftParser Modifiers.swift
[121/171] Compiling SwiftParser Names.swift
[122/171] Compiling SwiftParser Nominals.swift
[123/171] Compiling SwiftParser Parameters.swift
[124/171] Compiling SwiftParser ParseSourceFile.swift
[125/171] Compiling SwiftParser Lexer.swift
[126/171] Compiling SwiftParser RegexLiteralLexer.swift
[127/171] Compiling SwiftParser UnicodeScalarExtensions.swift
[128/171] Compiling SwiftParser Lookahead.swift
[129/171] Compiling SwiftParser LoopProgressCondition.swift
[130/171] Compiling SwiftParser TokenPrecedence.swift
[131/171] Compiling SwiftParser TokenSpec.swift
[132/171] Compiling SwiftParser TokenSpecSet.swift
[133/171] Compiling SwiftParser TopLevel.swift
[134/171] Compiling SwiftParser TriviaParser.swift
[135/171] Compiling SwiftParser Parser.swift
[136/171] Compiling SwiftParser Patterns.swift
[137/171] Compiling SwiftParser Recovery.swift
[138/171] Compiling SwiftParser Specifiers.swift
[139/171] Compiling SwiftParser Statements.swift
[140/171] Compiling SwiftParser Attributes.swift
[141/171] Compiling SwiftParser Availability.swift
[142/171] Compiling SwiftParser CharacterInfo.swift
[143/171] Compiling SwiftParser CollectionNodes+Parsable.swift
[144/171] Compiling SwiftParser Declarations.swift
[145/171] Compiling SwiftParser Directives.swift
[146/171] Compiling SwiftParser ExperimentalFeatures.swift
[147/171] Compiling SwiftParser Expressions.swift
[148/171] Compiling SwiftParser IncrementalParseTransition.swift
[149/171] Compiling SwiftParser Cursor.swift
[150/171] Compiling SwiftParser Lexeme.swift
[151/171] Compiling SwiftParser LexemeSequence.swift
[152/171] Compiling SwiftParser Types.swift
[153/171] Compiling SwiftParser IsLexerClassified.swift
[154/171] Compiling SwiftParser LayoutNodes+Parsable.swift
[155/171] Compiling SwiftParser Parser+TokenSpecSet.swift
[156/171] Compiling SwiftParser TokenSpecStaticMembers.swift
[157/172] Wrapping AST for SwiftParser for debugging
[159/195] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[160/196] Compiling SwiftOperators PrecedenceGroup.swift
[161/197] Compiling SwiftOperators Operator.swift
[162/197] Compiling SwiftOperators OperatorError+Diagnostics.swift
[163/197] Emitting module SwiftOperators
[164/197] Compiling SwiftOperators OperatorError.swift
[165/197] Compiling SwiftOperators OperatorTable+Defaults.swift
[166/197] Compiling SwiftOperators OperatorTable.swift
[167/197] Compiling SwiftOperators PrecedenceGraph.swift
[168/197] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[169/197] Compiling SwiftOperators OperatorTable+Semantics.swift
[170/197] Compiling SwiftOperators SyntaxSynthesis.swift
[171/197] Compiling SwiftOperators OperatorTable+Folding.swift
[172/198] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[173/198] Compiling SwiftParserDiagnostics Utils.swift
[174/198] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[175/198] Wrapping AST for SwiftOperators for debugging
[177/198] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[178/198] Compiling SwiftParserDiagnostics PresenceUtils.swift
[183/198] Emitting module SwiftParserDiagnostics
[184/198] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[185/198] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[186/199] Wrapping AST for SwiftParserDiagnostics for debugging
[188/213] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[189/213] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[190/214] Compiling SwiftSyntaxBuilder Indenter.swift
[191/214] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[192/214] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[193/214] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[194/214] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[195/214] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[196/214] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[197/214] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[198/214] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[199/214] Emitting module SwiftSyntaxBuilder
[200/214] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[201/214] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[202/214] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[203/215] Wrapping AST for SwiftSyntaxBuilder for debugging
[205/229] Compiling SwiftSyntaxMacros AccessorMacro.swift
[206/229] Compiling SwiftSyntaxMacros AttachedMacro.swift
[207/229] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[208/229] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[209/230] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[210/230] Compiling SwiftSyntaxMacros Macro+Format.swift
[211/230] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[212/230] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[213/230] Compiling SwiftSyntaxMacros Macro.swift
[214/230] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[215/230] Compiling SwiftSyntaxMacros MemberMacro.swift
[216/230] Emitting module SwiftSyntaxMacros
[217/230] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[218/230] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[219/230] Compiling SwiftSyntaxMacros PeerMacro.swift
[220/231] Wrapping AST for SwiftSyntaxMacros for debugging
[222/239] Emitting module SwiftSyntaxMacroExpansion
[223/239] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[224/239] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[225/239] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[226/239] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[227/239] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[228/239] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[229/239] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[230/240] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[232/247] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[233/247] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[234/247] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[235/247] Emitting module SwiftCompilerPluginMessageHandling
[236/247] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[237/247] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[238/247] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[239/248] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[241/250] Emitting module SwiftCompilerPlugin
[242/250] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[243/251] Wrapping AST for SwiftCompilerPlugin for debugging
[245/259] Compiling AutoCodableMacros AutoCodableMacro.swift
[246/260] Compiling AutoCodableMacros AutoCodableError.swift
[247/260] Compiling AutoCodableMacros AutoCodableMacro+CodingKey.swift
[248/260] Emitting module AutoCodableMacros
[249/260] Compiling AutoCodableMacros AutoCodableMacro+encode.swift
[250/260] Compiling AutoCodableMacros AutoCodableMacro+detect.swift
[251/260] Compiling AutoCodableMacros AutoCodableMacro+extract.swift
[252/260] Compiling AutoCodableMacros AutoCodablePlugin.swift
[253/260] Compiling AutoCodableMacros AutoCodableMacro+decoder.swift
[254/261] Wrapping AST for AutoCodableMacros for debugging
[255/261] Write Objects.LinkFileList
[256/261] Linking AutoCodableMacros-tool
[258/265] Emitting module AutoCodable
[259/265] Compiling AutoCodable AutoCodable.swift
[261/266] Emitting module AutoCodable
[262/266] Compiling AutoCodable AutoCodable.swift
[263/267] Wrapping AST for AutoCodable for debugging
[265/271] Compiling AutoCodableExample main.swift
[266/271] Compiling AutoCodableExample BasicExample.swift
[267/271] Emitting module AutoCodableExample
[268/271] Compiling AutoCodableExample AdvancedExample.swift
[269/272] Wrapping AST for AutoCodableExample for debugging
[270/272] Write Objects.LinkFileList
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundation.a: archive member 'Foundation.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationEssentials.a: archive member 'FoundationEssentials.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationInternationalization.a: archive member 'FoundationInternationalization.autolink' is neither Wasm object file nor LLVM bitcode
[271/272] Linking AutoCodableExample.wasm
Build complete! (173.39s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.3",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "AutoCodablePackage",
  "name" : "AutoCodablePackage",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AutoCodable",
      "targets" : [
        "AutoCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AutoCodableExample",
      "targets" : [
        "AutoCodableExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AutoCodableMacros",
      "targets" : [
        "AutoCodableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutoCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodableTests",
      "path" : "Tests/AutoCodableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "BasicTests.swift",
        "ComprehensiveTests.swift",
        "CustomKeyTests.swift",
        "EdgeTests.swift",
        "EncodeTypeConversionTests.swift",
        "EnumEncodingTest.swift",
        "EnumTests.swift",
        "GenerateTests.swift",
        "OptionalTests.swift",
        "PerformanceTests.swift",
        "TypeConversionMixedTests.swift",
        "TypeConversionNormalTests.swift"
      ],
      "target_dependencies" : [
        "AutoCodable",
        "AutoCodableMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutoCodableMacros",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodableMacros",
      "path" : "Sources/AutoCodableMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AutoCodable",
        "AutoCodableExample",
        "AutoCodableMacros"
      ],
      "sources" : [
        "AutoCodableError.swift",
        "AutoCodableMacro+CodingKey.swift",
        "AutoCodableMacro+decoder.swift",
        "AutoCodableMacro+detect.swift",
        "AutoCodableMacro+encode.swift",
        "AutoCodableMacro+extract.swift",
        "AutoCodableMacro.swift",
        "AutoCodablePlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AutoCodableExample",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodableExample",
      "path" : "Sources/AutoCodableExample",
      "product_memberships" : [
        "AutoCodableExample"
      ],
      "sources" : [
        "AdvancedExample.swift",
        "BasicExample.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "AutoCodable"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AutoCodable",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodable",
      "path" : "Sources/AutoCodable",
      "product_memberships" : [
        "AutoCodable",
        "AutoCodableExample"
      ],
      "sources" : [
        "AutoCodable.swift"
      ],
      "target_dependencies" : [
        "AutoCodableMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.