The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build typed-notifications, reference main (c2c619), with Swift 6.1 for Linux on 1 May 2025 08:02:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mtj0928/typed-notifications.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/mtj0928/typed-notifications
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c2c619f Merge pull request #10 from mtj0928/refine-interface
Cloned https://github.com/mtj0928/typed-notifications.git
Revision (git rev-parse @):
c2c619fcc664786a2df15af02822cf4c68eef4dd
SUCCESS checkout https://github.com/mtj0928/typed-notifications.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mtj0928/typed-notifications.git
https://github.com/mtj0928/typed-notifications.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "userinfo-representable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtj0928/userinfo-representable"
    }
  ],
  "manifest_display_name" : "typed-notifications",
  "name" : "typed-notifications",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TypedNotifications",
      "targets" : [
        "TypedNotifications"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TypedNotificationsMacro",
      "targets" : [
        "TypedNotificationsMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypedNotificationsTests",
      "module_type" : "SwiftTarget",
      "name" : "TypedNotificationsTests",
      "path" : "Tests/TypedNotificationsTests",
      "sources" : [
        "TypedNotificationsTests.swift"
      ],
      "target_dependencies" : [
        "TypedNotifications"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypedNotificationsMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "TypedNotificationsMacroTests",
      "path" : "Tests/TypedNotificationsMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "NotificationMacroTest.swift"
      ],
      "target_dependencies" : [
        "TypedNotificationsMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypedNotificationsMacro",
      "module_type" : "SwiftTarget",
      "name" : "TypedNotificationsMacro",
      "path" : "Sources/TypedNotificationsMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "TypedNotifications",
        "TypedNotificationsMacro"
      ],
      "sources" : [
        "NotificationMacro.swift",
        "TypedNotificationsMacros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "TypedNotifications",
      "module_type" : "SwiftTarget",
      "name" : "TypedNotifications",
      "path" : "Sources/TypedNotifications",
      "product_dependencies" : [
        "UserInfoRepresentable"
      ],
      "product_memberships" : [
        "TypedNotifications"
      ],
      "sources" : [
        "CoreData/NSManagedObjectContext.swift",
        "NotificagtionMacro.swift",
        "NotificationCenter+Extensions.swift",
        "TypedNotification.swift",
        "TypedNotificationCenter+Combine.swift",
        "TypedNotificationCenter.swift",
        "TypedNotificationDefinition.swift",
        "UIKit/UIApplication.swift",
        "UIKit/UIResponder.swift",
        "UIKit/UIScene.swift"
      ],
      "target_dependencies" : [
        "TypedNotificationsMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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-docc-plugin
Fetching https://github.com/mtj0928/userinfo-representable
Fetching https://github.com/apple/swift-syntax
[1/75] Fetching userinfo-representable
[48/2124] Fetching userinfo-representable, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.37s)
[55/70366] Fetching userinfo-representable, swift-syntax
Fetched https://github.com/mtj0928/userinfo-representable from cache (4.92s)
Fetched https://github.com/apple/swift-syntax from cache (4.98s)
Computing version for https://github.com/mtj0928/userinfo-representable
Computed https://github.com/mtj0928/userinfo-representable at 1.1.1 (5.54s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 600.0.1 (2.44s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.58s)
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.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.01s)
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/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
Working copy of https://github.com/apple/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/mtj0928/userinfo-representable
Working copy of https://github.com/mtj0928/userinfo-representable resolved at 1.1.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/44] Write sources
[22/44] Compiling _SwiftSyntaxCShims dummy.c
[23/44] Write swift-version-24593BA9C3E375BF.txt
[25/50] Emitting module SwiftSyntax509
[26/50] Compiling SwiftSyntax509 Empty.swift
[27/51] Emitting module SwiftSyntax510
[28/51] Compiling SwiftSyntax510 Empty.swift
[30/52] Wrapping AST for SwiftSyntax509 for debugging
[32/52] Emitting module SwiftSyntax600
[33/52] Compiling SwiftSyntax600 Empty.swift
[33/52] Wrapping AST for SwiftSyntax510 for debugging
[35/53] Wrapping AST for SwiftSyntax600 for debugging
[37/117] Compiling SwiftSyntax AbsolutePosition.swift
[38/117] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[39/117] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[40/117] Compiling SwiftSyntax Assert.swift
[41/117] Compiling SwiftSyntax BumpPtrAllocator.swift
[42/117] Compiling SwiftSyntax CommonAncestor.swift
[43/117] Compiling SwiftSyntax Convenience.swift
[44/117] Compiling SwiftSyntax CustomTraits.swift
[45/117] Compiling SwiftSyntax Identifier.swift
[46/125] Compiling SwiftSyntax MemoryLayout.swift
[47/125] Compiling SwiftSyntax MissingNodeInitializers.swift
[48/125] Compiling SwiftSyntax RawSyntax.swift
[49/125] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[50/125] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[51/125] Compiling SwiftSyntax RawSyntaxTokenView.swift
[52/125] Compiling SwiftSyntax SourceEdit.swift
[53/125] Compiling SwiftSyntax SourceLength.swift
[54/125] Compiling SwiftSyntax SourceLocation.swift
[55/125] Compiling SwiftSyntax SourcePresence.swift
[56/125] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[57/125] Compiling SwiftSyntax Syntax.swift
[58/125] Compiling SwiftSyntax SyntaxArena.swift
[59/125] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[60/125] Compiling SwiftSyntax SyntaxChildren.swift
[61/125] Compiling SwiftSyntax SyntaxCollection.swift
[62/125] Compiling SwiftSyntax SyntaxHashable.swift
[63/125] Compiling SwiftSyntax SyntaxIdentifier.swift
[64/125] Compiling SwiftSyntax SyntaxNodeFactory.swift
[65/125] Compiling SwiftSyntax SyntaxNodeStructure.swift
[66/125] Compiling SwiftSyntax SyntaxProtocol.swift
[67/125] Compiling SwiftSyntax SyntaxText.swift
[68/125] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[69/125] Compiling SwiftSyntax TokenDiagnostic.swift
[70/125] Compiling SwiftSyntax TokenSequence.swift
[71/125] Compiling SwiftSyntax TokenSyntax.swift
[72/125] Compiling SwiftSyntax Trivia.swift
[73/125] Emitting module SwiftSyntax
[74/125] Compiling SwiftSyntax SyntaxKind.swift
[75/125] Compiling SwiftSyntax SyntaxRewriter.swift
[76/125] Compiling SwiftSyntax SyntaxTraits.swift
[77/125] Compiling SwiftSyntax SyntaxVisitor.swift
[78/125] Compiling SwiftSyntax TokenKind.swift
[79/125] Compiling SwiftSyntax Tokens.swift
[80/125] Compiling SwiftSyntax TriviaPieces.swift
[81/125] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[82/125] Compiling SwiftSyntax RawSyntaxNodesC.swift
[83/125] Compiling SwiftSyntax Utils.swift
[84/125] Compiling SwiftSyntax ChildNameForKeyPath.swift
[85/125] Compiling SwiftSyntax Keyword.swift
[86/125] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[87/125] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[88/125] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[89/125] Compiling SwiftSyntax SyntaxBaseNodes.swift
[90/125] Compiling SwiftSyntax SyntaxCollections.swift
[91/125] Compiling SwiftSyntax SyntaxEnum.swift
[92/125] Compiling SwiftSyntax RawSyntaxNodesD.swift
[93/125] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[94/125] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[95/125] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[96/125] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[97/125] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[98/125] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[99/125] Compiling SwiftSyntax RawSyntaxValidation.swift
[100/125] Compiling SwiftSyntax SyntaxNodesAB.swift
[101/125] Compiling SwiftSyntax SyntaxNodesC.swift
[102/125] Compiling SwiftSyntax SyntaxNodesD.swift
[103/125] Compiling SwiftSyntax SyntaxNodesEF.swift
[104/125] Compiling SwiftSyntax SyntaxNodesGHI.swift
[105/125] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[106/125] Compiling SwiftSyntax SyntaxNodesOP.swift
[107/125] Compiling SwiftSyntax SyntaxNodesQRS.swift
[108/125] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[109/126] Wrapping AST for SwiftSyntax for debugging
[111/183] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[112/184] Emitting module SwiftDiagnostics
[113/184] Compiling SwiftDiagnostics Message.swift
[114/184] Compiling SwiftDiagnostics Note.swift
[115/184] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[116/184] Compiling SwiftBasicFormat Syntax+Extensions.swift
[117/184] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[118/184] Emitting module SwiftBasicFormat
[119/184] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[120/184] Compiling SwiftParser Expressions.swift
[121/184] Compiling SwiftBasicFormat InferIndentation.swift
[122/184] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[123/184] Compiling SwiftDiagnostics FixIt.swift
[124/184] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[125/184] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[126/184] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[128/185] Compiling SwiftBasicFormat BasicFormat.swift
[128/186] Wrapping AST for SwiftDiagnostics for debugging
[131/186] Compiling SwiftParser Modifiers.swift
[132/186] Compiling SwiftParser Names.swift
[133/186] Compiling SwiftParser Nominals.swift
[134/186] Compiling SwiftParser Parameters.swift
[135/186] Compiling SwiftParser ParseSourceFile.swift
[136/186] Compiling SwiftParser Parser.swift
[137/191] Emitting module SwiftParser
[138/191] Compiling SwiftParser LexemeSequence.swift
[139/191] Compiling SwiftParser Lexer.swift
[140/191] Compiling SwiftParser RegexLiteralLexer.swift
[141/191] Compiling SwiftParser UnicodeScalarExtensions.swift
[142/191] Compiling SwiftParser Lookahead.swift
[143/191] Compiling SwiftParser LoopProgressCondition.swift
[143/191] Wrapping AST for SwiftBasicFormat for debugging
[145/191] Compiling SwiftParser Patterns.swift
[146/191] Compiling SwiftParser Recovery.swift
[147/191] Compiling SwiftParser Specifiers.swift
[148/191] Compiling SwiftParser Statements.swift
[149/191] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[150/191] Compiling SwiftParser StringLiterals.swift
[151/191] Compiling SwiftParser Attributes.swift
[152/191] Compiling SwiftParser Availability.swift
[153/191] Compiling SwiftParser CharacterInfo.swift
[154/191] Compiling SwiftParser CollectionNodes+Parsable.swift
[155/191] Compiling SwiftParser Declarations.swift
[156/191] Compiling SwiftParser Directives.swift
[157/191] Compiling SwiftParser SwiftParserCompatibility.swift
[158/191] Compiling SwiftParser SwiftVersion.swift
[159/191] Compiling SwiftParser SyntaxUtils.swift
[160/191] Compiling SwiftParser TokenConsumer.swift
[161/191] Compiling SwiftParser TokenPrecedence.swift
[162/191] Compiling SwiftParser TokenSpec.swift
[163/191] Compiling SwiftParser TokenSpecSet.swift
[164/191] Compiling SwiftParser TopLevel.swift
[165/191] Compiling SwiftParser TriviaParser.swift
[166/191] Compiling SwiftParser Types.swift
[171/191] Compiling SwiftParser Cursor.swift
[172/191] Compiling SwiftParser Lexeme.swift
[173/191] Compiling SwiftParser ExperimentalFeatures.swift
[174/191] Compiling SwiftParser IsLexerClassified.swift
[175/191] Compiling SwiftParser LayoutNodes+Parsable.swift
[176/191] Compiling SwiftParser Parser+TokenSpecSet.swift
[177/191] Compiling SwiftParser TokenSpecStaticMembers.swift
[178/192] Wrapping AST for SwiftParser for debugging
[180/215] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[181/216] Compiling SwiftOperators PrecedenceGraph.swift
[182/216] Compiling SwiftOperators PrecedenceGroup.swift
[183/217] Compiling SwiftOperators OperatorTable+Semantics.swift
[184/217] Compiling SwiftOperators OperatorTable.swift
[185/217] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[186/217] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[187/217] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[188/217] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[189/217] Compiling SwiftOperators OperatorTable+Folding.swift
[190/217] Emitting module SwiftOperators
[191/217] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[192/217] Compiling SwiftOperators SyntaxSynthesis.swift
[195/218] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[196/218] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[197/218] Compiling SwiftParserDiagnostics Utils.swift
[198/218] Wrapping AST for SwiftOperators for debugging
[200/218] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[201/218] Compiling SwiftParserDiagnostics PresenceUtils.swift
[202/218] Emitting module SwiftParserDiagnostics
[205/218] Compiling SwiftParserDiagnostics MissingNodesError.swift
[206/218] Compiling SwiftParserDiagnostics MissingTokenError.swift
[207/219] Wrapping AST for SwiftParserDiagnostics for debugging
[209/234] Compiling SwiftSyntaxBuilder Indenter.swift
[210/234] Compiling SwiftSyntaxBuilder ListBuilder.swift
[211/234] Emitting module SwiftSyntaxBuilder
[212/234] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[213/234] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[214/235] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[215/235] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[216/235] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[217/235] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[218/235] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[219/235] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[220/235] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[221/235] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[222/235] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[223/235] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[224/235] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[225/236] Wrapping AST for SwiftSyntaxBuilder for debugging
[227/253] Emitting module SwiftSyntaxMacros
[228/255] Compiling SwiftSyntaxMacros Macro.swift
[229/255] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[230/255] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[231/255] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[232/255] Compiling SwiftSyntaxMacros MemberMacro.swift
[233/255] Compiling SwiftSyntaxMacros PeerMacro.swift
[234/255] Compiling SwiftSyntaxMacros AccessorMacro.swift
[235/255] Compiling SwiftSyntaxMacros AttachedMacro.swift
[236/255] Compiling SwiftSyntaxMacros BodyMacro.swift
[237/255] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[238/255] Compiling SwiftSyntaxMacros Macro+Format.swift
[239/255] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[240/255] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[241/255] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[242/255] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[243/255] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[244/255] Compiling SwiftSyntaxMacros PreambleMacro.swift
[245/255] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[246/256] Wrapping AST for SwiftSyntaxMacros for debugging
[248/265] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[249/266] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[250/266] Emitting module SwiftSyntaxMacroExpansion
[251/266] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[252/266] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[253/266] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[254/266] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[255/266] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[256/266] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[257/266] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[258/267] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[260/279] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[261/279] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[262/280] Emitting module SwiftCompilerPluginMessageHandling
[263/280] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[264/280] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[265/280] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[266/280] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[267/280] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[268/280] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[269/280] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[270/280] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[271/280] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[272/280] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[273/281] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[275/283] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[276/283] Emitting module SwiftCompilerPlugin
[277/284] Wrapping AST for SwiftCompilerPlugin for debugging
[279/292] Compiling TypedNotificationsMacro TypedNotificationsMacros.swift
[280/292] Emitting module UserInfoRepresentableMacro
[281/292] Emitting module TypedNotificationsMacro
[282/292] Compiling TypedNotificationsMacro NotificationMacro.swift
[283/292] Compiling UserInfoRepresentableMacro Macros.swift
[284/293] Compiling UserInfoRepresentableMacro VariableDeclSyntax+Util.swift
[285/293] Compiling UserInfoRepresentableMacro UserInfoRepresentableMacro.swift
[286/293] Compiling UserInfoRepresentableMacro UserInfoKeyMacro.swift
[288/294] Wrapping AST for TypedNotificationsMacro for debugging
[289/294] Write Objects.LinkFileList
[290/294] Wrapping AST for UserInfoRepresentableMacro for debugging
[291/294] Write Objects.LinkFileList
[292/294] Linking TypedNotificationsMacro-tool
[293/294] Linking UserInfoRepresentableMacro-tool
[295/304] Compiling UserInfoRepresentable Macros.swift
[296/304] Emitting module UserInfoRepresentable
[297/304] Compiling UserInfoRepresentable UserInfoRrepresentable.swift
[298/304] Compiling UserInfoRepresentable _userInfoValue.swift
[299/304] Emitting module UserInfoRepresentable
[300/304] Compiling UserInfoRepresentable _userInfoValue.swift
[301/304] Compiling UserInfoRepresentable _extract.swift
[302/304] Compiling UserInfoRepresentable UserInfoRrepresentable.swift
[303/305] Compiling UserInfoRepresentable Macros.swift
[304/305] Compiling UserInfoRepresentable _extract.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[307/326] Emitting module TypedNotifications
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[308/327] Compiling TypedNotifications UIApplication.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[309/327] Compiling TypedNotifications UIResponder.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[310/327] Compiling TypedNotifications TypedNotificationCenter+Combine.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[311/328] Compiling TypedNotifications UIApplication.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[312/328] Compiling TypedNotifications UIResponder.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[313/328] Compiling TypedNotifications UIScene.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[315/328] Compiling TypedNotifications NSManagedObjectContext.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[316/328] Compiling TypedNotifications NotificagtionMacro.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[317/328] Compiling TypedNotifications TypedNotificationCenter+Combine.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[318/328] Compiling TypedNotifications NotificationCenter+Extensions.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[319/328] Compiling TypedNotifications TypedNotification.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[320/328] Compiling TypedNotifications TypedNotificationCenter.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[321/328] Compiling TypedNotifications TypedNotificationDefinition.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[324/328] Emitting module TypedNotifications
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[325/328] Compiling TypedNotifications TypedNotificationCenter.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[328/328] Compiling TypedNotifications TypedNotificationDefinition.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/23] Write swift-version-24593BA9C3E375BF.txt
[4/29] Emitting module SwiftSyntax510
[5/29] Compiling SwiftSyntax510 Empty.swift
[6/30] Compiling SwiftSyntax600 Empty.swift
[7/30] Emitting module SwiftSyntax600
[8/31] Compiling SwiftSyntax509 Empty.swift
[9/31] Emitting module SwiftSyntax509
[13/93] Compiling SwiftSyntax SourcePresence.swift
[14/93] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[15/93] Compiling SwiftSyntax Syntax.swift
[16/93] Compiling SwiftSyntax SyntaxArena.swift
[17/93] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[18/93] Compiling SwiftSyntax SyntaxChildren.swift
[19/93] Compiling SwiftSyntax SyntaxCollection.swift
[20/93] Compiling SwiftSyntax SyntaxHashable.swift
[21/93] Compiling SwiftSyntax SyntaxIdentifier.swift
[22/101] Emitting module SwiftSyntax
[23/101] Compiling SwiftSyntax AbsolutePosition.swift
[24/101] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[25/101] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[26/101] Compiling SwiftSyntax Assert.swift
[27/101] Compiling SwiftSyntax BumpPtrAllocator.swift
[28/101] Compiling SwiftSyntax CommonAncestor.swift
[29/101] Compiling SwiftSyntax Convenience.swift
[30/101] Compiling SwiftSyntax CustomTraits.swift
[31/101] Compiling SwiftSyntax Identifier.swift
[32/101] Compiling SwiftSyntax SyntaxNodeFactory.swift
[33/101] Compiling SwiftSyntax SyntaxNodeStructure.swift
[34/101] Compiling SwiftSyntax SyntaxProtocol.swift
[35/101] Compiling SwiftSyntax SyntaxText.swift
[36/101] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[37/101] Compiling SwiftSyntax TokenDiagnostic.swift
[38/101] Compiling SwiftSyntax TokenSequence.swift
[39/101] Compiling SwiftSyntax TokenSyntax.swift
[40/101] Compiling SwiftSyntax Trivia.swift
[41/101] Compiling SwiftSyntax RawSyntaxNodesD.swift
[42/101] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[43/101] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[44/101] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[45/101] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[46/101] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[47/101] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[48/101] Compiling SwiftSyntax RawSyntaxValidation.swift
[49/101] Compiling SwiftSyntax SyntaxNodesAB.swift
[50/101] Compiling SwiftSyntax MemoryLayout.swift
[51/101] Compiling SwiftSyntax MissingNodeInitializers.swift
[52/101] Compiling SwiftSyntax RawSyntax.swift
[53/101] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[54/101] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[55/101] Compiling SwiftSyntax RawSyntaxTokenView.swift
[56/101] Compiling SwiftSyntax SourceEdit.swift
[57/101] Compiling SwiftSyntax SourceLength.swift
[58/101] Compiling SwiftSyntax SourceLocation.swift
[59/101] Compiling SwiftSyntax SyntaxKind.swift
[60/101] Compiling SwiftSyntax SyntaxRewriter.swift
[61/101] Compiling SwiftSyntax SyntaxTraits.swift
[62/101] Compiling SwiftSyntax SyntaxVisitor.swift
[63/101] Compiling SwiftSyntax TokenKind.swift
[64/101] Compiling SwiftSyntax Tokens.swift
[65/101] Compiling SwiftSyntax TriviaPieces.swift
[66/101] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[67/101] Compiling SwiftSyntax RawSyntaxNodesC.swift
[68/101] Compiling SwiftSyntax Utils.swift
[69/101] Compiling SwiftSyntax ChildNameForKeyPath.swift
[70/101] Compiling SwiftSyntax Keyword.swift
[71/101] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[72/101] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[73/101] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[74/101] Compiling SwiftSyntax SyntaxBaseNodes.swift
[75/101] Compiling SwiftSyntax SyntaxCollections.swift
[76/101] Compiling SwiftSyntax SyntaxEnum.swift
[77/101] Compiling SwiftSyntax SyntaxNodesC.swift
[78/101] Compiling SwiftSyntax SyntaxNodesD.swift
[79/101] Compiling SwiftSyntax SyntaxNodesEF.swift
[80/101] Compiling SwiftSyntax SyntaxNodesGHI.swift
[81/101] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[82/101] Compiling SwiftSyntax SyntaxNodesOP.swift
[83/101] Compiling SwiftSyntax SyntaxNodesQRS.swift
[84/101] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[86/142] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[87/159] Compiling SwiftDiagnostics Message.swift
[88/159] Emitting module SwiftDiagnostics
[89/159] Compiling SwiftDiagnostics FixIt.swift
[90/159] Compiling SwiftBasicFormat Syntax+Extensions.swift
[91/159] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[92/159] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[93/159] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[94/159] Compiling SwiftParser Expressions.swift
[95/159] Compiling SwiftParser IncrementalParseTransition.swift
[96/159] Compiling SwiftParser IsValidIdentifier.swift
[97/159] Compiling SwiftBasicFormat InferIndentation.swift
[98/159] Compiling SwiftDiagnostics Note.swift
[99/159] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[100/159] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[101/160] Emitting module SwiftBasicFormat
[102/160] Compiling SwiftBasicFormat BasicFormat.swift
[105/159] Emitting module SwiftParser
[106/164] Compiling SwiftParser LexemeSequence.swift
[107/164] Compiling SwiftParser Lexer.swift
[108/164] Compiling SwiftParser RegexLiteralLexer.swift
[109/164] Compiling SwiftParser UnicodeScalarExtensions.swift
[110/164] Compiling SwiftParser Lookahead.swift
[111/164] Compiling SwiftParser LoopProgressCondition.swift
[112/164] Compiling SwiftParser SwiftParserCompatibility.swift
[113/164] Compiling SwiftParser SwiftVersion.swift
[114/164] Compiling SwiftParser SyntaxUtils.swift
[115/164] Compiling SwiftParser TokenConsumer.swift
[116/164] Compiling SwiftParser TokenPrecedence.swift
[117/164] Compiling SwiftParser TokenSpec.swift
[118/164] Compiling SwiftParser TokenSpecSet.swift
[119/164] Compiling SwiftParser TopLevel.swift
[120/164] Compiling SwiftParser TriviaParser.swift
[121/164] Compiling SwiftParser Types.swift
[122/164] Compiling SwiftParser Modifiers.swift
[123/164] Compiling SwiftParser Names.swift
[124/164] Compiling SwiftParser Nominals.swift
[125/164] Compiling SwiftParser Parameters.swift
[126/164] Compiling SwiftParser ParseSourceFile.swift
[127/164] Compiling SwiftParser Parser.swift
[128/164] Compiling SwiftParser Patterns.swift
[129/164] Compiling SwiftParser Recovery.swift
[130/164] Compiling SwiftParser Specifiers.swift
[131/164] Compiling SwiftParser Statements.swift
[132/164] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[133/164] Compiling SwiftParser StringLiterals.swift
[134/164] Compiling SwiftParser Attributes.swift
[135/164] Compiling SwiftParser Availability.swift
[136/164] Compiling SwiftParser CharacterInfo.swift
[137/164] Compiling SwiftParser CollectionNodes+Parsable.swift
[138/164] Compiling SwiftParser Declarations.swift
[139/164] Compiling SwiftParser Directives.swift
[144/164] Compiling SwiftParser Cursor.swift
[145/164] Compiling SwiftParser Lexeme.swift
[146/164] Compiling SwiftParser ExperimentalFeatures.swift
[147/164] Compiling SwiftParser IsLexerClassified.swift
[148/164] Compiling SwiftParser LayoutNodes+Parsable.swift
[149/164] Compiling SwiftParser Parser+TokenSpecSet.swift
[150/164] Compiling SwiftParser TokenSpecStaticMembers.swift
[152/187] Compiling SwiftOperators OperatorTable.swift
[153/187] Compiling SwiftOperators PrecedenceGraph.swift
[154/188] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[155/189] Compiling SwiftOperators PrecedenceGroup.swift
[156/189] Compiling SwiftOperators OperatorTable+Folding.swift
[157/189] Compiling SwiftParserDiagnostics MissingNodesError.swift
[158/189] Compiling SwiftParserDiagnostics MissingTokenError.swift
[159/189] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[160/189] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[161/189] Emitting module SwiftOperators
[162/189] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[163/189] Compiling SwiftOperators SyntaxSynthesis.swift
[164/189] Compiling SwiftOperators OperatorTable+Semantics.swift
[166/190] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[167/190] Compiling SwiftParserDiagnostics Utils.swift
[168/190] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[169/189] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[170/189] Compiling SwiftParserDiagnostics PresenceUtils.swift
[175/189] Emitting module SwiftParserDiagnostics
[176/189] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[177/189] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[179/204] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[180/204] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[181/204] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[182/204] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[183/205] Compiling SwiftSyntaxBuilder Indenter.swift
[184/205] Compiling SwiftSyntaxBuilder ListBuilder.swift
[185/205] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[186/205] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[187/205] Emitting module SwiftSyntaxBuilder
[188/205] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[189/205] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[190/205] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[191/205] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[192/205] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[193/205] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[194/205] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[196/222] Compiling SwiftSyntaxMacros AccessorMacro.swift
[197/222] Compiling SwiftSyntaxMacros AttachedMacro.swift
[198/222] Compiling SwiftSyntaxMacros BodyMacro.swift
[199/224] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[200/224] Compiling SwiftSyntaxMacros Macro+Format.swift
[201/224] Compiling SwiftSyntaxMacros MemberMacro.swift
[202/224] Compiling SwiftSyntaxMacros PeerMacro.swift
[203/224] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[204/224] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[205/224] Compiling SwiftSyntaxMacros Macro.swift
[206/224] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[207/224] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[208/224] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[209/224] Emitting module SwiftSyntaxMacros
[210/224] Compiling SwiftSyntaxMacros PreambleMacro.swift
[211/224] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[212/224] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[213/224] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[214/224] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[216/233] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[217/234] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[218/234] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[219/234] Emitting module SwiftSyntaxMacroExpansion
[220/234] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[221/234] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[222/234] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[223/234] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[224/234] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[225/234] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[227/246] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[228/247] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[229/247] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[230/247] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[231/247] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[232/247] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[233/247] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[234/247] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[235/247] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[236/247] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[237/247] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[238/247] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[239/247] Emitting module SwiftCompilerPluginMessageHandling
[241/249] Emitting module SwiftCompilerPlugin
[242/249] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[244/257] Compiling TypedNotificationsMacro TypedNotificationsMacros.swift
[245/257] Compiling UserInfoRepresentableMacro Macros.swift
[246/257] Emitting module UserInfoRepresentableMacro
[247/257] Compiling UserInfoRepresentableMacro VariableDeclSyntax+Util.swift
[248/257] Emitting module TypedNotificationsMacro
[249/257] Compiling TypedNotificationsMacro NotificationMacro.swift
[250/257] Compiling UserInfoRepresentableMacro UserInfoKeyMacro.swift
[251/257] Compiling UserInfoRepresentableMacro UserInfoRepresentableMacro.swift
[253/258] Write Objects.LinkFileList
[255/257] Linking UserInfoRepresentableMacro-tool
[256/257] Linking TypedNotificationsMacro-tool
[258/267] Compiling UserInfoRepresentable _userInfoValue.swift
[259/267] Emitting module UserInfoRepresentable
[260/267] Compiling UserInfoRepresentable _extract.swift
[261/267] Compiling UserInfoRepresentable Macros.swift
[262/267] Compiling UserInfoRepresentable UserInfoRrepresentable.swift
[263/267] Compiling UserInfoRepresentable _userInfoValue.swift
[264/268] Compiling UserInfoRepresentable UserInfoRrepresentable.swift
[265/268] Compiling UserInfoRepresentable Macros.swift
[266/268] Emitting module UserInfoRepresentable
[267/268] Compiling UserInfoRepresentable _extract.swift
[270/289] Compiling TypedNotifications UIApplication.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[271/289] Compiling TypedNotifications TypedNotificationDefinition.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[272/290] Compiling TypedNotifications UIResponder.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[273/290] Compiling TypedNotifications TypedNotificationCenter.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[274/290] Compiling TypedNotifications TypedNotificationCenter+Combine.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[275/290] Compiling TypedNotifications NotificationCenter+Extensions.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[276/290] Compiling TypedNotifications TypedNotification.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[279/291] Emitting module TypedNotifications
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[280/291] Compiling TypedNotifications NSManagedObjectContext.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[281/291] Compiling TypedNotifications NotificagtionMacro.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[284/291] Emitting module TypedNotifications
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[285/291] Compiling TypedNotifications UIScene.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[286/291] Compiling TypedNotifications UIResponder.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[287/291] Compiling TypedNotifications TypedNotificationCenter+Combine.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[288/291] Compiling TypedNotifications TypedNotificationCenter.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[289/291] Compiling TypedNotifications TypedNotificationDefinition.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[290/291] Compiling TypedNotifications UIApplication.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
[291/291] Compiling TypedNotifications UIScene.swift
/host/spi-builder-workspace/Sources/TypedNotifications/CoreData/NSManagedObjectContext.swift:1:8: error: no such module 'CoreData'
 1 | import CoreData
   |        `- error: no such module 'CoreData'
 2 | import UserInfoRepresentable
 3 |
BUILD FAILURE 6.1 linux