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 UserDefaultMacro, reference 1.0.0 (aae47f), with Swift 6.0 (beta) for Linux on 14 Sep 2024 19:44:06 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/maniramezan/UserDefaultMacro.git
Reference: 1.0.0
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/maniramezan/UserDefaultMacro
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at aae47fb Update SwiftSyntax to non-beta version (#5)
Cloned https://github.com/maniramezan/UserDefaultMacro.git
Revision (git rev-parse @):
aae47fb0fca5bbee12d0a438bee13a951ecc5941
SUCCESS checkout https://github.com/maniramezan/UserDefaultMacro.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/maniramezan/UserDefaultMacro.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-docc-symbolkit
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
[1265/5112] Fetching swift-docc-plugin, swift-docc-symbolkit
[5113/70171] Fetching swift-docc-plugin, swift-docc-symbolkit, swift-syntax
Fetched https://github.com/apple/swift-docc-symbolkit from cache (3.32s)
Fetched https://github.com/apple/swift-docc-plugin from cache (3.32s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.36s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (2.20s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.1 (0.67s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.51s)
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 509.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.3.0
/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/37] Write sources
[17/37] Write swift-version-24593BA9C3E375BF.txt
[19/39] Emitting module SwiftSyntax509
[20/39] Compiling SwiftSyntax509 Empty.swift
[21/40] Wrapping AST for SwiftSyntax509 for debugging
[23/85] Compiling SwiftSyntax AbsolutePosition.swift
[24/85] Compiling SwiftSyntax Assert.swift
[25/85] Compiling SwiftSyntax BumpPtrAllocator.swift
[26/85] Compiling SwiftSyntax CommonAncestor.swift
[27/85] Compiling SwiftSyntax Convenience.swift
[28/85] Compiling SwiftSyntax MemoryLayout.swift
[29/85] Compiling SwiftSyntax MissingNodeInitializers.swift
[30/91] Compiling SwiftSyntax RawSyntax.swift
[31/91] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[32/91] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[33/91] Compiling SwiftSyntax RawSyntaxTokenView.swift
[34/91] Compiling SwiftSyntax SourceLength.swift
[35/91] Compiling SwiftSyntax SourceLocation.swift
[36/91] Compiling SwiftSyntax SourcePresence.swift
[37/91] Emitting module SwiftSyntax
[38/91] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[39/91] Compiling SwiftSyntax Syntax.swift
[40/91] Compiling SwiftSyntax SyntaxArena.swift
[41/91] Compiling SwiftSyntax SyntaxChildren.swift
[42/91] Compiling SwiftSyntax SyntaxCollection.swift
[43/91] Compiling SwiftSyntax SyntaxData.swift
[44/91] Compiling SwiftSyntax SyntaxCollections.swift
[45/91] Compiling SwiftSyntax SyntaxEnum.swift
[46/91] Compiling SwiftSyntax SyntaxKind.swift
[47/91] Compiling SwiftSyntax SyntaxRewriter.swift
[48/91] Compiling SwiftSyntax SyntaxTraits.swift
[49/91] Compiling SwiftSyntax SyntaxTransform.swift
[50/91] Compiling SwiftSyntax SyntaxText.swift
[51/91] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[52/91] Compiling SwiftSyntax TokenDiagnostic.swift
[53/91] Compiling SwiftSyntax TokenSyntax.swift
[54/91] Compiling SwiftSyntax Trivia.swift
[55/91] Compiling SwiftSyntax Utils.swift
[56/91] Compiling SwiftSyntax ChildNameForKeyPath.swift
[57/91] Compiling SwiftSyntax Keyword.swift
[58/91] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[59/91] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[60/91] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[61/91] Compiling SwiftSyntax SyntaxBaseNodes.swift
[62/91] Compiling SwiftSyntax SyntaxVisitor.swift
[63/91] Compiling SwiftSyntax TokenKind.swift
[64/91] Compiling SwiftSyntax Tokens.swift
[65/91] Compiling SwiftSyntax TriviaPieces.swift
[66/91] Compiling SwiftSyntax RawSyntaxNodes.swift
[67/91] Compiling SwiftSyntax RawSyntaxValidation.swift
[68/91] Compiling SwiftSyntax SyntaxDeclNodes.swift
[69/91] Compiling SwiftSyntax SyntaxExprNodes.swift
[70/91] Compiling SwiftSyntax SyntaxNodes.swift
[71/91] Compiling SwiftSyntax SyntaxPatternNodes.swift
[72/91] Compiling SwiftSyntax SyntaxStmtNodes.swift
[73/91] Compiling SwiftSyntax SyntaxTypeNodes.swift
[74/92] Wrapping AST for SwiftSyntax for debugging
[76/143] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[77/143] Compiling SwiftDiagnostics Note.swift
[78/143] Compiling SwiftDiagnostics Message.swift
[79/143] Compiling SwiftBasicFormat Syntax+Extensions.swift
[80/143] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[81/143] Compiling SwiftDiagnostics FixIt.swift
[82/143] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[83/143] Compiling SwiftDiagnostics Diagnostic.swift
[84/143] Compiling SwiftDiagnostics Convenience.swift
[85/143] Emitting module SwiftDiagnostics
[86/143] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[87/144] Wrapping AST for SwiftDiagnostics for debugging
[89/144] Emitting module SwiftBasicFormat
[90/144] Compiling SwiftBasicFormat BasicFormat.swift
[91/145] Wrapping AST for SwiftBasicFormat for debugging
[93/145] Compiling SwiftParser TokenPrecedence.swift
[94/145] Compiling SwiftParser TokenSpec.swift
[95/145] Compiling SwiftParser TokenSpecSet.swift
[96/145] Compiling SwiftParser TopLevel.swift
[97/145] Compiling SwiftParser TriviaParser.swift
[98/150] Compiling SwiftParser Lexer.swift
[99/150] Compiling SwiftParser RegexLiteralLexer.swift
[100/150] Compiling SwiftParser UnicodeScalarExtensions.swift
[101/150] Compiling SwiftParser Lookahead.swift
[102/150] Compiling SwiftParser LoopProgressCondition.swift
[103/150] Emitting module SwiftParser
[104/150] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[105/150] Compiling SwiftParser StringLiterals.swift
[106/150] Compiling SwiftParser SwiftParserCompatibility.swift
[107/150] Compiling SwiftParser SyntaxUtils.swift
[108/150] Compiling SwiftParser TokenConsumer.swift
[109/150] Compiling SwiftParser Attributes.swift
[110/150] Compiling SwiftParser Availability.swift
[111/150] Compiling SwiftParser CharacterInfo.swift
[112/150] Compiling SwiftParser CollectionNodes+Parsable.swift
[113/150] Compiling SwiftParser Declarations.swift
[114/150] Compiling SwiftParser Directives.swift
[115/150] Compiling SwiftParser Modifiers.swift
[116/150] Compiling SwiftParser Names.swift
[117/150] Compiling SwiftParser Nominals.swift
[118/150] Compiling SwiftParser Parameters.swift
[119/150] Compiling SwiftParser ParseSourceFile.swift
[120/150] Compiling SwiftParser Parser.swift
[121/150] Compiling SwiftParser Patterns.swift
[122/150] Compiling SwiftParser Recovery.swift
[123/150] Compiling SwiftParser Specifiers.swift
[124/150] Compiling SwiftParser Statements.swift
[125/150] Compiling SwiftParser ExperimentalFeatures.swift
[126/150] Compiling SwiftParser Expressions.swift
[127/150] Compiling SwiftParser IncrementalParseTransition.swift
[128/150] Compiling SwiftParser Cursor.swift
[129/150] Compiling SwiftParser Lexeme.swift
[130/150] Compiling SwiftParser LexemeSequence.swift
[131/150] Compiling SwiftParser Types.swift
[132/150] Compiling SwiftParser IsLexerClassified.swift
[133/150] Compiling SwiftParser LayoutNodes+Parsable.swift
[134/150] Compiling SwiftParser Parser+TokenSpecSet.swift
[135/150] Compiling SwiftParser TokenSpecStaticMembers.swift
[136/151] Wrapping AST for SwiftParser for debugging
[138/174] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[139/175] Compiling SwiftOperators PrecedenceGraph.swift
[140/175] Compiling SwiftOperators PrecedenceGroup.swift
[141/176] Compiling SwiftOperators OperatorTable.swift
[142/176] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[143/176] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[144/176] Compiling SwiftParserDiagnostics Utils.swift
[145/176] Compiling SwiftOperators SyntaxSynthesis.swift
[146/176] Compiling SwiftOperators OperatorTable+Semantics.swift
[147/176] Compiling SwiftOperators OperatorTable+Folding.swift
[148/176] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[149/176] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[150/176] Emitting module SwiftOperators
[151/176] Compiling SwiftParserDiagnostics MissingNodesError.swift
[152/176] Compiling SwiftParserDiagnostics MissingTokenError.swift
[153/177] Wrapping AST for SwiftOperators for debugging
[155/177] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[156/177] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[157/177] Compiling SwiftParserDiagnostics PresenceUtils.swift
[158/177] Emitting module SwiftParserDiagnostics
[163/177] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[164/177] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[165/178] Wrapping AST for SwiftParserDiagnostics for debugging
[167/192] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[168/192] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[169/193] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[170/193] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[171/193] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[172/193] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[173/193] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[174/193] Compiling SwiftSyntaxBuilder Indenter.swift
[175/193] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[176/193] Emitting module SwiftSyntaxBuilder
[177/193] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[178/193] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[179/193] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[180/193] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[181/193] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[182/194] Wrapping AST for SwiftSyntaxBuilder for debugging
[184/208] Compiling SwiftSyntaxMacros Macro.swift
[185/208] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[186/208] Compiling SwiftSyntaxMacros MemberMacro.swift
[187/209] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[188/209] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[189/209] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[190/209] Compiling SwiftSyntaxMacros Macro+Format.swift
[191/209] Compiling SwiftSyntaxMacros PeerMacro.swift
[192/209] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[193/209] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[194/209] Compiling SwiftSyntaxMacros AccessorMacro.swift
[195/209] Compiling SwiftSyntaxMacros AttachedMacro.swift
[196/209] Emitting module SwiftSyntaxMacros
[197/209] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[198/209] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[199/210] Wrapping AST for SwiftSyntaxMacros for debugging
[201/218] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[202/218] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[203/218] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[204/218] Emitting module SwiftSyntaxMacroExpansion
[205/218] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[206/218] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[207/218] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[208/218] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[209/219] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[211/226] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[212/226] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[213/226] Emitting module SwiftCompilerPluginMessageHandling
[214/226] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[215/226] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[216/226] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[217/226] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[218/227] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[220/229] Emitting module SwiftCompilerPlugin
[221/229] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[222/230] Wrapping AST for SwiftCompilerPlugin for debugging
[224/243] Compiling UserDefaultMacro UserDefaultPropertyMacro.swift
[225/243] Compiling UserDefaultMacro UserDefaultRecordMacro.swift
[226/244] Compiling UserDefaultMacro UserDefaultsType.swift
[227/244] Compiling UserDefaultMacro VariableType.swift
/host/spi-builder-workspace/Sources/UserDefaultMacro/Models/VariableType.swift:4:16: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  2 |
  3 | indirect enum VariableType: CaseIterable {
  4 |     static var allCases: [VariableType] = [
    |                |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: annotate 'allCases' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  5 |         .int,
  6 |         .double,
[228/244] Compiling UserDefaultMacro AccessLevel.swift
[229/244] Compiling UserDefaultMacro UserDefaultMacroError.swift
[230/244] Compiling UserDefaultMacro UserDefaultPlugin.swift
[231/244] Compiling UserDefaultMacro AccessorMacro+Extensions.swift
[232/244] Compiling UserDefaultMacro AttributeListSyntax+Extensions.swift
[233/244] Compiling UserDefaultMacro String+Extensions.swift
[234/244] Compiling UserDefaultMacro TupleExprElementListSyntax+Extensions.swift
[235/244] Emitting module UserDefaultMacro
/host/spi-builder-workspace/Sources/UserDefaultMacro/Extensions/UserDefaults+Extensions.swift:46:16: warning: static property 'standardName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
44 |     static let standardFullName: Name = standardName.asFullName
45 |
46 |     static var standardName: Name = .shorten("standard")
   |                |- warning: static property 'standardName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'standardName' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'standardName' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 | }
48 |
/host/spi-builder-workspace/Sources/UserDefaultMacro/Models/VariableType.swift:4:16: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  2 |
  3 | indirect enum VariableType: CaseIterable {
  4 |     static var allCases: [VariableType] = [
    |                |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: annotate 'allCases' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  5 |         .int,
  6 |         .double,
[236/244] Compiling UserDefaultMacro UserDefaults+Extensions.swift
/host/spi-builder-workspace/Sources/UserDefaultMacro/Extensions/UserDefaults+Extensions.swift:46:16: warning: static property 'standardName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
44 |     static let standardFullName: Name = standardName.asFullName
45 |
46 |     static var standardName: Name = .shorten("standard")
   |                |- warning: static property 'standardName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'standardName' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'standardName' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 | }
48 |
[237/244] Compiling UserDefaultMacro UserDefaultDataStoreMacro.swift
/host/spi-builder-workspace/Sources/UserDefaultMacro/Extensions/UserDefaults+Extensions.swift:46:16: warning: static property 'standardName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
44 |     static let standardFullName: Name = standardName.asFullName
45 |
46 |     static var standardName: Name = .shorten("standard")
   |                |- warning: static property 'standardName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'standardName' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'standardName' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 | }
48 |
[238/245] Wrapping AST for UserDefaultMacro for debugging
[239/245] Write Objects.LinkFileList
[240/245] Linking UserDefaultMacro-tool
error: emit-module command failed with exit code 1 (use -v to see invocation)
[242/247] Emitting module UserDefault
Swift/UnsafeRawPointer.swift:440: Fatal error: load from misaligned raw pointer
*** Signal 4: Backtracing from 0x7f0adbef9be4... done ***
*** Program crashed: Illegal instruction at 0x00007f0adbef9be4 ***
Thread 0 "UserDefaultMacr" crashed:
0      0x00007f0adbef9be4 closure #1 in closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 308 in libswiftCore.so
1 [ra] 0x00007f0adbef9992 closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 257 in libswiftCore.so
2 [ra] 0x00007f0adbef984d closure #1 in _assertionFailure(_:_:file:line:flags:) + 380 in libswiftCore.so
3 [ra] 0x00007f0adc07cd46 _assertionFailure(_:_:file:line:flags:) + 229 in libswiftCore.so
4 [ra] 0x00007f0adc07cf9e _fatalErrorMessage(_:_:file:line:flags:) + 45 in libswiftCore.so
5 [ra] 0x00007f0adc0fec00 UnsafeRawBufferPointer.load<A>(fromByteOffset:as:) + 191 in libswiftCore.so
6 [ra] 0x00005634e5d47ee2 closure #1 in PluginHostConnection.waitForNextMessage<A>(_:) + 81 in UserDefaultMacro-tool at /host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:203:31
7 [ra] 0x00007f0adc740faf partial apply for closure #1 in Data.InlineData.withUnsafeBytes<A>(_:) + 30 in libFoundationEssentials.so
Registers:
rax 0x0000000000000000  0
rdx 0x0000000000000001  1
rcx 0x0000000000000002  2
rbx 0x000056318b9de0e7  94770795765991
rsi 0x0000000000000007  7
rdi 0x00005634e8d24010  03 00 02 00 02 00 02 00 01 00 01 00 00 00 01 00  ················
rbp 0x00007fff332b3850  90 38 2b 33 ff 7f 00 00 92 99 ef db 0a 7f 00 00  ·8+3ÿ·····ïÛ····
rsp 0x00007fff332b3840  20 00 00 00 00 00 00 00 b8 01 00 00 00 00 00 00   ·······¸·······
 r8 0x00005634e8d37390  e7 e0 9d 8b 31 56 00 00 0c d9 58 e3 b0 50 74 96  çà··1V···ÙXã°Pt·
 r9 0x00007fff332b3630  46 61 74 61 6c 20 65 72 72 6f 72 3a 20 6c 6f 61  Fatal error: loa
r10 0x0000000000000000  0
r11 0x967450b0e358d90c  10841378923646343436
r12 0x0000000000000000  0
r13 0x00007f0adc33ceb0  00 02 00 00 00 00 00 00 ac 28 38 dc 0a 7f 00 00  ········¬(8Ü····
r14 0x0000000000000001  1
r15 0x0000000000000001  1
rip 0x00007f0adbef9be4  0f 0b 48 83 ec 08 48 8d 05 cf 43 47 00 48 8d 3d  ··H·ì·H··ÏCG·H·=
rflags 0x0000000000010202
cs 0x0033  fs 0x0000  gs 0x0000
Images (17 omitted):
0x00005634e5c54000–0x00005634e78e0220 <no build ID>                            UserDefaultMacro-tool      /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UserDefaultMacro-tool
0x00007f0adbd9a000–0x00007f0adc336708 dd45db60240a3fd046733822ab13a21f61a13763 libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
0x00007f0adc4ac000–0x00007f0adc928390 <no build ID>                            libFoundationEssentials.so /usr/lib/swift/linux/libFoundationEssentials.so
Backtrace took 0.60s
/host/spi-builder-workspace/Sources/UserDefault/UserDefault.swift:2:8: error: no such module 'UserDefaultMacro'
  1 | import Foundation
  2 | import UserDefaultMacro
    |        `- error: no such module 'UserDefaultMacro'
  3 |
  4 | /// # ``UserDefaultMacro``
[243/247] Compiling UserDefault UserDefault.swift
Swift/UnsafeRawPointer.swift:440: Fatal error: load from misaligned raw pointer
*** Signal 4: Backtracing from 0x7f9b4d08dbe4... done ***
*** Program crashed: Illegal instruction at 0x00007f9b4d08dbe4 ***
Thread 0 "UserDefaultMacr" crashed:
0      0x00007f9b4d08dbe4 closure #1 in closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 308 in libswiftCore.so
1 [ra] 0x00007f9b4d08d992 closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 257 in libswiftCore.so
2 [ra] 0x00007f9b4d08d84d closure #1 in _assertionFailure(_:_:file:line:flags:) + 380 in libswiftCore.so
3 [ra] 0x00007f9b4d210d46 _assertionFailure(_:_:file:line:flags:) + 229 in libswiftCore.so
4 [ra] 0x00007f9b4d210f9e _fatalErrorMessage(_:_:file:line:flags:) + 45 in libswiftCore.so
5 [ra] 0x00007f9b4d292c00 UnsafeRawBufferPointer.load<A>(fromByteOffset:as:) + 191 in libswiftCore.so
6 [ra] 0x000055a053837ee2 closure #1 in PluginHostConnection.waitForNextMessage<A>(_:) + 81 in UserDefaultMacro-tool at /host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:203:31
7 [ra] 0x00007f9b4d8d4faf partial apply for closure #1 in Data.InlineData.withUnsafeBytes<A>(_:) + 30 in libFoundationEssentials.so
Registers:
rax 0x0000000000000000  0
rdx 0x0000000000000001  1
rcx 0x0000000000000002  2
rbx 0x000055a50c2daf5d  94167362285405
rsi 0x0000000000000007  7
rdi 0x000055a05627a010  03 00 02 00 02 00 02 00 01 00 01 00 00 00 01 00  ················
rbp 0x00007fff3176af50  90 af 76 31 ff 7f 00 00 92 d9 08 4d 9b 7f 00 00  ·¯v1ÿ····Ù·M····
rsp 0x00007fff3176af40  20 00 00 00 00 00 00 00 b8 01 00 00 00 00 00 00   ·······¸·······
 r8 0x000055a05628d390  5d af 2d 0c a5 55 00 00 86 b3 06 7a 0f 3c b5 91  ]¯-·¥U···³·z·<µ·
 r9 0x00007fff3176ad30  46 61 74 61 6c 20 65 72 72 6f 72 3a 20 6c 6f 61  Fatal error: loa
r10 0x0000000000000000  0
r11 0x91b53c0f7a06b386  10499364143453614982
r12 0x0000000000000000  0
r13 0x00007f9b4d4d0eb0  00 02 00 00 00 00 00 00 ac 68 51 4d 9b 7f 00 00  ········¬hQM····
r14 0x0000000000000001  1
r15 0x0000000000000001  1
rip 0x00007f9b4d08dbe4  0f 0b 48 83 ec 08 48 8d 05 cf 43 47 00 48 8d 3d  ··H·ì·H··ÏCG·H·=
rflags 0x0000000000010202
cs 0x0033  fs 0x0000  gs 0x0000
Images (17 omitted):
0x000055a053744000–0x000055a0553d0220 <no build ID>                            UserDefaultMacro-tool      /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/UserDefaultMacro-tool
0x00007f9b4cf2e000–0x00007f9b4d4ca708 dd45db60240a3fd046733822ab13a21f61a13763 libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
0x00007f9b4d640000–0x00007f9b4dabc390 <no build ID>                            libFoundationEssentials.so /usr/lib/swift/linux/libFoundationEssentials.so
Backtrace took 0.62s
/host/spi-builder-workspace/Sources/UserDefault/UserDefault.swift:2:8: error: no such module 'UserDefaultMacro'
  1 | import Foundation
  2 | import UserDefaultMacro
    |        `- error: no such module 'UserDefaultMacro'
  3 |
  4 | /// # ``UserDefaultMacro``
note: module 'UserDefaultMacro' is a macro, and cannot be imported by tests and other targets
note: module 'UserDefaultMacro' is a macro, and cannot be imported by tests and other targets
BUILD FAILURE 6.0 linux