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 main (95c424), with Swift 6.0 (beta) for Linux on 16 Sep 2024 19:22:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KC-2001MS/SwiftStorage.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/KC-2001MS/SwiftStorage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 95c424f Delete .vscode directory
Cloned https://github.com/KC-2001MS/SwiftStorage.git
Revision (git rev-parse @):
95c424f1304cc9e9a9da1c6a25cc355aaa0ec7b1
SUCCESS checkout https://github.com/KC-2001MS/SwiftStorage.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/KC-2001MS/SwiftStorage.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-testing.git
[1/2038] Fetching swift-docc-plugin
[246/5114] Fetching swift-docc-plugin, swift-docc-symbolkit
[5115/18063] Fetching swift-docc-plugin, swift-docc-symbolkit, swift-testing
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.38s)
[14599/14987] Fetching swift-docc-plugin, swift-testing
Fetched https://github.com/apple/swift-docc-plugin from cache (0.38s)
[12691/12949] Fetching swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (0.52s)
[1/65064] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.38s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.11.0 (0.58s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (2.23s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.52s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.0 (0.67s)
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.11.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/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.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.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.
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/42] Write sources
[19/42] Compiling _SwiftSyntaxCShims dummy.c
[20/42] Write swift-version-24593BA9C3E375BF.txt
[22/48] Emitting module SwiftSyntax600
[23/48] Compiling SwiftSyntax600 Empty.swift
[24/49] Wrapping AST for SwiftSyntax600 for debugging
[26/49] Emitting module SwiftSyntax509
[27/49] Compiling SwiftSyntax509 Empty.swift
[28/50] Emitting module SwiftSyntax510
[29/50] Compiling SwiftSyntax510 Empty.swift
[31/51] Wrapping AST for SwiftSyntax509 for debugging
[32/51] Wrapping AST for SwiftSyntax510 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 SourcePresence.swift
[44/115] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[45/115] Compiling SwiftSyntax Syntax.swift
[46/115] Compiling SwiftSyntax SyntaxArena.swift
[47/115] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[48/115] Compiling SwiftSyntax SyntaxChildren.swift
[49/115] Compiling SwiftSyntax SyntaxCollection.swift
[50/115] Compiling SwiftSyntax SyntaxHashable.swift
[51/115] Compiling SwiftSyntax SyntaxIdentifier.swift
[52/123] Compiling SwiftSyntax MemoryLayout.swift
[53/123] Compiling SwiftSyntax MissingNodeInitializers.swift
[54/123] Compiling SwiftSyntax RawSyntax.swift
[55/123] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[56/123] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[57/123] Compiling SwiftSyntax RawSyntaxTokenView.swift
[58/123] Compiling SwiftSyntax SourceEdit.swift
[59/123] Compiling SwiftSyntax SourceLength.swift
[60/123] Compiling SwiftSyntax SourceLocation.swift
[61/123] Emitting module SwiftSyntax
[62/123] Compiling SwiftSyntax SyntaxKind.swift
[63/123] Compiling SwiftSyntax SyntaxRewriter.swift
[64/123] Compiling SwiftSyntax SyntaxTraits.swift
[65/123] Compiling SwiftSyntax SyntaxVisitor.swift
[66/123] Compiling SwiftSyntax TokenKind.swift
[67/123] Compiling SwiftSyntax Tokens.swift
[68/123] Compiling SwiftSyntax TriviaPieces.swift
[69/123] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[70/123] Compiling SwiftSyntax RawSyntaxNodesC.swift
[71/123] Compiling SwiftSyntax SyntaxNodeFactory.swift
[72/123] Compiling SwiftSyntax SyntaxNodeStructure.swift
[73/123] Compiling SwiftSyntax SyntaxProtocol.swift
[74/123] Compiling SwiftSyntax SyntaxText.swift
[75/123] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[76/123] Compiling SwiftSyntax TokenDiagnostic.swift
[77/123] Compiling SwiftSyntax TokenSequence.swift
[78/123] Compiling SwiftSyntax TokenSyntax.swift
[79/123] Compiling SwiftSyntax Trivia.swift
[80/123] Compiling SwiftSyntax Utils.swift
[81/123] Compiling SwiftSyntax ChildNameForKeyPath.swift
[82/123] Compiling SwiftSyntax Keyword.swift
[83/123] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[84/123] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[85/123] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[86/123] Compiling SwiftSyntax SyntaxBaseNodes.swift
[87/123] Compiling SwiftSyntax SyntaxCollections.swift
[88/123] Compiling SwiftSyntax SyntaxEnum.swift
[89/123] Compiling SwiftSyntax RawSyntaxNodesD.swift
[90/123] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[91/123] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[92/123] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[93/123] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[94/123] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[95/123] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[96/123] Compiling SwiftSyntax RawSyntaxValidation.swift
[97/123] Compiling SwiftSyntax SyntaxNodesAB.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 DiagnosticDecorator.swift
[109/182] Emitting module SwiftDiagnostics
[110/182] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[111/182] Compiling SwiftParser Expressions.swift
[112/182] Compiling SwiftDiagnostics Message.swift
[113/182] Compiling SwiftDiagnostics Note.swift
[114/182] Compiling SwiftParser IncrementalParseTransition.swift
[115/182] Compiling SwiftParser IsValidIdentifier.swift
[116/182] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[117/182] Compiling SwiftBasicFormat Syntax+Extensions.swift
[118/182] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[119/182] Compiling SwiftBasicFormat InferIndentation.swift
[120/182] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[121/182] Compiling SwiftParser SwiftParserCompatibility.swift
[122/182] Compiling SwiftParser SwiftVersion.swift
[123/182] Compiling SwiftParser SyntaxUtils.swift
[124/182] Compiling SwiftParser TokenConsumer.swift
[125/182] Compiling SwiftParser TokenPrecedence.swift
[126/187] Compiling SwiftDiagnostics FixIt.swift
[127/187] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[128/188] Wrapping AST for SwiftDiagnostics for debugging
[130/188] Emitting module SwiftBasicFormat
[131/188] Compiling SwiftBasicFormat BasicFormat.swift
[132/189] Wrapping AST for SwiftBasicFormat for debugging
[134/189] Compiling SwiftParser LexemeSequence.swift
[135/189] Compiling SwiftParser Lexer.swift
[136/189] Compiling SwiftParser RegexLiteralLexer.swift
[137/189] Compiling SwiftParser UnicodeScalarExtensions.swift
[138/189] Compiling SwiftParser Lookahead.swift
[139/189] Compiling SwiftParser LoopProgressCondition.swift
[140/189] Compiling SwiftParser TokenSpec.swift
[141/189] Compiling SwiftParser TokenSpecSet.swift
[142/189] Compiling SwiftParser TopLevel.swift
[143/189] Compiling SwiftParser TriviaParser.swift
[144/189] Compiling SwiftParser Types.swift
[145/189] Emitting module SwiftParser
[146/189] Compiling SwiftParser Modifiers.swift
[147/189] Compiling SwiftParser Names.swift
[148/189] Compiling SwiftParser Nominals.swift
[149/189] Compiling SwiftParser Parameters.swift
[150/189] Compiling SwiftParser ParseSourceFile.swift
[151/189] Compiling SwiftParser Parser.swift
[152/189] Compiling SwiftParser Patterns.swift
[153/189] Compiling SwiftParser Recovery.swift
[154/189] Compiling SwiftParser Specifiers.swift
[155/189] Compiling SwiftParser Statements.swift
[156/189] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[157/189] Compiling SwiftParser StringLiterals.swift
[162/189] Compiling SwiftParser Cursor.swift
[163/189] Compiling SwiftParser Lexeme.swift
[164/189] Compiling SwiftParser Attributes.swift
[165/189] Compiling SwiftParser Availability.swift
[166/189] Compiling SwiftParser CharacterInfo.swift
[167/189] Compiling SwiftParser CollectionNodes+Parsable.swift
[168/189] Compiling SwiftParser Declarations.swift
[169/189] Compiling SwiftParser Directives.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 SwiftOperators PrecedenceGroup.swift
[178/214] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[179/215] Compiling SwiftOperators OperatorTable.swift
[180/215] Compiling SwiftOperators PrecedenceGraph.swift
[181/215] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[182/215] Compiling SwiftOperators SyntaxSynthesis.swift
[183/215] Compiling SwiftOperators OperatorTable+Semantics.swift
[184/215] Compiling SwiftOperators Operator.swift
[185/215] Compiling SwiftOperators OperatorError+Diagnostics.swift
[186/215] Compiling SwiftOperators OperatorError.swift
[187/215] Compiling SwiftOperators OperatorTable+Defaults.swift
[188/215] Emitting module SwiftOperators
[189/215] Compiling SwiftOperators OperatorTable+Folding.swift
[190/216] Emitting module SwiftParserDiagnostics
[191/216] Wrapping AST for SwiftOperators for debugging
[193/216] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[194/216] Compiling SwiftParserDiagnostics Utils.swift
[195/216] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[198/216] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[199/216] Compiling SwiftParserDiagnostics PresenceUtils.swift
[200/216] Compiling SwiftParserDiagnostics MissingNodesError.swift
[201/216] Compiling SwiftParserDiagnostics MissingTokenError.swift
[204/217] Wrapping AST for SwiftParserDiagnostics for debugging
[206/232] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[207/232] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[208/232] Compiling SwiftSyntaxBuilder Indenter.swift
[209/232] Compiling SwiftSyntaxBuilder ListBuilder.swift
[210/232] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[211/232] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[212/232] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[213/232] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[214/233] Emitting module SwiftSyntaxBuilder
[215/233] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[216/233] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[217/233] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[218/233] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[219/233] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.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 ExpressionMacro.swift
[225/251] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[226/253] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[227/253] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[228/253] Compiling SwiftSyntaxMacros AccessorMacro.swift
[229/253] Compiling SwiftSyntaxMacros AttachedMacro.swift
[230/253] Compiling SwiftSyntaxMacros BodyMacro.swift
[231/253] Compiling SwiftSyntaxMacros MemberMacro.swift
[232/253] Compiling SwiftSyntaxMacros PeerMacro.swift
[233/253] Compiling SwiftSyntaxMacros Macro.swift
[234/253] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[235/253] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[236/253] Compiling SwiftSyntaxMacros Macro+Format.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 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/277] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[259/277] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[260/278] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[261/278] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[262/278] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[263/278] Emitting module SwiftCompilerPluginMessageHandling
[264/278] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[265/278] Compiling SwiftCompilerPluginMessageHandling JSON.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 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 |         }
[279/290] Emitting module SwiftStorageMacros
[280/290] Compiling SwiftStorageMacros AttributeMacro.swift
[281/290] Compiling SwiftStorageMacros LocalStoragePropertyMacro.swift
[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:14:21: note: expanded code originates here
12 | @Storage
13 | final class Client {
14 |     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 |
   +--------------------------------------------------------------------
15 |         didSet {
16 |             int += 1
macro expansion @LocalStorageProperty:8:38: error: value of type 'UserDefaults' has no member 'value'
`- /host/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:35:17: note: expanded code originates here
33 |     }
34 |
35 |     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 {
   +--------------------------------------------------------------------
36 |
37 |     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:37:23: note: expanded code originates here
35 |     var int: Int
36 |
37 |     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 {
   +--------------------------------------------------------------------
38 |
39 |     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:39:21: note: expanded code originates here
37 |     var double: Double
38 |
39 |     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 {
   +--------------------------------------------------------------------
40 |
41 |     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:41:23: note: expanded code originates here
39 |     var float: Float
40 |
41 |     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 {
   +--------------------------------------------------------------------
42 |
43 |     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:43:19: note: expanded code originates here
41 |     var string: String
42 |
43 |     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 {
   +--------------------------------------------------------------------
44 |     @Attribute(key: "Attribute")
45 |     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:45:24: note: expanded code originates here
43 |     var date: Date
44 |     @Attribute(key: "Attribute")
45 |     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 {
   +--------------------------------------------------------------------
46 |     @Transient
47 |     var transient: Bool
BUILD FAILURE 6.0 linux