The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftStorage, reference 1.0.1 (fc87c3), with Swift 6.1 for Linux on 30 Apr 2025 02:43:38 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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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:         linux
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-testing.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-syntax.git
[1/2049] Fetching swift-docc-plugin
[1887/24274] Fetching swift-docc-plugin, swift-testing
[24275/94519] Fetching swift-docc-plugin, swift-testing, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (4.10s)
Fetched https://github.com/apple/swift-testing.git from cache (4.11s)
Fetched https://github.com/apple/swift-syntax.git from cache (4.15s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.12.0 (4.72s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.96s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.88s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (1.03s)
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
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
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 SwiftSyntax600 Empty.swift
[23/48] Emitting module SwiftSyntax600
[24/49] Emitting module SwiftSyntax510
[25/49] Compiling SwiftSyntax510 Empty.swift
[26/50] Emitting module SwiftSyntax509
[27/50] Compiling SwiftSyntax509 Empty.swift
[30/51] Wrapping AST for SwiftSyntax600 for debugging
[31/51] Wrapping AST for SwiftSyntax509 for debugging
[32/51] Wrapping AST for SwiftSyntax510 for debugging
[34/115] Compiling SwiftSyntax MemoryLayout.swift
[35/115] Compiling SwiftSyntax MissingNodeInitializers.swift
[36/115] Compiling SwiftSyntax RawSyntax.swift
[37/115] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[38/115] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[39/115] Compiling SwiftSyntax RawSyntaxTokenView.swift
[40/115] Compiling SwiftSyntax SourceEdit.swift
[41/115] Compiling SwiftSyntax SourceLength.swift
[42/115] Compiling SwiftSyntax SourceLocation.swift
[43/123] Emitting module SwiftSyntax
[44/123] Compiling SwiftSyntax SyntaxKind.swift
[45/123] Compiling SwiftSyntax SyntaxRewriter.swift
[46/123] Compiling SwiftSyntax SyntaxTraits.swift
[47/123] Compiling SwiftSyntax SyntaxVisitor.swift
[48/123] Compiling SwiftSyntax TokenKind.swift
[49/123] Compiling SwiftSyntax Tokens.swift
[50/123] Compiling SwiftSyntax TriviaPieces.swift
[51/123] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[52/123] Compiling SwiftSyntax RawSyntaxNodesC.swift
[53/123] Compiling SwiftSyntax RawSyntaxNodesD.swift
[54/123] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[55/123] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[56/123] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[57/123] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[58/123] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[59/123] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[60/123] Compiling SwiftSyntax RawSyntaxValidation.swift
[61/123] Compiling SwiftSyntax SyntaxNodesAB.swift
[62/123] Compiling SwiftSyntax SourcePresence.swift
[63/123] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[64/123] Compiling SwiftSyntax Syntax.swift
[65/123] Compiling SwiftSyntax SyntaxArena.swift
[66/123] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[67/123] Compiling SwiftSyntax SyntaxChildren.swift
[68/123] Compiling SwiftSyntax SyntaxCollection.swift
[69/123] Compiling SwiftSyntax SyntaxHashable.swift
[70/123] Compiling SwiftSyntax SyntaxIdentifier.swift
[71/123] Compiling SwiftSyntax Utils.swift
[72/123] Compiling SwiftSyntax ChildNameForKeyPath.swift
[73/123] Compiling SwiftSyntax Keyword.swift
[74/123] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[75/123] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[76/123] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[77/123] Compiling SwiftSyntax SyntaxBaseNodes.swift
[78/123] Compiling SwiftSyntax SyntaxCollections.swift
[79/123] Compiling SwiftSyntax SyntaxEnum.swift
[80/123] Compiling SwiftSyntax SyntaxNodeFactory.swift
[81/123] Compiling SwiftSyntax SyntaxNodeStructure.swift
[82/123] Compiling SwiftSyntax SyntaxProtocol.swift
[83/123] Compiling SwiftSyntax SyntaxText.swift
[84/123] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[85/123] Compiling SwiftSyntax TokenDiagnostic.swift
[86/123] Compiling SwiftSyntax TokenSequence.swift
[87/123] Compiling SwiftSyntax TokenSyntax.swift
[88/123] Compiling SwiftSyntax Trivia.swift
[89/123] Compiling SwiftSyntax AbsolutePosition.swift
[90/123] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[91/123] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[92/123] Compiling SwiftSyntax Assert.swift
[93/123] Compiling SwiftSyntax BumpPtrAllocator.swift
[94/123] Compiling SwiftSyntax CommonAncestor.swift
[95/123] Compiling SwiftSyntax Convenience.swift
[96/123] Compiling SwiftSyntax CustomTraits.swift
[97/123] Compiling SwiftSyntax Identifier.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/124] Wrapping AST for SwiftSyntax for debugging
[108/181] Compiling SwiftDiagnostics Message.swift
[109/182] Compiling SwiftDiagnostics FixIt.swift
[110/182] Emitting module SwiftDiagnostics
[111/182] Compiling SwiftParser LexemeSequence.swift
[112/182] Compiling SwiftParser Lexer.swift
[113/182] Compiling SwiftBasicFormat Syntax+Extensions.swift
[114/182] Emitting module SwiftBasicFormat
[115/182] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[116/182] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[117/182] Compiling SwiftDiagnostics Note.swift
[118/182] Compiling SwiftParser RegexLiteralLexer.swift
[119/182] Compiling SwiftParser UnicodeScalarExtensions.swift
[120/182] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[121/182] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[122/182] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[123/183] Compiling SwiftBasicFormat InferIndentation.swift
[124/183] Wrapping AST for SwiftDiagnostics for debugging
[126/183] Compiling SwiftBasicFormat BasicFormat.swift
[127/184] Wrapping AST for SwiftBasicFormat for debugging
[129/184] Compiling SwiftParser TokenSpec.swift
[130/184] Compiling SwiftParser TokenSpecSet.swift
[131/184] Compiling SwiftParser TopLevel.swift
[132/184] Compiling SwiftParser TriviaParser.swift
[133/184] Compiling SwiftParser Types.swift
[134/184] Compiling SwiftParser SwiftParserCompatibility.swift
[135/184] Compiling SwiftParser SwiftVersion.swift
[136/184] Compiling SwiftParser SyntaxUtils.swift
[137/184] Compiling SwiftParser TokenConsumer.swift
[138/184] Compiling SwiftParser TokenPrecedence.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 Modifiers.swift
[146/189] Compiling SwiftParser Names.swift
[147/189] Compiling SwiftParser Nominals.swift
[148/189] Compiling SwiftParser Parameters.swift
[149/189] Compiling SwiftParser ParseSourceFile.swift
[150/189] Compiling SwiftParser Parser.swift
[151/189] Emitting module SwiftParser
[156/189] Compiling SwiftParser Lookahead.swift
[157/189] Compiling SwiftParser LoopProgressCondition.swift
[158/189] Compiling SwiftParser Attributes.swift
[159/189] Compiling SwiftParser Availability.swift
[160/189] Compiling SwiftParser CharacterInfo.swift
[161/189] Compiling SwiftParser CollectionNodes+Parsable.swift
[162/189] Compiling SwiftParser Declarations.swift
[163/189] Compiling SwiftParser Directives.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 SwiftOperators PrecedenceGroup.swift
[179/215] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[180/215] Compiling SwiftOperators PrecedenceGraph.swift
[181/215] Compiling SwiftOperators OperatorTable.swift
[182/215] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[183/215] Compiling SwiftParserDiagnostics Utils.swift
[184/215] Compiling SwiftOperators OperatorTable+Semantics.swift
[185/215] Emitting module SwiftParserDiagnostics
[186/215] Compiling SwiftOperators SyntaxSynthesis.swift
[187/215] Compiling SwiftOperators OperatorError.swift
[188/215] Compiling SwiftOperators OperatorTable+Defaults.swift
[189/215] Emitting module SwiftOperators
[190/215] Compiling SwiftOperators OperatorTable+Folding.swift
[191/215] Compiling SwiftOperators Operator.swift
[192/215] Compiling SwiftOperators OperatorError+Diagnostics.swift
[194/216] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[194/216] Wrapping AST for SwiftOperators for debugging
[196/216] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[197/216] Compiling SwiftParserDiagnostics PresenceUtils.swift
[202/216] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[203/216] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[204/217] Wrapping AST for SwiftParserDiagnostics for debugging
[206/232] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[207/232] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[208/233] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[209/233] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[210/233] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[211/233] Emitting module SwiftSyntaxBuilder
[212/233] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[213/233] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[214/233] Compiling SwiftSyntaxBuilder Indenter.swift
[215/233] Compiling SwiftSyntaxBuilder ListBuilder.swift
[216/233] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[217/233] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[218/233] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[219/233] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[220/233] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[221/233] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[222/234] Wrapping AST for SwiftSyntaxBuilder for debugging
[224/251] Emitting module SwiftSyntaxMacros
[225/253] Compiling SwiftSyntaxMacros AccessorMacro.swift
[226/253] Compiling SwiftSyntaxMacros AttachedMacro.swift
[227/253] Compiling SwiftSyntaxMacros BodyMacro.swift
[228/253] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[229/253] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[230/253] Compiling SwiftSyntaxMacros MemberMacro.swift
[231/253] Compiling SwiftSyntaxMacros PeerMacro.swift
[232/253] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[233/253] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[234/253] Compiling SwiftSyntaxMacros Macro.swift
[235/253] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[236/253] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[237/253] Compiling SwiftSyntaxMacros Macro+Format.swift
[238/253] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[239/253] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[240/253] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[241/253] Compiling SwiftSyntaxMacros PreambleMacro.swift
[242/253] Compiling SwiftSyntaxMacros Syntax+LexicalContext.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 MacroArgument.swift
[251/264] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[252/264] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[253/264] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[254/264] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[255/265] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[257/277] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[258/278] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[259/278] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[260/278] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[261/278] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[262/278] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[263/278] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[264/278] Emitting module SwiftCompilerPluginMessageHandling
[265/278] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[266/278] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[267/278] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[268/278] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[269/278] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[270/279] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[272/281] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[273/281] Emitting module SwiftCompilerPlugin
[274/282] Wrapping AST for SwiftCompilerPlugin for debugging
[276/290] Compiling SwiftStorageMacros TransientMacro.swift
[277/290] Compiling SwiftStorageMacros SwiftStoragePlugin.swift
[278/290] Compiling SwiftStorageMacros AttributeMacro.swift
[279/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 |         }
[280/290] Compiling SwiftStorageMacros Extensions.swift
[281/290] Emitting module SwiftStorageMacros
[282/290] Compiling SwiftStorageMacros LocalStoragePropertyMacro.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] Emitting module SwiftStorage
[289/293] Compiling SwiftStorage SwiftStorage.swift
[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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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] Compiling SwiftSyntax600 Empty.swift
[7/31] Emitting module SwiftSyntax600
[8/32] Emitting module SwiftSyntax509
[9/32] Compiling SwiftSyntax509 Empty.swift
[13/94] Compiling SwiftSyntax AbsolutePosition.swift
[14/94] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[15/94] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[16/94] Compiling SwiftSyntax Assert.swift
[17/94] Compiling SwiftSyntax BumpPtrAllocator.swift
[18/94] Compiling SwiftSyntax CommonAncestor.swift
[19/94] Compiling SwiftSyntax Convenience.swift
[20/94] Compiling SwiftSyntax CustomTraits.swift
[21/94] Compiling SwiftSyntax Identifier.swift
[22/102] Compiling SwiftSyntax SyntaxNodeFactory.swift
[23/102] Compiling SwiftSyntax SyntaxNodeStructure.swift
[24/102] Compiling SwiftSyntax SyntaxProtocol.swift
[25/102] Compiling SwiftSyntax SyntaxText.swift
[26/102] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[27/102] Compiling SwiftSyntax TokenDiagnostic.swift
[28/102] Compiling SwiftSyntax TokenSequence.swift
[29/102] Compiling SwiftSyntax TokenSyntax.swift
[30/102] Compiling SwiftSyntax Trivia.swift
[31/102] Compiling SwiftSyntax SourcePresence.swift
[32/102] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[33/102] Compiling SwiftSyntax Syntax.swift
[34/102] Compiling SwiftSyntax SyntaxArena.swift
[35/102] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[36/102] Compiling SwiftSyntax SyntaxChildren.swift
[37/102] Compiling SwiftSyntax SyntaxCollection.swift
[38/102] Compiling SwiftSyntax SyntaxHashable.swift
[39/102] Compiling SwiftSyntax SyntaxIdentifier.swift
[40/102] Compiling SwiftSyntax MemoryLayout.swift
[41/102] Compiling SwiftSyntax MissingNodeInitializers.swift
[42/102] Compiling SwiftSyntax RawSyntax.swift
[43/102] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[44/102] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[45/102] Compiling SwiftSyntax RawSyntaxTokenView.swift
[46/102] Compiling SwiftSyntax SourceEdit.swift
[47/102] Compiling SwiftSyntax SourceLength.swift
[48/102] Compiling SwiftSyntax SourceLocation.swift
[49/102] Emitting module SwiftSyntax
[50/102] Compiling SwiftSyntax SyntaxKind.swift
[51/102] Compiling SwiftSyntax SyntaxRewriter.swift
[52/102] Compiling SwiftSyntax SyntaxTraits.swift
[53/102] Compiling SwiftSyntax SyntaxVisitor.swift
[54/102] Compiling SwiftSyntax TokenKind.swift
[55/102] Compiling SwiftSyntax Tokens.swift
[56/102] Compiling SwiftSyntax TriviaPieces.swift
[57/102] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[58/102] Compiling SwiftSyntax RawSyntaxNodesC.swift
[59/102] Compiling SwiftSyntax RawSyntaxNodesD.swift
[60/102] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[61/102] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[62/102] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[63/102] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[64/102] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[65/102] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[66/102] Compiling SwiftSyntax RawSyntaxValidation.swift
[67/102] Compiling SwiftSyntax SyntaxNodesAB.swift
[68/102] Compiling SwiftSyntax SyntaxNodesC.swift
[69/102] Compiling SwiftSyntax SyntaxNodesD.swift
[70/102] Compiling SwiftSyntax SyntaxNodesEF.swift
[71/102] Compiling SwiftSyntax SyntaxNodesGHI.swift
[72/102] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[73/102] Compiling SwiftSyntax SyntaxNodesOP.swift
[74/102] Compiling SwiftSyntax SyntaxNodesQRS.swift
[75/102] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[76/102] Compiling SwiftSyntax Utils.swift
[77/102] Compiling SwiftSyntax ChildNameForKeyPath.swift
[78/102] Compiling SwiftSyntax Keyword.swift
[79/102] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[80/102] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[81/102] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[82/102] Compiling SwiftSyntax SyntaxBaseNodes.swift
[83/102] Compiling SwiftSyntax SyntaxCollections.swift
[84/102] Compiling SwiftSyntax SyntaxEnum.swift
[86/159] Compiling SwiftDiagnostics Message.swift
[87/160] Emitting module SwiftDiagnostics
[88/160] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[89/160] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[90/160] Compiling SwiftBasicFormat Syntax+Extensions.swift
[91/160] Compiling SwiftBasicFormat InferIndentation.swift
[92/160] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[93/160] Compiling SwiftParser Expressions.swift
[94/160] Compiling SwiftDiagnostics FixIt.swift
[95/160] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[96/160] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[97/160] Compiling SwiftParser IncrementalParseTransition.swift
[98/160] Compiling SwiftParser IsValidIdentifier.swift
[99/160] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[100/160] Compiling SwiftDiagnostics Note.swift
[102/161] Compiling SwiftParser SwiftParserCompatibility.swift
[103/161] Compiling SwiftParser SwiftVersion.swift
[104/161] Compiling SwiftParser SyntaxUtils.swift
[105/161] Compiling SwiftParser TokenConsumer.swift
[106/161] Compiling SwiftParser TokenPrecedence.swift
[107/165] Emitting module SwiftBasicFormat
[108/165] Compiling SwiftBasicFormat BasicFormat.swift
[110/165] Emitting module SwiftParser
[111/165] Compiling SwiftParser LexemeSequence.swift
[112/165] Compiling SwiftParser Lexer.swift
[113/165] Compiling SwiftParser RegexLiteralLexer.swift
[114/165] Compiling SwiftParser UnicodeScalarExtensions.swift
[115/165] Compiling SwiftParser Lookahead.swift
[116/165] Compiling SwiftParser LoopProgressCondition.swift
[117/165] Compiling SwiftParser Modifiers.swift
[118/165] Compiling SwiftParser Names.swift
[119/165] Compiling SwiftParser Nominals.swift
[120/165] Compiling SwiftParser Parameters.swift
[121/165] Compiling SwiftParser ParseSourceFile.swift
[122/165] Compiling SwiftParser Parser.swift
[123/165] Compiling SwiftParser Patterns.swift
[124/165] Compiling SwiftParser Recovery.swift
[125/165] Compiling SwiftParser Specifiers.swift
[126/165] Compiling SwiftParser Statements.swift
[127/165] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[128/165] Compiling SwiftParser StringLiterals.swift
[129/165] Compiling SwiftParser TokenSpec.swift
[130/165] Compiling SwiftParser TokenSpecSet.swift
[131/165] Compiling SwiftParser TopLevel.swift
[132/165] Compiling SwiftParser TriviaParser.swift
[133/165] Compiling SwiftParser Types.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 PrecedenceGraph.swift
[153/188] Compiling SwiftOperators OperatorTable.swift
[154/188] Compiling SwiftOperators PrecedenceGroup.swift
[155/189] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[156/190] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[157/190] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[158/190] Compiling SwiftOperators OperatorTable+Folding.swift
[159/190] Emitting module SwiftOperators
[160/190] Compiling SwiftParserDiagnostics MissingNodesError.swift
[161/190] Compiling SwiftParserDiagnostics MissingTokenError.swift
[162/190] Compiling SwiftOperators OperatorTable+Semantics.swift
[163/190] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[164/190] Compiling SwiftOperators SyntaxSynthesis.swift
[166/191] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[167/191] Compiling SwiftParserDiagnostics Utils.swift
[168/191] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[169/191] Compiling SwiftParserDiagnostics PresenceUtils.swift
[170/191] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[175/190] Emitting module SwiftParserDiagnostics
[176/190] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[177/190] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[179/205] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[180/205] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[181/206] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[182/206] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[183/206] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[184/206] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[185/206] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[186/206] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[187/206] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[188/206] Compiling SwiftSyntaxBuilder Indenter.swift
[189/206] Compiling SwiftSyntaxBuilder ListBuilder.swift
[190/206] Emitting module SwiftSyntaxBuilder
[191/206] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[192/206] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[193/206] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[194/206] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[196/223] Compiling SwiftSyntaxMacros Macro.swift
[197/223] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[198/223] Compiling SwiftSyntaxMacros MemberMacro.swift
[199/223] Compiling SwiftSyntaxMacros PeerMacro.swift
[200/223] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[201/223] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[202/223] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[203/223] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[204/223] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[205/223] Compiling SwiftSyntaxMacros Macro+Format.swift
[206/225] Emitting module SwiftSyntaxMacros
[207/225] Compiling SwiftSyntaxMacros AccessorMacro.swift
[208/225] Compiling SwiftSyntaxMacros AttachedMacro.swift
[209/225] Compiling SwiftSyntaxMacros BodyMacro.swift
[210/225] Compiling SwiftSyntaxMacros PreambleMacro.swift
[211/225] Compiling SwiftSyntaxMacros Syntax+LexicalContext.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 IndentationUtils.swift
[218/235] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[219/235] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[220/235] Emitting module SwiftSyntaxMacroExpansion
[221/235] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[222/235] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[223/235] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[224/235] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[225/235] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[227/247] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[228/247] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[229/248] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[230/248] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[231/248] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[232/248] Emitting module SwiftCompilerPluginMessageHandling
[233/248] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[234/248] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[235/248] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[236/248] Compiling SwiftCompilerPluginMessageHandling Macros.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 TransientMacro.swift
[245/258] Compiling SwiftStorageMacros SwiftStoragePlugin.swift
[246/258] Compiling SwiftStorageMacros LocalStoragePropertyMacro.swift
[247/258] Emitting module SwiftStorageMacros
[248/258] Compiling SwiftStorageMacros Extensions.swift
[249/258] Compiling SwiftStorageMacros AttributeMacro.swift
[250/258] Compiling SwiftStorageMacros StorageMacro.swift
[251/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 |         }
[252/258] Write Objects.LinkFileList
[253/258] Linking SwiftStorageMacros-tool
[255/260] Compiling SwiftStorage SwiftStorage.swift
[256/260] Emitting module SwiftStorage
[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 linux