The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftStorage, reference 1.0.1 (fc87c3), with Swift 6.1 for Wasm on 30 May 2025 01:50:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KC-2001MS/SwiftStorage.git
Reference: 1.0.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/KC-2001MS/SwiftStorage
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at fc87c3c minor revision
Cloned https://github.com/KC-2001MS/SwiftStorage.git
Revision (git rev-parse @):
fc87c3cc6e2655591cb40726fd742cf77ec61d0f
SUCCESS checkout https://github.com/KC-2001MS/SwiftStorage.git at 1.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/KC-2001MS/SwiftStorage.git
https://github.com/KC-2001MS/SwiftStorage.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-prerelease-2024-09-04",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "exact" : [
          "0.12.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    }
  ],
  "manifest_display_name" : "SwiftStorage",
  "name" : "SwiftStorage",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftStorage",
      "targets" : [
        "SwiftStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftStorageClient",
      "targets" : [
        "SwiftStorageClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftStorageMacros",
      "targets" : [
        "SwiftStorageMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftStorageTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftStorageTests",
      "path" : "Tests/SwiftStorageTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "Testing"
      ],
      "sources" : [
        "SwiftStorageTests.swift"
      ],
      "target_dependencies" : [
        "SwiftStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftStorageMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftStorageMacros",
      "path" : "Sources/SwiftStorageMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftStorage",
        "SwiftStorageClient",
        "SwiftStorageMacros"
      ],
      "sources" : [
        "Extensions/Availability.swift",
        "Extensions/Extensions.swift",
        "Macros/AttributeMacro.swift",
        "Macros/LocalStoragePropertyMacro.swift",
        "Macros/StorageMacro.swift",
        "Macros/TransientMacro.swift",
        "SwiftStoragePlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftStorageClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftStorageClient",
      "path" : "Sources/SwiftStorageClient",
      "product_memberships" : [
        "SwiftStorageClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftStorage"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftStorage",
      "module_type" : "SwiftTarget",
      "name" : "SwiftStorage",
      "path" : "Sources/SwiftStorage",
      "product_memberships" : [
        "SwiftStorage",
        "SwiftStorageClient"
      ],
      "sources" : [
        "SwiftStorage.swift"
      ],
      "target_dependencies" : [
        "SwiftStorageMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-testing.git
[1/2049] Fetching swift-docc-plugin
[247/24741] Fetching swift-docc-plugin, swift-testing
[24742/95193] Fetching swift-docc-plugin, swift-testing, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (5.42s)
Fetched https://github.com/apple/swift-testing.git from cache (5.43s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.47s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.12.0 (6.24s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.51s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.80s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (3.04s)
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.12.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
warning: 'swift-testing': 'swift-testing' dependency on 'https://github.com/swiftlang/swift-syntax.git' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/42] Write sources
[19/42] Compiling _SwiftSyntaxCShims dummy.c
[20/42] Write swift-version-24593BA9C3E375BF.txt
[22/48] Compiling SwiftSyntax509 Empty.swift
[23/48] Emitting module SwiftSyntax509
[25/49] Emitting module SwiftSyntax510
[26/49] Compiling SwiftSyntax510 Empty.swift
[26/50] Wrapping AST for SwiftSyntax509 for debugging
[28/50] Compiling SwiftSyntax600 Empty.swift
[29/50] Emitting module SwiftSyntax600
[31/51] Wrapping AST for SwiftSyntax510 for debugging
[32/51] Wrapping AST for SwiftSyntax600 for debugging
[34/115] Compiling SwiftSyntax AbsolutePosition.swift
[35/115] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[36/115] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[37/115] Compiling SwiftSyntax Assert.swift
[38/115] Compiling SwiftSyntax BumpPtrAllocator.swift
[39/115] Compiling SwiftSyntax CommonAncestor.swift
[40/115] Compiling SwiftSyntax Convenience.swift
[41/115] Compiling SwiftSyntax CustomTraits.swift
[42/115] Compiling SwiftSyntax Identifier.swift
[43/115] Compiling SwiftSyntax MemoryLayout.swift
[44/115] Compiling SwiftSyntax MissingNodeInitializers.swift
[45/115] Compiling SwiftSyntax RawSyntax.swift
[46/115] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[47/115] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[48/115] Compiling SwiftSyntax RawSyntaxTokenView.swift
[49/115] Compiling SwiftSyntax SourceEdit.swift
[50/115] Compiling SwiftSyntax SourceLength.swift
[51/115] Compiling SwiftSyntax SourceLocation.swift
[52/123] Compiling SwiftSyntax SyntaxNodeFactory.swift
[53/123] Compiling SwiftSyntax SyntaxNodeStructure.swift
[54/123] Compiling SwiftSyntax SyntaxProtocol.swift
[55/123] Compiling SwiftSyntax SyntaxText.swift
[56/123] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[57/123] Compiling SwiftSyntax TokenDiagnostic.swift
[58/123] Compiling SwiftSyntax TokenSequence.swift
[59/123] Compiling SwiftSyntax TokenSyntax.swift
[60/123] Compiling SwiftSyntax Trivia.swift
[61/123] Compiling SwiftSyntax SourcePresence.swift
[62/123] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[63/123] Compiling SwiftSyntax Syntax.swift
[64/123] Compiling SwiftSyntax SyntaxArena.swift
[65/123] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[66/123] Compiling SwiftSyntax SyntaxChildren.swift
[67/123] Compiling SwiftSyntax SyntaxCollection.swift
[68/123] Compiling SwiftSyntax SyntaxHashable.swift
[69/123] Compiling SwiftSyntax SyntaxIdentifier.swift
[70/123] Emitting module SwiftSyntax
[71/123] Compiling SwiftSyntax RawSyntaxNodesD.swift
[72/123] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[73/123] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[74/123] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[75/123] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[76/123] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[77/123] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[78/123] Compiling SwiftSyntax RawSyntaxValidation.swift
[79/123] Compiling SwiftSyntax SyntaxNodesAB.swift
[80/123] Compiling SwiftSyntax SyntaxKind.swift
[81/123] Compiling SwiftSyntax SyntaxRewriter.swift
[82/123] Compiling SwiftSyntax SyntaxTraits.swift
[83/123] Compiling SwiftSyntax SyntaxVisitor.swift
[84/123] Compiling SwiftSyntax TokenKind.swift
[85/123] Compiling SwiftSyntax Tokens.swift
[86/123] Compiling SwiftSyntax TriviaPieces.swift
[87/123] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[88/123] Compiling SwiftSyntax RawSyntaxNodesC.swift
[89/123] Compiling SwiftSyntax Utils.swift
[90/123] Compiling SwiftSyntax ChildNameForKeyPath.swift
[91/123] Compiling SwiftSyntax Keyword.swift
[92/123] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[93/123] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[94/123] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[95/123] Compiling SwiftSyntax SyntaxBaseNodes.swift
[96/123] Compiling SwiftSyntax SyntaxCollections.swift
[97/123] Compiling SwiftSyntax SyntaxEnum.swift
[98/123] Compiling SwiftSyntax SyntaxNodesC.swift
[99/123] Compiling SwiftSyntax SyntaxNodesD.swift
[100/123] Compiling SwiftSyntax SyntaxNodesEF.swift
[101/123] Compiling SwiftSyntax SyntaxNodesGHI.swift
[102/123] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[103/123] Compiling SwiftSyntax SyntaxNodesOP.swift
[104/123] Compiling SwiftSyntax SyntaxNodesQRS.swift
[105/123] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[106/166] Wrapping AST for SwiftSyntax for debugging
[108/181] Compiling SwiftDiagnostics Message.swift
[109/182] Emitting module SwiftDiagnostics
[110/182] Compiling SwiftBasicFormat Syntax+Extensions.swift
[111/182] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[112/182] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[113/182] Compiling SwiftDiagnostics Note.swift
[114/182] Compiling SwiftBasicFormat InferIndentation.swift
[115/182] Compiling SwiftDiagnostics FixIt.swift
[116/182] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[117/182] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[118/182] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[119/182] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[120/182] Compiling SwiftDiagnostics Convenience.swift
[121/182] Compiling SwiftDiagnostics Diagnostic.swift
[122/182] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[124/183] Compiling SwiftBasicFormat BasicFormat.swift
[125/183] Emitting module SwiftBasicFormat
[127/184] Emitting module SwiftParser
[132/189] Compiling SwiftParser Lookahead.swift
[133/189] Compiling SwiftParser LoopProgressCondition.swift
[134/189] Compiling SwiftParser TokenSpec.swift
[135/189] Compiling SwiftParser TokenSpecSet.swift
[136/189] Compiling SwiftParser TopLevel.swift
[137/189] Compiling SwiftParser TriviaParser.swift
[138/189] Compiling SwiftParser Types.swift
[139/189] Compiling SwiftParser Patterns.swift
[140/189] Compiling SwiftParser Recovery.swift
[141/189] Compiling SwiftParser Specifiers.swift
[142/189] Compiling SwiftParser Statements.swift
[143/189] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[144/189] Compiling SwiftParser StringLiterals.swift
[145/189] Compiling SwiftParser Attributes.swift
[146/189] Compiling SwiftParser Availability.swift
[147/189] Compiling SwiftParser CharacterInfo.swift
[148/189] Compiling SwiftParser CollectionNodes+Parsable.swift
[149/189] Compiling SwiftParser Declarations.swift
[150/189] Compiling SwiftParser Directives.swift
[150/189] Wrapping AST for SwiftDiagnostics for debugging
[151/189] Wrapping AST for SwiftBasicFormat for debugging
[153/189] Compiling SwiftParser SwiftParserCompatibility.swift
[154/189] Compiling SwiftParser SwiftVersion.swift
[155/189] Compiling SwiftParser SyntaxUtils.swift
[156/189] Compiling SwiftParser TokenConsumer.swift
[157/189] Compiling SwiftParser TokenPrecedence.swift
[158/189] Compiling SwiftParser Modifiers.swift
[159/189] Compiling SwiftParser Names.swift
[160/189] Compiling SwiftParser Nominals.swift
[161/189] Compiling SwiftParser Parameters.swift
[162/189] Compiling SwiftParser ParseSourceFile.swift
[163/189] Compiling SwiftParser Parser.swift
[164/189] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[165/189] Compiling SwiftParser Expressions.swift
[166/189] Compiling SwiftParser IncrementalParseTransition.swift
[167/189] Compiling SwiftParser IsValidIdentifier.swift
[168/189] Compiling SwiftParser Cursor.swift
[169/189] Compiling SwiftParser Lexeme.swift
[170/189] Compiling SwiftParser ExperimentalFeatures.swift
[171/189] Compiling SwiftParser IsLexerClassified.swift
[172/189] Compiling SwiftParser LayoutNodes+Parsable.swift
[173/189] Compiling SwiftParser Parser+TokenSpecSet.swift
[174/189] Compiling SwiftParser TokenSpecStaticMembers.swift
[175/190] Wrapping AST for SwiftParser for debugging
[177/213] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[178/214] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[179/214] Compiling SwiftOperators OperatorError.swift
[180/214] Compiling SwiftOperators OperatorTable+Defaults.swift
[181/215] Compiling SwiftOperators OperatorTable+Semantics.swift
[182/215] Compiling SwiftOperators PrecedenceGroup.swift
[183/215] Compiling SwiftOperators OperatorTable.swift
[184/215] Compiling SwiftOperators PrecedenceGraph.swift
[185/215] Compiling SwiftOperators Operator.swift
[186/215] Compiling SwiftOperators OperatorError+Diagnostics.swift
[187/215] Compiling SwiftOperators OperatorTable+Folding.swift
[188/215] Compiling SwiftOperators SyntaxSynthesis.swift
[189/215] Emitting module SwiftOperators
[190/216] Wrapping AST for SwiftOperators for debugging
[192/216] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[193/216] Compiling SwiftParserDiagnostics Utils.swift
[194/216] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[199/216] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[200/216] Compiling SwiftParserDiagnostics PresenceUtils.swift
[201/216] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[202/216] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[203/216] Emitting module SwiftParserDiagnostics
[204/217] Wrapping AST for SwiftParserDiagnostics for debugging
[206/232] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[207/232] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[208/233] Emitting module SwiftSyntaxBuilder
[209/233] Compiling SwiftSyntaxBuilder Indenter.swift
[210/233] Compiling SwiftSyntaxBuilder ListBuilder.swift
[211/233] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[212/233] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[213/233] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[214/233] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[215/233] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[216/233] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[217/233] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[218/233] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[219/233] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[220/233] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[221/233] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[222/234] Wrapping AST for SwiftSyntaxBuilder for debugging
[224/251] Compiling SwiftSyntaxMacros Macro.swift
[225/251] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[226/251] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[227/251] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[228/251] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[229/251] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[230/251] Compiling SwiftSyntaxMacros MemberMacro.swift
[231/251] Compiling SwiftSyntaxMacros PeerMacro.swift
[232/251] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[233/251] Compiling SwiftSyntaxMacros Macro+Format.swift
[234/253] Compiling SwiftSyntaxMacros AccessorMacro.swift
[235/253] Compiling SwiftSyntaxMacros AttachedMacro.swift
[236/253] Compiling SwiftSyntaxMacros BodyMacro.swift
[237/253] Emitting module SwiftSyntaxMacros
[238/253] Compiling SwiftSyntaxMacros PreambleMacro.swift
[239/253] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[240/253] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[241/253] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[242/253] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[243/254] Wrapping AST for SwiftSyntaxMacros for debugging
[245/263] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[246/264] Emitting module SwiftSyntaxMacroExpansion
[247/264] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[248/264] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[249/264] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[250/264] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[251/264] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[252/264] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[253/264] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[254/264] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[255/265] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[257/277] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[258/278] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[259/278] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[260/278] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[261/278] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[262/278] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[263/278] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[264/278] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[265/278] Emitting module SwiftCompilerPluginMessageHandling
[266/278] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[267/278] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[268/278] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[269/278] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[270/279] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[272/281] Emitting module SwiftCompilerPlugin
[273/281] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[274/282] Wrapping AST for SwiftCompilerPlugin for debugging
[276/290] Compiling SwiftStorageMacros TransientMacro.swift
[277/290] Compiling SwiftStorageMacros SwiftStoragePlugin.swift
[278/290] Emitting module SwiftStorageMacros
[279/290] Compiling SwiftStorageMacros LocalStoragePropertyMacro.swift
[280/290] Compiling SwiftStorageMacros AttributeMacro.swift
[281/290] Compiling SwiftStorageMacros Availability.swift
/host/spi-builder-workspace/Sources/SwiftStorageMacros/Extensions/Availability.swift:89:9: warning: default will never be executed
 87 |                 return .ifConfigDecl(availability)
 88 |             }
 89 |         default:
    |         `- warning: default will never be executed
 90 |             break
 91 |         }
[282/290] Compiling SwiftStorageMacros Extensions.swift
[283/290] Compiling SwiftStorageMacros StorageMacro.swift
[284/291] Wrapping AST for SwiftStorageMacros for debugging
[285/291] Write Objects.LinkFileList
[286/291] Linking SwiftStorageMacros-tool
[288/293] Compiling SwiftStorage SwiftStorage.swift
[289/293] Emitting module SwiftStorage
[290/294] Wrapping AST for SwiftStorage for debugging
[292/296] Emitting module SwiftStorageClient
[293/296] Compiling SwiftStorageClient main.swift
macro expansion @LocalStorageProperty:8:34: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:12:21: note: expanded code originates here
10 | @Storage
11 | final class Client {
12 |     var bool: Bool {
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 | get {
   | 7 |     access(keyPath: \.bool)
   | 8 |     return UserDefaults.standard.value(forKey: "\(className).bool") as? Bool ?? _bool
   |   |                                  `- error: value of type 'UserDefaults' has no member 'value'
   | 9 | }
   |10 |
   +--------------------------------------------------------------------
13 |         didSet {
14 |             int += 1
macro expansion @LocalStorageProperty:8:38: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:33:17: note: expanded code originates here
31 |     }
32 |
33 |     var int: Int
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 |     get {
   | 7 |         access(keyPath: \.int)
   | 8 |         return UserDefaults.standard.value(forKey: "\(className).int") as? Int ?? _int
   |   |                                      `- error: value of type 'UserDefaults' has no member 'value'
   | 9 |     }
   |10 |     set {
   +--------------------------------------------------------------------
34 |
35 |     var double: Double
macro expansion @LocalStorageProperty:8:38: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:35:23: note: expanded code originates here
33 |     var int: Int
34 |
35 |     var double: Double
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 |     get {
   | 7 |         access(keyPath: \.double)
   | 8 |         return UserDefaults.standard.value(forKey: "\(className).double") as? Double ?? _double
   |   |                                      `- error: value of type 'UserDefaults' has no member 'value'
   | 9 |     }
   |10 |     set {
   +--------------------------------------------------------------------
36 |
37 |     var float: Float
macro expansion @LocalStorageProperty:8:38: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:37:21: note: expanded code originates here
35 |     var double: Double
36 |
37 |     var float: Float
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 |     get {
   | 7 |         access(keyPath: \.float)
   | 8 |         return UserDefaults.standard.value(forKey: "\(className).float") as? Float ?? _float
   |   |                                      `- error: value of type 'UserDefaults' has no member 'value'
   | 9 |     }
   |10 |     set {
   +--------------------------------------------------------------------
38 |
39 |     var string: String
macro expansion @LocalStorageProperty:8:38: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:39:23: note: expanded code originates here
37 |     var float: Float
38 |
39 |     var string: String
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 |     get {
   | 7 |         access(keyPath: \.string)
   | 8 |         return UserDefaults.standard.value(forKey: "\(className).string") as? String ?? _string
   |   |                                      `- error: value of type 'UserDefaults' has no member 'value'
   | 9 |     }
   |10 |     set {
   +--------------------------------------------------------------------
40 |
41 |     var date: Date
macro expansion @LocalStorageProperty:8:38: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:41:19: note: expanded code originates here
39 |     var string: String
40 |
41 |     var date: Date
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 |     get {
   | 7 |         access(keyPath: \.date)
   | 8 |         return UserDefaults.standard.value(forKey: "\(className).date") as? Date ?? _date
   |   |                                      `- error: value of type 'UserDefaults' has no member 'value'
   | 9 |     }
   |10 |     set {
   +--------------------------------------------------------------------
42 |     @Attribute(key: "Attribute")
43 |     var attribute: Bool
macro expansion @LocalStorageProperty:8:38: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:43:24: note: expanded code originates here
41 |     var date: Date
42 |     @Attribute(key: "Attribute")
43 |     var attribute: Bool
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 |     get {
   | 7 |         access(keyPath: \.attribute)
   | 8 |         return UserDefaults.standard.value(forKey: "Attribute") as? Bool ?? _attribute
   |   |                                      `- error: value of type 'UserDefaults' has no member 'value'
   | 9 |     }
   |10 |     set {
   +--------------------------------------------------------------------
44 |     @Transient
45 |     var transient: Bool
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'swift-testing': 'swift-testing' dependency on 'https://github.com/swiftlang/swift-syntax.git' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/24] Write swift-version-24593BA9C3E375BF.txt
[4/30] Emitting module SwiftSyntax510
[5/30] Compiling SwiftSyntax510 Empty.swift
[6/31] Emitting module SwiftSyntax600
[7/31] Compiling SwiftSyntax600 Empty.swift
[8/32] Compiling SwiftSyntax509 Empty.swift
[9/32] Emitting module SwiftSyntax509
[13/94] Emitting module SwiftSyntax
[14/102] Compiling SwiftSyntax SourcePresence.swift
[15/102] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[16/102] Compiling SwiftSyntax Syntax.swift
[17/102] Compiling SwiftSyntax SyntaxArena.swift
[18/102] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[19/102] Compiling SwiftSyntax SyntaxChildren.swift
[20/102] Compiling SwiftSyntax SyntaxCollection.swift
[21/102] Compiling SwiftSyntax SyntaxHashable.swift
[22/102] Compiling SwiftSyntax SyntaxIdentifier.swift
[23/102] Compiling SwiftSyntax SyntaxKind.swift
[24/102] Compiling SwiftSyntax SyntaxRewriter.swift
[25/102] Compiling SwiftSyntax SyntaxTraits.swift
[26/102] Compiling SwiftSyntax SyntaxVisitor.swift
[27/102] Compiling SwiftSyntax TokenKind.swift
[28/102] Compiling SwiftSyntax Tokens.swift
[29/102] Compiling SwiftSyntax TriviaPieces.swift
[30/102] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[31/102] Compiling SwiftSyntax RawSyntaxNodesC.swift
[32/102] Compiling SwiftSyntax SyntaxNodeFactory.swift
[33/102] Compiling SwiftSyntax SyntaxNodeStructure.swift
[34/102] Compiling SwiftSyntax SyntaxProtocol.swift
[35/102] Compiling SwiftSyntax SyntaxText.swift
[36/102] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[37/102] Compiling SwiftSyntax TokenDiagnostic.swift
[38/102] Compiling SwiftSyntax TokenSequence.swift
[39/102] Compiling SwiftSyntax TokenSyntax.swift
[40/102] Compiling SwiftSyntax Trivia.swift
[41/102] Compiling SwiftSyntax RawSyntaxNodesD.swift
[42/102] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[43/102] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[44/102] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[45/102] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[46/102] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[47/102] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[48/102] Compiling SwiftSyntax RawSyntaxValidation.swift
[49/102] Compiling SwiftSyntax SyntaxNodesAB.swift
[50/102] Compiling SwiftSyntax MemoryLayout.swift
[51/102] Compiling SwiftSyntax MissingNodeInitializers.swift
[52/102] Compiling SwiftSyntax RawSyntax.swift
[53/102] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[54/102] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[55/102] Compiling SwiftSyntax RawSyntaxTokenView.swift
[56/102] Compiling SwiftSyntax SourceEdit.swift
[57/102] Compiling SwiftSyntax SourceLength.swift
[58/102] Compiling SwiftSyntax SourceLocation.swift
[59/102] Compiling SwiftSyntax AbsolutePosition.swift
[60/102] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[61/102] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[62/102] Compiling SwiftSyntax Assert.swift
[63/102] Compiling SwiftSyntax BumpPtrAllocator.swift
[64/102] Compiling SwiftSyntax CommonAncestor.swift
[65/102] Compiling SwiftSyntax Convenience.swift
[66/102] Compiling SwiftSyntax CustomTraits.swift
[67/102] Compiling SwiftSyntax Identifier.swift
[68/102] Compiling SwiftSyntax Utils.swift
[69/102] Compiling SwiftSyntax ChildNameForKeyPath.swift
[70/102] Compiling SwiftSyntax Keyword.swift
[71/102] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[72/102] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[73/102] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[74/102] Compiling SwiftSyntax SyntaxBaseNodes.swift
[75/102] Compiling SwiftSyntax SyntaxCollections.swift
[76/102] Compiling SwiftSyntax SyntaxEnum.swift
[77/102] Compiling SwiftSyntax SyntaxNodesC.swift
[78/102] Compiling SwiftSyntax SyntaxNodesD.swift
[79/102] Compiling SwiftSyntax SyntaxNodesEF.swift
[80/102] Compiling SwiftSyntax SyntaxNodesGHI.swift
[81/102] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[82/102] Compiling SwiftSyntax SyntaxNodesOP.swift
[83/102] Compiling SwiftSyntax SyntaxNodesQRS.swift
[84/102] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[86/159] Compiling SwiftDiagnostics Message.swift
[87/160] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[88/160] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[89/160] Compiling SwiftBasicFormat Syntax+Extensions.swift
[90/160] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[91/160] Compiling SwiftParser Expressions.swift
[92/160] Compiling SwiftDiagnostics FixIt.swift
[93/160] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[94/160] Compiling SwiftDiagnostics Note.swift
[95/160] Compiling SwiftParser IncrementalParseTransition.swift
[96/160] Compiling SwiftParser IsValidIdentifier.swift
[97/160] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[98/160] Emitting module SwiftDiagnostics
[99/160] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[100/160] Compiling SwiftBasicFormat InferIndentation.swift
[102/160] Emitting module SwiftBasicFormat
[103/160] Compiling SwiftBasicFormat BasicFormat.swift
[105/160] Compiling SwiftParser LexemeSequence.swift
[106/160] Compiling SwiftParser Lexer.swift
[107/160] Compiling SwiftParser RegexLiteralLexer.swift
[108/160] Compiling SwiftParser UnicodeScalarExtensions.swift
[109/160] Compiling SwiftParser Lookahead.swift
[110/160] Compiling SwiftParser LoopProgressCondition.swift
[111/165] Emitting module SwiftParser
[112/165] Compiling SwiftParser Modifiers.swift
[113/165] Compiling SwiftParser Names.swift
[114/165] Compiling SwiftParser Nominals.swift
[115/165] Compiling SwiftParser Parameters.swift
[116/165] Compiling SwiftParser ParseSourceFile.swift
[117/165] Compiling SwiftParser Parser.swift
[118/165] Compiling SwiftParser TokenSpec.swift
[119/165] Compiling SwiftParser TokenSpecSet.swift
[120/165] Compiling SwiftParser TopLevel.swift
[121/165] Compiling SwiftParser TriviaParser.swift
[122/165] Compiling SwiftParser Types.swift
[123/165] Compiling SwiftParser SwiftParserCompatibility.swift
[124/165] Compiling SwiftParser SwiftVersion.swift
[125/165] Compiling SwiftParser SyntaxUtils.swift
[126/165] Compiling SwiftParser TokenConsumer.swift
[127/165] Compiling SwiftParser TokenPrecedence.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 Attributes.swift
[135/165] Compiling SwiftParser Availability.swift
[136/165] Compiling SwiftParser CharacterInfo.swift
[137/165] Compiling SwiftParser CollectionNodes+Parsable.swift
[138/165] Compiling SwiftParser Declarations.swift
[139/165] Compiling SwiftParser Directives.swift
[144/165] Compiling SwiftParser Cursor.swift
[145/165] Compiling SwiftParser Lexeme.swift
[146/165] Compiling SwiftParser ExperimentalFeatures.swift
[147/165] Compiling SwiftParser IsLexerClassified.swift
[148/165] Compiling SwiftParser LayoutNodes+Parsable.swift
[149/165] Compiling SwiftParser Parser+TokenSpecSet.swift
[150/165] Compiling SwiftParser TokenSpecStaticMembers.swift
[152/188] Compiling SwiftOperators PrecedenceGroup.swift
[153/189] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[154/189] Compiling SwiftOperators SyntaxSynthesis.swift
[155/189] Compiling SwiftOperators OperatorTable.swift
[156/189] Compiling SwiftOperators PrecedenceGraph.swift
[157/190] Compiling SwiftOperators OperatorTable+Semantics.swift
[158/190] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[159/190] Compiling SwiftParserDiagnostics Utils.swift
[160/190] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[161/190] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[162/190] Emitting module SwiftOperators
[163/190] Compiling SwiftOperators OperatorTable+Folding.swift
[164/190] Compiling SwiftParserDiagnostics MissingNodesError.swift
[165/190] Compiling SwiftParserDiagnostics MissingTokenError.swift
[166/191] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[168/191] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[169/191] Compiling SwiftParserDiagnostics PresenceUtils.swift
[170/191] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[175/190] Emitting module SwiftParserDiagnostics
[176/190] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[177/190] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[179/205] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[180/205] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[181/205] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[182/205] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[183/205] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[184/205] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[185/205] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[186/205] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[187/205] Compiling SwiftSyntaxBuilder Indenter.swift
[188/205] Compiling SwiftSyntaxBuilder ListBuilder.swift
[189/205] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[190/205] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[191/205] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[192/205] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[193/206] Emitting module SwiftSyntaxBuilder
[194/206] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[196/223] Compiling SwiftSyntaxMacros MemberMacro.swift
[197/223] Compiling SwiftSyntaxMacros PeerMacro.swift
[198/223] Emitting module SwiftSyntaxMacros
[199/225] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[200/225] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[201/225] Compiling SwiftSyntaxMacros AccessorMacro.swift
[202/225] Compiling SwiftSyntaxMacros AttachedMacro.swift
[203/225] Compiling SwiftSyntaxMacros BodyMacro.swift
[204/225] Compiling SwiftSyntaxMacros Macro.swift
[205/225] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[206/225] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[207/225] Compiling SwiftSyntaxMacros Macro+Format.swift
[208/225] Compiling SwiftSyntaxMacros PreambleMacro.swift
[209/225] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[210/225] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[211/225] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[212/225] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[213/225] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[214/225] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[216/234] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[217/235] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[218/235] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[219/235] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[220/235] Emitting module SwiftSyntaxMacroExpansion
[221/235] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[222/235] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[223/235] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[224/235] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[225/235] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[227/247] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[228/248] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[229/248] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[230/248] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[231/248] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[232/248] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[233/248] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[234/248] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[235/248] Emitting module SwiftCompilerPluginMessageHandling
[236/248] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[237/248] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[238/248] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[239/248] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[241/250] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[242/250] Emitting module SwiftCompilerPlugin
[244/258] Compiling SwiftStorageMacros SwiftStoragePlugin.swift
[245/258] Compiling SwiftStorageMacros TransientMacro.swift
[246/258] Compiling SwiftStorageMacros AttributeMacro.swift
[247/258] Compiling SwiftStorageMacros Availability.swift
/host/spi-builder-workspace/Sources/SwiftStorageMacros/Extensions/Availability.swift:89:9: warning: default will never be executed
 87 |                 return .ifConfigDecl(availability)
 88 |             }
 89 |         default:
    |         `- warning: default will never be executed
 90 |             break
 91 |         }
[248/258] Compiling SwiftStorageMacros StorageMacro.swift
[249/258] Compiling SwiftStorageMacros Extensions.swift
[250/258] Compiling SwiftStorageMacros LocalStoragePropertyMacro.swift
[251/258] Emitting module SwiftStorageMacros
[252/258] Write Objects.LinkFileList
[253/258] Linking SwiftStorageMacros-tool
[255/260] Emitting module SwiftStorage
[256/260] Compiling SwiftStorage SwiftStorage.swift
[258/262] Emitting module SwiftStorageClient
[259/262] Compiling SwiftStorageClient main.swift
macro expansion @LocalStorageProperty:8:34: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:12:21: note: expanded code originates here
10 | @Storage
11 | final class Client {
12 |     var bool: Bool {
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 | get {
   | 7 |     access(keyPath: \.bool)
   | 8 |     return UserDefaults.standard.value(forKey: "\(className).bool") as? Bool ?? _bool
   |   |                                  `- error: value of type 'UserDefaults' has no member 'value'
   | 9 | }
   |10 |
   +--------------------------------------------------------------------
13 |         didSet {
14 |             int += 1
macro expansion @LocalStorageProperty:8:38: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:33:17: note: expanded code originates here
31 |     }
32 |
33 |     var int: Int
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 |     get {
   | 7 |         access(keyPath: \.int)
   | 8 |         return UserDefaults.standard.value(forKey: "\(className).int") as? Int ?? _int
   |   |                                      `- error: value of type 'UserDefaults' has no member 'value'
   | 9 |     }
   |10 |     set {
   +--------------------------------------------------------------------
34 |
35 |     var double: Double
macro expansion @LocalStorageProperty:8:38: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:35:23: note: expanded code originates here
33 |     var int: Int
34 |
35 |     var double: Double
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 |     get {
   | 7 |         access(keyPath: \.double)
   | 8 |         return UserDefaults.standard.value(forKey: "\(className).double") as? Double ?? _double
   |   |                                      `- error: value of type 'UserDefaults' has no member 'value'
   | 9 |     }
   |10 |     set {
   +--------------------------------------------------------------------
36 |
37 |     var float: Float
macro expansion @LocalStorageProperty:8:38: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:37:21: note: expanded code originates here
35 |     var double: Double
36 |
37 |     var float: Float
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 |     get {
   | 7 |         access(keyPath: \.float)
   | 8 |         return UserDefaults.standard.value(forKey: "\(className).float") as? Float ?? _float
   |   |                                      `- error: value of type 'UserDefaults' has no member 'value'
   | 9 |     }
   |10 |     set {
   +--------------------------------------------------------------------
38 |
39 |     var string: String
macro expansion @LocalStorageProperty:8:38: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:39:23: note: expanded code originates here
37 |     var float: Float
38 |
39 |     var string: String
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 |     get {
   | 7 |         access(keyPath: \.string)
   | 8 |         return UserDefaults.standard.value(forKey: "\(className).string") as? String ?? _string
   |   |                                      `- error: value of type 'UserDefaults' has no member 'value'
   | 9 |     }
   |10 |     set {
   +--------------------------------------------------------------------
40 |
41 |     var date: Date
macro expansion @LocalStorageProperty:8:38: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:41:19: note: expanded code originates here
39 |     var string: String
40 |
41 |     var date: Date
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 |     get {
   | 7 |         access(keyPath: \.date)
   | 8 |         return UserDefaults.standard.value(forKey: "\(className).date") as? Date ?? _date
   |   |                                      `- error: value of type 'UserDefaults' has no member 'value'
   | 9 |     }
   |10 |     set {
   +--------------------------------------------------------------------
42 |     @Attribute(key: "Attribute")
43 |     var attribute: Bool
macro expansion @LocalStorageProperty:8:38: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:43:24: note: expanded code originates here
41 |     var date: Date
42 |     @Attribute(key: "Attribute")
43 |     var attribute: Bool
   +--- macro expansion @LocalStorageProperty --------------------------
   | 6 |     get {
   | 7 |         access(keyPath: \.attribute)
   | 8 |         return UserDefaults.standard.value(forKey: "Attribute") as? Bool ?? _attribute
   |   |                                      `- error: value of type 'UserDefaults' has no member 'value'
   | 9 |     }
   |10 |     set {
   +--------------------------------------------------------------------
44 |     @Transient
45 |     var transient: Bool
BUILD FAILURE 6.1 wasm