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 swift-loggable, reference 0.3.0 (773a9d), with Swift 6.1 for Linux on 25 Jul 2025 19:06:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/23122K/swift-loggable.git
Reference: 0.3.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/23122K/swift-loggable
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 773a9d0 Add Loggable target documentation, minor fixes (#14)
Cloned https://github.com/23122K/swift-loggable.git
Revision (git rev-parse @):
773a9d085cb13246bbf7f9227349aa13752d717c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/23122K/swift-loggable.git at 0.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/23122K/swift-loggable.git
https://github.com/23122K/swift-loggable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-loggable",
  "name" : "swift-loggable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "Loggable",
      "targets" : [
        "Loggable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LoggableMacro",
      "targets" : [
        "LoggableMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoggableTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggableTests",
      "path" : "Tests/LoggableTests",
      "sources" : [
        "LoggableTests.swift",
        "Mocks/Levelable+Mock.swift",
        "Mocks/Loggable+Mock.swift",
        "Mocks/Omittable+Mock.swift",
        "Mocks/Taggable+Mock.swift",
        "Mocks/Testcase.swift"
      ],
      "target_dependencies" : [
        "Loggable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoggableMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggableMacroTests",
      "path" : "Tests/LoggableMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "LogMacroTests.swift",
        "LoggedMacroTests.swift",
        "OSLogMacroTests.swift",
        "OSLoggedMacroTests.swift",
        "OSLoggerTests.swift"
      ],
      "target_dependencies" : [
        "LoggableMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoggableMacro",
      "module_type" : "SwiftTarget",
      "name" : "LoggableMacro",
      "path" : "Sources/LoggableMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Loggable",
        "LoggableMacro"
      ],
      "sources" : [
        "Extensions/AbstractSourceLocation.swift",
        "Extensions/AttributeListSyntaxElement.swift",
        "Extensions/AttributeSyntax.swift",
        "Extensions/AwaitExprSyntax.swift",
        "Extensions/CodeBlockItemSyntax.swift",
        "Extensions/DeclGroupSyntax.swift",
        "Extensions/DiagnosticMessage.swift",
        "Extensions/FreestandingMacroExpansionSyntax.swift",
        "Extensions/StringLiteralExprSyntax.swift",
        "Extensions/TokenKind.swift",
        "Extensions/TokenSyntax.swift",
        "Extensions/TryExprSyntax.swift",
        "FunctionSyntax.swift",
        "Macros/LevelMacro.swift",
        "Macros/LogMacro.swift",
        "Macros/LoggableAttributeMacro.swift",
        "Macros/LoggableMacro.swift",
        "Macros/LoggedMacro.swift",
        "Macros/OSLogMacro.swift",
        "Macros/OSLoggedMacro.swift",
        "Macros/OSLoggerMacro.swift",
        "Macros/OmitMacro.swift",
        "Macros/TagMacro.swift",
        "Macros/TraitMacro.swift",
        "Plugin.swift",
        "ResultBuilder.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Loggable",
      "module_type" : "SwiftTarget",
      "name" : "Loggable",
      "path" : "Sources/Loggable",
      "product_memberships" : [
        "Loggable"
      ],
      "sources" : [
        "AccessLevel+Taggable.swift",
        "Levelable.swift",
        "Loggable.swift",
        "Macros.swift",
        "OSLogType+Levelable.swift",
        "OSLogger.swift",
        "Omittable.swift",
        "Taggable.swift",
        "Trait.swift"
      ],
      "target_dependencies" : [
        "LoggableMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/908] Fetching swift-macro-testing
[909/3002] Fetching swift-macro-testing, swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.30s)
[1948/2094] Fetching swift-docc-plugin
[2095/73457] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (5.58s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.62s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (6.08s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15333] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (6.98s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (12.00s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3434] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.98s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.51s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.27s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.75s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5482] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.31s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.0 (1.84s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.78s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.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/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.6
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/38] Write sources
[19/38] Compiling _SwiftSyntaxCShims dummy.c
[20/38] Write swift-version-24593BA9C3E375BF.txt
[22/44] Emitting module SwiftSyntax510
[23/44] Compiling SwiftSyntax510 Empty.swift
[25/45] Emitting module SwiftSyntax600
[26/45] Compiling SwiftSyntax600 Empty.swift
[27/45] Emitting module SwiftSyntax509
[28/45] Compiling SwiftSyntax509 Empty.swift
[28/47] Wrapping AST for SwiftSyntax510 for debugging
[31/47] Wrapping AST for SwiftSyntax509 for debugging
[32/47] Wrapping AST for SwiftSyntax600 for debugging
[34/111] Compiling SwiftSyntax AbsolutePosition.swift
[35/111] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[36/111] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[37/111] Compiling SwiftSyntax Assert.swift
[38/111] Compiling SwiftSyntax BumpPtrAllocator.swift
[39/111] Compiling SwiftSyntax CommonAncestor.swift
[40/111] Compiling SwiftSyntax Convenience.swift
[41/111] Compiling SwiftSyntax CustomTraits.swift
[42/111] Compiling SwiftSyntax Identifier.swift
[43/119] Emitting module SwiftSyntax
[44/119] Compiling SwiftSyntax SourcePresence.swift
[45/119] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[46/119] Compiling SwiftSyntax Syntax.swift
[47/119] Compiling SwiftSyntax SyntaxArena.swift
[48/119] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[49/119] Compiling SwiftSyntax SyntaxChildren.swift
[50/119] Compiling SwiftSyntax SyntaxCollection.swift
[51/119] Compiling SwiftSyntax SyntaxHashable.swift
[52/119] Compiling SwiftSyntax SyntaxIdentifier.swift
[53/119] Compiling SwiftSyntax SyntaxKind.swift
[54/119] Compiling SwiftSyntax SyntaxRewriter.swift
[55/119] Compiling SwiftSyntax SyntaxTraits.swift
[56/119] Compiling SwiftSyntax SyntaxVisitor.swift
[57/119] Compiling SwiftSyntax TokenKind.swift
[58/119] Compiling SwiftSyntax Tokens.swift
[59/119] Compiling SwiftSyntax TriviaPieces.swift
[60/119] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[61/119] Compiling SwiftSyntax RawSyntaxNodesC.swift
[62/119] Compiling SwiftSyntax SyntaxNodeFactory.swift
[63/119] Compiling SwiftSyntax SyntaxNodeStructure.swift
[64/119] Compiling SwiftSyntax SyntaxProtocol.swift
[65/119] Compiling SwiftSyntax SyntaxText.swift
[66/119] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[67/119] Compiling SwiftSyntax TokenDiagnostic.swift
[68/119] Compiling SwiftSyntax TokenSequence.swift
[69/119] Compiling SwiftSyntax TokenSyntax.swift
[70/119] Compiling SwiftSyntax Trivia.swift
[71/119] Compiling SwiftSyntax RawSyntaxNodesD.swift
[72/119] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[73/119] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[74/119] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[75/119] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[76/119] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[77/119] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[78/119] Compiling SwiftSyntax RawSyntaxValidation.swift
[79/119] Compiling SwiftSyntax SyntaxNodesAB.swift
[80/119] Compiling SwiftSyntax MemoryLayout.swift
[81/119] Compiling SwiftSyntax MissingNodeInitializers.swift
[82/119] Compiling SwiftSyntax RawSyntax.swift
[83/119] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[84/119] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[85/119] Compiling SwiftSyntax RawSyntaxTokenView.swift
[86/119] Compiling SwiftSyntax SourceEdit.swift
[87/119] Compiling SwiftSyntax SourceLength.swift
[88/119] Compiling SwiftSyntax SourceLocation.swift
[89/119] Compiling SwiftSyntax Utils.swift
[90/119] Compiling SwiftSyntax ChildNameForKeyPath.swift
[91/119] Compiling SwiftSyntax Keyword.swift
[92/119] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[93/119] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[94/119] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[95/119] Compiling SwiftSyntax SyntaxBaseNodes.swift
[96/119] Compiling SwiftSyntax SyntaxCollections.swift
[97/119] Compiling SwiftSyntax SyntaxEnum.swift
[98/119] Compiling SwiftSyntax SyntaxNodesC.swift
[99/119] Compiling SwiftSyntax SyntaxNodesD.swift
[100/119] Compiling SwiftSyntax SyntaxNodesEF.swift
[101/119] Compiling SwiftSyntax SyntaxNodesGHI.swift
[102/119] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[103/119] Compiling SwiftSyntax SyntaxNodesOP.swift
[104/119] Compiling SwiftSyntax SyntaxNodesQRS.swift
[105/119] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[106/124] Wrapping AST for SwiftSyntax for debugging
[108/177] Emitting module SwiftBasicFormat
[109/177] Compiling SwiftDiagnostics Message.swift
[110/178] Emitting module SwiftDiagnostics
[111/178] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[112/178] Compiling SwiftParser Expressions.swift
[113/178] Compiling SwiftParser IncrementalParseTransition.swift
[114/178] Compiling SwiftParser IsValidIdentifier.swift
[115/178] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[116/178] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[117/178] Compiling SwiftBasicFormat Syntax+Extensions.swift
[118/178] Compiling SwiftDiagnostics Note.swift
[119/178] Compiling SwiftBasicFormat InferIndentation.swift
[120/178] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[121/178] Compiling SwiftDiagnostics FixIt.swift
[122/178] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[123/178] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[125/179] Compiling SwiftParser SwiftParserCompatibility.swift
[126/179] Compiling SwiftParser SwiftVersion.swift
[127/179] Compiling SwiftParser SyntaxUtils.swift
[128/179] Compiling SwiftParser TokenConsumer.swift
[129/179] Compiling SwiftParser TokenPrecedence.swift
[129/184] Wrapping AST for SwiftDiagnostics for debugging
[131/184] Compiling SwiftBasicFormat BasicFormat.swift
[133/185] Emitting module SwiftParser
[133/185] Wrapping AST for SwiftBasicFormat for debugging
[135/185] Compiling SwiftParser TokenSpec.swift
[136/185] Compiling SwiftParser TokenSpecSet.swift
[137/185] Compiling SwiftParser TopLevel.swift
[138/185] Compiling SwiftParser TriviaParser.swift
[139/185] Compiling SwiftParser Types.swift
[140/185] Compiling SwiftParser LexemeSequence.swift
[141/185] Compiling SwiftParser Lexer.swift
[142/185] Compiling SwiftParser RegexLiteralLexer.swift
[143/185] Compiling SwiftParser UnicodeScalarExtensions.swift
[144/185] Compiling SwiftParser Lookahead.swift
[145/185] Compiling SwiftParser LoopProgressCondition.swift
[146/185] Compiling SwiftParser Modifiers.swift
[147/185] Compiling SwiftParser Names.swift
[148/185] Compiling SwiftParser Nominals.swift
[149/185] Compiling SwiftParser Parameters.swift
[150/185] Compiling SwiftParser ParseSourceFile.swift
[151/185] Compiling SwiftParser Parser.swift
[152/185] Compiling SwiftParser Patterns.swift
[153/185] Compiling SwiftParser Recovery.swift
[154/185] Compiling SwiftParser Specifiers.swift
[155/185] Compiling SwiftParser Statements.swift
[156/185] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[157/185] Compiling SwiftParser StringLiterals.swift
[158/185] Compiling SwiftParser Attributes.swift
[159/185] Compiling SwiftParser Availability.swift
[160/185] Compiling SwiftParser CharacterInfo.swift
[161/185] Compiling SwiftParser CollectionNodes+Parsable.swift
[162/185] Compiling SwiftParser Declarations.swift
[163/185] Compiling SwiftParser Directives.swift
[168/185] Compiling SwiftParser Cursor.swift
[169/185] Compiling SwiftParser Lexeme.swift
[170/185] Compiling SwiftParser ExperimentalFeatures.swift
[171/185] Compiling SwiftParser IsLexerClassified.swift
[172/185] Compiling SwiftParser LayoutNodes+Parsable.swift
[173/185] Compiling SwiftParser Parser+TokenSpecSet.swift
[174/185] Compiling SwiftParser TokenSpecStaticMembers.swift
[175/186] Wrapping AST for SwiftParser for debugging
[177/209] Compiling SwiftOperators PrecedenceGroup.swift
[178/210] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[179/211] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[180/211] Compiling SwiftParserDiagnostics Utils.swift
[181/211] Compiling SwiftOperators Operator.swift
[182/211] Compiling SwiftOperators OperatorError+Diagnostics.swift
[183/211] Compiling SwiftOperators PrecedenceGraph.swift
[184/211] Compiling SwiftOperators OperatorTable.swift
[185/211] Compiling SwiftOperators OperatorTable+Semantics.swift
[186/211] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[187/211] Compiling SwiftOperators SyntaxSynthesis.swift
[188/211] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[191/211] Emitting module SwiftOperators
[192/211] Emitting module SwiftParserDiagnostics
[193/211] Compiling SwiftOperators OperatorTable+Folding.swift
[194/211] Compiling SwiftOperators OperatorError.swift
[195/211] Compiling SwiftOperators OperatorTable+Defaults.swift
[196/212] Wrapping AST for SwiftOperators for debugging
[198/212] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[199/212] Compiling SwiftParserDiagnostics PresenceUtils.swift
[200/212] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[201/212] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[204/213] Wrapping AST for SwiftParserDiagnostics for debugging
[206/228] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[207/228] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[208/229] Emitting module SwiftSyntaxBuilder
[209/229] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[210/229] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[211/229] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[212/229] Compiling SwiftSyntaxBuilder Indenter.swift
[213/229] Compiling SwiftSyntaxBuilder ListBuilder.swift
[214/229] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[215/229] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[216/229] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[217/229] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[218/229] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[219/229] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[220/229] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[221/229] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[222/230] Wrapping AST for SwiftSyntaxBuilder for debugging
[224/247] Compiling SwiftSyntaxMacros Macro.swift
[225/247] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[226/247] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[227/247] Compiling SwiftSyntaxMacros Macro+Format.swift
[228/249] Emitting module SwiftSyntaxMacros
[229/249] Compiling SwiftSyntaxMacros MemberMacro.swift
[230/249] Compiling SwiftSyntaxMacros PeerMacro.swift
[231/249] Compiling SwiftSyntaxMacros AccessorMacro.swift
[232/249] Compiling SwiftSyntaxMacros AttachedMacro.swift
[233/249] Compiling SwiftSyntaxMacros BodyMacro.swift
[234/249] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[235/249] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[236/249] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[237/249] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[238/249] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[239/249] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[240/249] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[241/249] Compiling SwiftSyntaxMacros PreambleMacro.swift
[242/249] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[243/250] Wrapping AST for SwiftSyntaxMacros for debugging
[245/259] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[246/260] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[247/260] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[248/260] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[249/260] Emitting module SwiftSyntaxMacroExpansion
[250/260] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[251/260] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[252/260] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[253/260] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[254/260] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[255/261] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[257/273] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[258/273] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[259/273] Emitting module SwiftCompilerPluginMessageHandling
[260/274] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[261/274] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[262/274] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[263/274] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[264/274] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[265/274] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[266/274] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[267/274] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[268/274] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[269/274] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[270/275] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[272/277] Emitting module SwiftCompilerPlugin
[273/277] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[274/278] Wrapping AST for SwiftCompilerPlugin for debugging
[276/302] Emitting module LoggableMacro
[277/305] Compiling LoggableMacro StringLiteralExprSyntax.swift
[278/305] Compiling LoggableMacro TokenKind.swift
[279/305] Compiling LoggableMacro TokenSyntax.swift
[280/305] Compiling LoggableMacro CodeBlockItemSyntax.swift
[281/305] Compiling LoggableMacro DeclGroupSyntax.swift
[282/305] Compiling LoggableMacro DiagnosticMessage.swift
[283/305] Compiling LoggableMacro FreestandingMacroExpansionSyntax.swift
[284/305] Compiling LoggableMacro TryExprSyntax.swift
[285/305] Compiling LoggableMacro FunctionSyntax.swift
[286/305] Compiling LoggableMacro LevelMacro.swift
[287/305] Compiling LoggableMacro TraitMacro.swift
[288/305] Compiling LoggableMacro Plugin.swift
[289/305] Compiling LoggableMacro ResultBuilder.swift
[290/305] Compiling LoggableMacro OSLoggerMacro.swift
[291/305] Compiling LoggableMacro OmitMacro.swift
[292/305] Compiling LoggableMacro TagMacro.swift
[293/305] Compiling LoggableMacro LoggedMacro.swift
[294/305] Compiling LoggableMacro OSLogMacro.swift
[295/305] Compiling LoggableMacro OSLoggedMacro.swift
[296/305] Compiling LoggableMacro LogMacro.swift
[297/305] Compiling LoggableMacro LoggableAttributeMacro.swift
[298/305] Compiling LoggableMacro LoggableMacro.swift
[299/305] Compiling LoggableMacro AbstractSourceLocation.swift
[300/305] Compiling LoggableMacro AttributeListSyntaxElement.swift
[301/305] Compiling LoggableMacro AttributeSyntax.swift
[302/305] Compiling LoggableMacro AwaitExprSyntax.swift
[303/306] Wrapping AST for LoggableMacro for debugging
[304/306] Write Objects.LinkFileList
[305/306] Linking LoggableMacro-tool
[307/324] Compiling Loggable Loggable.swift
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:93:15: error: cannot find type 'Logger' in scope
 91 | public struct LoggableLogger: Loggable {
 92 |   /// The logger instance used for logging.
 93 |   let logger: Logger
    |               `- error: cannot find type 'Logger' in scope
 94 |
 95 |   /// Logs captured event metadata to the default subsystem.
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:114:23: error: cannot find type 'Logger' in scope
112 |   ///
113 |   /// - Parameter logger: Logger used to log captured metadata.
114 |   public init(logger: Logger = Logger()) {
    |                       `- error: cannot find type 'Logger' in scope
115 |     self.logger = logger
116 |   }
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:124:11: error: cannot find type 'Logger' in scope
122 | }
123 |
124 | extension Logger: Loggable {
    |           `- error: cannot find type 'Logger' in scope
125 |   public func emit(event: LoggableEvent) {
126 |     if let level = event.level as? OSLogType {
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:101:5: error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
 99 |   /// - ``OSLogType.error`` for functions that throw errors.
100 |   public func emit(event: LoggableEvent) {
101 |     self.logger.emit(event: event)
    |     `- error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
102 |   }
103 |
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:115:5: error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
113 |   /// - Parameter logger: Logger used to log captured metadata.
114 |   public init(logger: Logger = Logger()) {
115 |     self.logger = logger
    |     `- error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
116 |   }
117 | }
[308/325] Compiling Loggable OSLogger.swift
/host/spi-builder-workspace/Sources/Loggable/OSLogger.swift:12:22: error: cannot find type 'Logger' in scope
10 |   ///
11 |   /// Requred by ``OSLogger(access:subsystem:category:)`` macro.
12 |   static var logger: Logger { get }
   |                      `- error: cannot find type 'Logger' in scope
13 | }
14 |
[309/325] Compiling Loggable OSLogType+Levelable.swift
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:5:11: error: cannot find type 'OSLogType' in scope
 3 | #endif
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:6:11: error: cannot find type 'OSLogType' in scope
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:7:11: error: cannot find type 'OSLogType' in scope
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:8:11: error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
   |           `- error: cannot find type 'OSLogType' in scope
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:9:11: error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
   |           `- error: cannot find type 'OSLogType' in scope
10 | extension OSLogType: Levelable {
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:10:11: error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
   |           `- error: cannot find type 'OSLogType' in scope
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
12 |   public static func level(_ value: UInt8) -> OSLogType {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:44:35: error: cannot find type 'OSLogType' in scope
42 | }
43 |
44 | extension Levelable where Self == OSLogType {
   |                                   `- error: cannot find type 'OSLogType' in scope
45 |   /// A `default` OSLogType level.
46 |   public static var `osDefault`: Self {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:12:47: error: cannot find type 'OSLogType' in scope
10 | extension OSLogType: Levelable {
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
12 |   public static func level(_ value: UInt8) -> OSLogType {
   |                                               `- error: cannot find type 'OSLogType' in scope
13 |     OSLogType(value)
14 |   }
[310/325] Compiling Loggable OSLogger.swift
/host/spi-builder-workspace/Sources/Loggable/OSLogger.swift:12:22: error: cannot find type 'Logger' in scope
10 |   ///
11 |   /// Requred by ``OSLogger(access:subsystem:category:)`` macro.
12 |   static var logger: Logger { get }
   |                      `- error: cannot find type 'Logger' in scope
13 | }
14 |
[311/325] Compiling Loggable Macros.swift
[313/326] Compiling Loggable Taggable.swift
[314/326] Compiling Loggable Loggable.swift
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:93:15: error: cannot find type 'Logger' in scope
 91 | public struct LoggableLogger: Loggable {
 92 |   /// The logger instance used for logging.
 93 |   let logger: Logger
    |               `- error: cannot find type 'Logger' in scope
 94 |
 95 |   /// Logs captured event metadata to the default subsystem.
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:114:23: error: cannot find type 'Logger' in scope
112 |   ///
113 |   /// - Parameter logger: Logger used to log captured metadata.
114 |   public init(logger: Logger = Logger()) {
    |                       `- error: cannot find type 'Logger' in scope
115 |     self.logger = logger
116 |   }
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:124:11: error: cannot find type 'Logger' in scope
122 | }
123 |
124 | extension Logger: Loggable {
    |           `- error: cannot find type 'Logger' in scope
125 |   public func emit(event: LoggableEvent) {
126 |     if let level = event.level as? OSLogType {
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:101:5: error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
 99 |   /// - ``OSLogType.error`` for functions that throw errors.
100 |   public func emit(event: LoggableEvent) {
101 |     self.logger.emit(event: event)
    |     `- error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
102 |   }
103 |
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:115:5: error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
113 |   /// - Parameter logger: Logger used to log captured metadata.
114 |   public init(logger: Logger = Logger()) {
115 |     self.logger = logger
    |     `- error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
116 |   }
117 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[315/326] Emitting module Loggable
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:93:15: error: cannot find type 'Logger' in scope
 91 | public struct LoggableLogger: Loggable {
 92 |   /// The logger instance used for logging.
 93 |   let logger: Logger
    |               `- error: cannot find type 'Logger' in scope
 94 |
 95 |   /// Logs captured event metadata to the default subsystem.
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:114:23: error: cannot find type 'Logger' in scope
112 |   ///
113 |   /// - Parameter logger: Logger used to log captured metadata.
114 |   public init(logger: Logger = Logger()) {
    |                       `- error: cannot find type 'Logger' in scope
115 |     self.logger = logger
116 |   }
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:124:11: error: cannot find type 'Logger' in scope
122 | }
123 |
124 | extension Logger: Loggable {
    |           `- error: cannot find type 'Logger' in scope
125 |   public func emit(event: LoggableEvent) {
126 |     if let level = event.level as? OSLogType {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:5:11: error: cannot find type 'OSLogType' in scope
 3 | #endif
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:6:11: error: cannot find type 'OSLogType' in scope
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:7:11: error: cannot find type 'OSLogType' in scope
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:8:11: error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
   |           `- error: cannot find type 'OSLogType' in scope
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:9:11: error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
   |           `- error: cannot find type 'OSLogType' in scope
10 | extension OSLogType: Levelable {
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:10:11: error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
   |           `- error: cannot find type 'OSLogType' in scope
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
12 |   public static func level(_ value: UInt8) -> OSLogType {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:44:35: error: cannot find type 'OSLogType' in scope
42 | }
43 |
44 | extension Levelable where Self == OSLogType {
   |                                   `- error: cannot find type 'OSLogType' in scope
45 |   /// A `default` OSLogType level.
46 |   public static var `osDefault`: Self {
/host/spi-builder-workspace/Sources/Loggable/OSLogger.swift:12:22: error: cannot find type 'Logger' in scope
10 |   ///
11 |   /// Requred by ``OSLogger(access:subsystem:category:)`` macro.
12 |   static var logger: Logger { get }
   |                      `- error: cannot find type 'Logger' in scope
13 | }
14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:93:15: error: cannot find type 'Logger' in scope
 91 | public struct LoggableLogger: Loggable {
 92 |   /// The logger instance used for logging.
 93 |   let logger: Logger
    |               `- error: cannot find type 'Logger' in scope
 94 |
 95 |   /// Logs captured event metadata to the default subsystem.
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:114:23: error: cannot find type 'Logger' in scope
112 |   ///
113 |   /// - Parameter logger: Logger used to log captured metadata.
114 |   public init(logger: Logger = Logger()) {
    |                       `- error: cannot find type 'Logger' in scope
115 |     self.logger = logger
116 |   }
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:124:11: error: cannot find type 'Logger' in scope
122 | }
123 |
124 | extension Logger: Loggable {
    |           `- error: cannot find type 'Logger' in scope
125 |   public func emit(event: LoggableEvent) {
126 |     if let level = event.level as? OSLogType {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:5:11: error: cannot find type 'OSLogType' in scope
 3 | #endif
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:6:11: error: cannot find type 'OSLogType' in scope
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:7:11: error: cannot find type 'OSLogType' in scope
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:8:11: error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
   |           `- error: cannot find type 'OSLogType' in scope
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:9:11: error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
   |           `- error: cannot find type 'OSLogType' in scope
10 | extension OSLogType: Levelable {
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:10:11: error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
   |           `- error: cannot find type 'OSLogType' in scope
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
12 |   public static func level(_ value: UInt8) -> OSLogType {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:44:35: error: cannot find type 'OSLogType' in scope
42 | }
43 |
44 | extension Levelable where Self == OSLogType {
   |                                   `- error: cannot find type 'OSLogType' in scope
45 |   /// A `default` OSLogType level.
46 |   public static var `osDefault`: Self {
/host/spi-builder-workspace/Sources/Loggable/OSLogger.swift:12:22: error: cannot find type 'Logger' in scope
10 |   ///
11 |   /// Requred by ``OSLogger(access:subsystem:category:)`` macro.
12 |   static var logger: Logger { get }
   |                      `- error: cannot find type 'Logger' in scope
13 | }
14 |
[317/326] Compiling Loggable AccessLevel+Taggable.swift
[318/326] Compiling Loggable Levelable.swift
[321/326] Compiling Loggable Taggable.swift
[322/326] Compiling Loggable OSLogType+Levelable.swift
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:5:11: error: cannot find type 'OSLogType' in scope
 3 | #endif
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:6:11: error: cannot find type 'OSLogType' in scope
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:7:11: error: cannot find type 'OSLogType' in scope
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:8:11: error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
   |           `- error: cannot find type 'OSLogType' in scope
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:9:11: error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
   |           `- error: cannot find type 'OSLogType' in scope
10 | extension OSLogType: Levelable {
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:10:11: error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
   |           `- error: cannot find type 'OSLogType' in scope
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
12 |   public static func level(_ value: UInt8) -> OSLogType {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:44:35: error: cannot find type 'OSLogType' in scope
42 | }
43 |
44 | extension Levelable where Self == OSLogType {
   |                                   `- error: cannot find type 'OSLogType' in scope
45 |   /// A `default` OSLogType level.
46 |   public static var `osDefault`: Self {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:12:47: error: cannot find type 'OSLogType' in scope
10 | extension OSLogType: Levelable {
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
12 |   public static func level(_ value: UInt8) -> OSLogType {
   |                                               `- error: cannot find type 'OSLogType' in scope
13 |     OSLogType(value)
14 |   }
[323/326] Compiling Loggable Omittable.swift
[325/326] Compiling Loggable Trait.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/20] Write swift-version-24593BA9C3E375BF.txt
[4/26] Compiling SwiftSyntax509 Empty.swift
[5/26] Emitting module SwiftSyntax509
[6/27] Compiling SwiftSyntax600 Empty.swift
[7/27] Emitting module SwiftSyntax600
[9/28] Emitting module SwiftSyntax510
[10/28] Compiling SwiftSyntax510 Empty.swift
[13/90] Compiling SwiftSyntax AbsolutePosition.swift
[14/90] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[15/90] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[16/90] Compiling SwiftSyntax Assert.swift
[17/90] Compiling SwiftSyntax BumpPtrAllocator.swift
[18/90] Compiling SwiftSyntax CommonAncestor.swift
[19/90] Compiling SwiftSyntax Convenience.swift
[20/90] Compiling SwiftSyntax CustomTraits.swift
[21/90] Compiling SwiftSyntax Identifier.swift
[22/98] Compiling SwiftSyntax MemoryLayout.swift
[23/98] Compiling SwiftSyntax MissingNodeInitializers.swift
[24/98] Compiling SwiftSyntax RawSyntax.swift
[25/98] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[26/98] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[27/98] Compiling SwiftSyntax RawSyntaxTokenView.swift
[28/98] Compiling SwiftSyntax SourceEdit.swift
[29/98] Compiling SwiftSyntax SourceLength.swift
[30/98] Compiling SwiftSyntax SourceLocation.swift
[31/98] Emitting module SwiftSyntax
[32/98] Compiling SwiftSyntax SyntaxNodeFactory.swift
[33/98] Compiling SwiftSyntax SyntaxNodeStructure.swift
[34/98] Compiling SwiftSyntax SyntaxProtocol.swift
[35/98] Compiling SwiftSyntax SyntaxText.swift
[36/98] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[37/98] Compiling SwiftSyntax TokenDiagnostic.swift
[38/98] Compiling SwiftSyntax TokenSequence.swift
[39/98] Compiling SwiftSyntax TokenSyntax.swift
[40/98] Compiling SwiftSyntax Trivia.swift
[41/98] Compiling SwiftSyntax SourcePresence.swift
[42/98] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[43/98] Compiling SwiftSyntax Syntax.swift
[44/98] Compiling SwiftSyntax SyntaxArena.swift
[45/98] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[46/98] Compiling SwiftSyntax SyntaxChildren.swift
[47/98] Compiling SwiftSyntax SyntaxCollection.swift
[48/98] Compiling SwiftSyntax SyntaxHashable.swift
[49/98] Compiling SwiftSyntax SyntaxIdentifier.swift
[50/98] Compiling SwiftSyntax SyntaxKind.swift
[51/98] Compiling SwiftSyntax SyntaxRewriter.swift
[52/98] Compiling SwiftSyntax SyntaxTraits.swift
[53/98] Compiling SwiftSyntax SyntaxVisitor.swift
[54/98] Compiling SwiftSyntax TokenKind.swift
[55/98] Compiling SwiftSyntax Tokens.swift
[56/98] Compiling SwiftSyntax TriviaPieces.swift
[57/98] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[58/98] Compiling SwiftSyntax RawSyntaxNodesC.swift
[59/98] Compiling SwiftSyntax RawSyntaxNodesD.swift
[60/98] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[61/98] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[62/98] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[63/98] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[64/98] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[65/98] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[66/98] Compiling SwiftSyntax RawSyntaxValidation.swift
[67/98] Compiling SwiftSyntax SyntaxNodesAB.swift
[68/98] Compiling SwiftSyntax SyntaxNodesC.swift
[69/98] Compiling SwiftSyntax SyntaxNodesD.swift
[70/98] Compiling SwiftSyntax SyntaxNodesEF.swift
[71/98] Compiling SwiftSyntax SyntaxNodesGHI.swift
[72/98] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[73/98] Compiling SwiftSyntax SyntaxNodesOP.swift
[74/98] Compiling SwiftSyntax SyntaxNodesQRS.swift
[75/98] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[76/98] Compiling SwiftSyntax Utils.swift
[77/98] Compiling SwiftSyntax ChildNameForKeyPath.swift
[78/98] Compiling SwiftSyntax Keyword.swift
[79/98] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[80/98] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[81/98] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[82/98] Compiling SwiftSyntax SyntaxBaseNodes.swift
[83/98] Compiling SwiftSyntax SyntaxCollections.swift
[84/98] Compiling SwiftSyntax SyntaxEnum.swift
[86/155] Compiling SwiftDiagnostics Message.swift
[87/156] Emitting module SwiftDiagnostics
[88/156] Compiling SwiftParser Attributes.swift
[89/156] Compiling SwiftParser Availability.swift
[90/156] Compiling SwiftParser CharacterInfo.swift
[91/156] Compiling SwiftParser CollectionNodes+Parsable.swift
[92/156] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[93/156] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[94/156] Compiling SwiftBasicFormat Syntax+Extensions.swift
[95/156] Compiling SwiftDiagnostics Note.swift
[96/156] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[97/156] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[98/156] Compiling SwiftDiagnostics FixIt.swift
[99/156] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[100/157] Compiling SwiftBasicFormat InferIndentation.swift
[102/156] Emitting module SwiftBasicFormat
[103/156] Compiling SwiftBasicFormat BasicFormat.swift
[105/156] Compiling SwiftParser LexemeSequence.swift
[106/156] Compiling SwiftParser Lexer.swift
[107/156] Compiling SwiftParser RegexLiteralLexer.swift
[108/156] Compiling SwiftParser UnicodeScalarExtensions.swift
[109/156] Compiling SwiftParser Lookahead.swift
[110/156] Compiling SwiftParser LoopProgressCondition.swift
[111/161] Compiling SwiftParser Modifiers.swift
[112/161] Compiling SwiftParser Names.swift
[113/161] Compiling SwiftParser Nominals.swift
[114/161] Compiling SwiftParser Parameters.swift
[115/161] Compiling SwiftParser ParseSourceFile.swift
[116/161] Compiling SwiftParser Parser.swift
[117/161] Compiling SwiftParser Patterns.swift
[118/161] Compiling SwiftParser Recovery.swift
[119/161] Compiling SwiftParser Specifiers.swift
[120/161] Compiling SwiftParser Statements.swift
[121/161] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[122/161] Compiling SwiftParser StringLiterals.swift
[123/161] Compiling SwiftParser SwiftParserCompatibility.swift
[124/161] Compiling SwiftParser SwiftVersion.swift
[125/161] Compiling SwiftParser SyntaxUtils.swift
[126/161] Compiling SwiftParser TokenConsumer.swift
[127/161] Compiling SwiftParser TokenPrecedence.swift
[128/161] Compiling SwiftParser TokenSpec.swift
[129/161] Compiling SwiftParser TokenSpecSet.swift
[130/161] Compiling SwiftParser TopLevel.swift
[131/161] Compiling SwiftParser TriviaParser.swift
[132/161] Compiling SwiftParser Types.swift
[137/161] Compiling SwiftParser Declarations.swift
[138/161] Compiling SwiftParser Directives.swift
[139/161] Emitting module SwiftParser
[140/161] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[141/161] Compiling SwiftParser Expressions.swift
[142/161] Compiling SwiftParser IncrementalParseTransition.swift
[143/161] Compiling SwiftParser IsValidIdentifier.swift
[144/161] Compiling SwiftParser Cursor.swift
[145/161] Compiling SwiftParser Lexeme.swift
[146/161] Compiling SwiftParser ExperimentalFeatures.swift
[147/161] Compiling SwiftParser IsLexerClassified.swift
[148/161] Compiling SwiftParser LayoutNodes+Parsable.swift
[149/161] Compiling SwiftParser Parser+TokenSpecSet.swift
[150/161] Compiling SwiftParser TokenSpecStaticMembers.swift
[152/184] Compiling SwiftOperators PrecedenceGroup.swift
[153/185] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[154/185] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[155/185] Emitting module SwiftOperators
[156/185] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[157/185] Compiling SwiftOperators OperatorTable.swift
[158/186] Compiling SwiftOperators PrecedenceGraph.swift
[159/186] Compiling SwiftOperators SyntaxSynthesis.swift
[160/186] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[161/186] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[162/186] Compiling SwiftOperators OperatorTable+Folding.swift
[163/186] Compiling SwiftParserDiagnostics MissingNodesError.swift
[164/186] Compiling SwiftParserDiagnostics MissingTokenError.swift
[165/186] Compiling SwiftOperators OperatorTable+Semantics.swift
[166/187] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[167/187] Compiling SwiftParserDiagnostics Utils.swift
[169/187] Emitting module SwiftParserDiagnostics
[170/186] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[171/186] Compiling SwiftParserDiagnostics PresenceUtils.swift
[176/186] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[177/186] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[179/201] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[180/201] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[181/202] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[182/202] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[183/202] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[184/202] Compiling SwiftSyntaxBuilder Indenter.swift
[185/202] Compiling SwiftSyntaxBuilder ListBuilder.swift
[186/202] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[187/202] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[188/202] Emitting module SwiftSyntaxBuilder
[189/202] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[190/202] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[191/202] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[192/202] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[193/202] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[194/202] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[196/219] Compiling SwiftSyntaxMacros AccessorMacro.swift
[197/219] Compiling SwiftSyntaxMacros AttachedMacro.swift
[198/219] Compiling SwiftSyntaxMacros BodyMacro.swift
[199/221] Emitting module SwiftSyntaxMacros
[200/221] Compiling SwiftSyntaxMacros MemberMacro.swift
[201/221] Compiling SwiftSyntaxMacros PeerMacro.swift
[202/221] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[203/221] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[204/221] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[205/221] Compiling SwiftSyntaxMacros Macro+Format.swift
[206/221] Compiling SwiftSyntaxMacros Macro.swift
[207/221] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[208/221] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[209/221] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[210/221] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[211/221] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[212/221] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[213/221] Compiling SwiftSyntaxMacros PreambleMacro.swift
[214/221] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[216/230] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[217/231] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[218/231] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[219/231] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[220/231] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[221/231] Emitting module SwiftSyntaxMacroExpansion
[222/231] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[223/231] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[224/231] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[225/231] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[227/243] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[228/244] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[229/244] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[230/244] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[231/244] Emitting module SwiftCompilerPluginMessageHandling
[232/244] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[233/244] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[234/244] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[235/244] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[236/244] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[237/244] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[238/244] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[239/244] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[241/246] Emitting module SwiftCompilerPlugin
[242/246] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[244/270] Emitting module LoggableMacro
[245/273] Compiling LoggableMacro TryExprSyntax.swift
[246/273] Compiling LoggableMacro FunctionSyntax.swift
[247/273] Compiling LoggableMacro LevelMacro.swift
[248/273] Compiling LoggableMacro StringLiteralExprSyntax.swift
[249/273] Compiling LoggableMacro TokenKind.swift
[250/273] Compiling LoggableMacro TokenSyntax.swift
[251/273] Compiling LoggableMacro AbstractSourceLocation.swift
[252/273] Compiling LoggableMacro AttributeListSyntaxElement.swift
[253/273] Compiling LoggableMacro AttributeSyntax.swift
[254/273] Compiling LoggableMacro AwaitExprSyntax.swift
[255/273] Compiling LoggableMacro CodeBlockItemSyntax.swift
[256/273] Compiling LoggableMacro DeclGroupSyntax.swift
[257/273] Compiling LoggableMacro DiagnosticMessage.swift
[258/273] Compiling LoggableMacro FreestandingMacroExpansionSyntax.swift
[259/273] Compiling LoggableMacro LogMacro.swift
[260/273] Compiling LoggableMacro LoggableAttributeMacro.swift
[261/273] Compiling LoggableMacro LoggableMacro.swift
[262/273] Compiling LoggableMacro TraitMacro.swift
[263/273] Compiling LoggableMacro Plugin.swift
[264/273] Compiling LoggableMacro ResultBuilder.swift
[265/273] Compiling LoggableMacro OSLoggerMacro.swift
[266/273] Compiling LoggableMacro OmitMacro.swift
[267/273] Compiling LoggableMacro TagMacro.swift
[268/273] Compiling LoggableMacro LoggedMacro.swift
[269/273] Compiling LoggableMacro OSLogMacro.swift
[270/273] Compiling LoggableMacro OSLoggedMacro.swift
[271/273] Write Objects.LinkFileList
[272/273] Linking LoggableMacro-tool
error: emit-module command failed with exit code 1 (use -v to see invocation)
[274/291] Emitting module Loggable
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:93:15: error: cannot find type 'Logger' in scope
 91 | public struct LoggableLogger: Loggable {
 92 |   /// The logger instance used for logging.
 93 |   let logger: Logger
    |               `- error: cannot find type 'Logger' in scope
 94 |
 95 |   /// Logs captured event metadata to the default subsystem.
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:114:23: error: cannot find type 'Logger' in scope
112 |   ///
113 |   /// - Parameter logger: Logger used to log captured metadata.
114 |   public init(logger: Logger = Logger()) {
    |                       `- error: cannot find type 'Logger' in scope
115 |     self.logger = logger
116 |   }
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:124:11: error: cannot find type 'Logger' in scope
122 | }
123 |
124 | extension Logger: Loggable {
    |           `- error: cannot find type 'Logger' in scope
125 |   public func emit(event: LoggableEvent) {
126 |     if let level = event.level as? OSLogType {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:5:11: error: cannot find type 'OSLogType' in scope
 3 | #endif
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:6:11: error: cannot find type 'OSLogType' in scope
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:7:11: error: cannot find type 'OSLogType' in scope
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:8:11: error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
   |           `- error: cannot find type 'OSLogType' in scope
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:9:11: error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
   |           `- error: cannot find type 'OSLogType' in scope
10 | extension OSLogType: Levelable {
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:10:11: error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
   |           `- error: cannot find type 'OSLogType' in scope
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
12 |   public static func level(_ value: UInt8) -> OSLogType {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:44:35: error: cannot find type 'OSLogType' in scope
42 | }
43 |
44 | extension Levelable where Self == OSLogType {
   |                                   `- error: cannot find type 'OSLogType' in scope
45 |   /// A `default` OSLogType level.
46 |   public static var `osDefault`: Self {
/host/spi-builder-workspace/Sources/Loggable/OSLogger.swift:12:22: error: cannot find type 'Logger' in scope
10 |   ///
11 |   /// Requred by ``OSLogger(access:subsystem:category:)`` macro.
12 |   static var logger: Logger { get }
   |                      `- error: cannot find type 'Logger' in scope
13 | }
14 |
[275/292] Compiling Loggable Taggable.swift
[276/292] Compiling Loggable Loggable.swift
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:93:15: error: cannot find type 'Logger' in scope
 91 | public struct LoggableLogger: Loggable {
 92 |   /// The logger instance used for logging.
 93 |   let logger: Logger
    |               `- error: cannot find type 'Logger' in scope
 94 |
 95 |   /// Logs captured event metadata to the default subsystem.
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:114:23: error: cannot find type 'Logger' in scope
112 |   ///
113 |   /// - Parameter logger: Logger used to log captured metadata.
114 |   public init(logger: Logger = Logger()) {
    |                       `- error: cannot find type 'Logger' in scope
115 |     self.logger = logger
116 |   }
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:124:11: error: cannot find type 'Logger' in scope
122 | }
123 |
124 | extension Logger: Loggable {
    |           `- error: cannot find type 'Logger' in scope
125 |   public func emit(event: LoggableEvent) {
126 |     if let level = event.level as? OSLogType {
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:101:5: error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
 99 |   /// - ``OSLogType.error`` for functions that throw errors.
100 |   public func emit(event: LoggableEvent) {
101 |     self.logger.emit(event: event)
    |     `- error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
102 |   }
103 |
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:115:5: error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
113 |   /// - Parameter logger: Logger used to log captured metadata.
114 |   public init(logger: Logger = Logger()) {
115 |     self.logger = logger
    |     `- error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
116 |   }
117 | }
[277/292] Compiling Loggable OSLogType+Levelable.swift
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:5:11: error: cannot find type 'OSLogType' in scope
 3 | #endif
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:6:11: error: cannot find type 'OSLogType' in scope
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:7:11: error: cannot find type 'OSLogType' in scope
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:8:11: error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
   |           `- error: cannot find type 'OSLogType' in scope
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:9:11: error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
   |           `- error: cannot find type 'OSLogType' in scope
10 | extension OSLogType: Levelable {
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:10:11: error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
   |           `- error: cannot find type 'OSLogType' in scope
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
12 |   public static func level(_ value: UInt8) -> OSLogType {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:44:35: error: cannot find type 'OSLogType' in scope
42 | }
43 |
44 | extension Levelable where Self == OSLogType {
   |                                   `- error: cannot find type 'OSLogType' in scope
45 |   /// A `default` OSLogType level.
46 |   public static var `osDefault`: Self {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:12:47: error: cannot find type 'OSLogType' in scope
10 | extension OSLogType: Levelable {
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
12 |   public static func level(_ value: UInt8) -> OSLogType {
   |                                               `- error: cannot find type 'OSLogType' in scope
13 |     OSLogType(value)
14 |   }
[278/292] Compiling Loggable Macros.swift
[279/292] Compiling Loggable AccessLevel+Taggable.swift
[280/292] Compiling Loggable Levelable.swift
[281/292] Compiling Loggable Macros.swift
[282/292] Compiling Loggable Loggable.swift
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:93:15: error: cannot find type 'Logger' in scope
 91 | public struct LoggableLogger: Loggable {
 92 |   /// The logger instance used for logging.
 93 |   let logger: Logger
    |               `- error: cannot find type 'Logger' in scope
 94 |
 95 |   /// Logs captured event metadata to the default subsystem.
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:114:23: error: cannot find type 'Logger' in scope
112 |   ///
113 |   /// - Parameter logger: Logger used to log captured metadata.
114 |   public init(logger: Logger = Logger()) {
    |                       `- error: cannot find type 'Logger' in scope
115 |     self.logger = logger
116 |   }
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:124:11: error: cannot find type 'Logger' in scope
122 | }
123 |
124 | extension Logger: Loggable {
    |           `- error: cannot find type 'Logger' in scope
125 |   public func emit(event: LoggableEvent) {
126 |     if let level = event.level as? OSLogType {
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:101:5: error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
 99 |   /// - ``OSLogType.error`` for functions that throw errors.
100 |   public func emit(event: LoggableEvent) {
101 |     self.logger.emit(event: event)
    |     `- error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
102 |   }
103 |
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:115:5: error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
113 |   /// - Parameter logger: Logger used to log captured metadata.
114 |   public init(logger: Logger = Logger()) {
115 |     self.logger = logger
    |     `- error: static member 'logger' cannot be used on instance of type 'LoggableLogger'
116 |   }
117 | }
[283/292] Compiling Loggable Taggable.swift
[284/292] Compiling Loggable OSLogType+Levelable.swift
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:5:11: error: cannot find type 'OSLogType' in scope
 3 | #endif
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:6:11: error: cannot find type 'OSLogType' in scope
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:7:11: error: cannot find type 'OSLogType' in scope
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:8:11: error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
   |           `- error: cannot find type 'OSLogType' in scope
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:9:11: error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
   |           `- error: cannot find type 'OSLogType' in scope
10 | extension OSLogType: Levelable {
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:10:11: error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
   |           `- error: cannot find type 'OSLogType' in scope
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
12 |   public static func level(_ value: UInt8) -> OSLogType {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:44:35: error: cannot find type 'OSLogType' in scope
42 | }
43 |
44 | extension Levelable where Self == OSLogType {
   |                                   `- error: cannot find type 'OSLogType' in scope
45 |   /// A `default` OSLogType level.
46 |   public static var `osDefault`: Self {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:12:47: error: cannot find type 'OSLogType' in scope
10 | extension OSLogType: Levelable {
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
12 |   public static func level(_ value: UInt8) -> OSLogType {
   |                                               `- error: cannot find type 'OSLogType' in scope
13 |     OSLogType(value)
14 |   }
[285/292] Compiling Loggable OSLogger.swift
/host/spi-builder-workspace/Sources/Loggable/OSLogger.swift:12:22: error: cannot find type 'Logger' in scope
10 |   ///
11 |   /// Requred by ``OSLogger(access:subsystem:category:)`` macro.
12 |   static var logger: Logger { get }
   |                      `- error: cannot find type 'Logger' in scope
13 | }
14 |
[286/292] Compiling Loggable Omittable.swift
[287/292] Compiling Loggable OSLogger.swift
/host/spi-builder-workspace/Sources/Loggable/OSLogger.swift:12:22: error: cannot find type 'Logger' in scope
10 |   ///
11 |   /// Requred by ``OSLogger(access:subsystem:category:)`` macro.
12 |   static var logger: Logger { get }
   |                      `- error: cannot find type 'Logger' in scope
13 | }
14 |
[288/292] Compiling Loggable Omittable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[291/293] Emitting module Loggable
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:93:15: error: cannot find type 'Logger' in scope
 91 | public struct LoggableLogger: Loggable {
 92 |   /// The logger instance used for logging.
 93 |   let logger: Logger
    |               `- error: cannot find type 'Logger' in scope
 94 |
 95 |   /// Logs captured event metadata to the default subsystem.
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:114:23: error: cannot find type 'Logger' in scope
112 |   ///
113 |   /// - Parameter logger: Logger used to log captured metadata.
114 |   public init(logger: Logger = Logger()) {
    |                       `- error: cannot find type 'Logger' in scope
115 |     self.logger = logger
116 |   }
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:124:11: error: cannot find type 'Logger' in scope
122 | }
123 |
124 | extension Logger: Loggable {
    |           `- error: cannot find type 'Logger' in scope
125 |   public func emit(event: LoggableEvent) {
126 |     if let level = event.level as? OSLogType {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:5:11: error: cannot find type 'OSLogType' in scope
 3 | #endif
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:6:11: error: cannot find type 'OSLogType' in scope
 4 |
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:7:11: error: cannot find type 'OSLogType' in scope
 5 | extension OSLogType: @retroactive ExpressibleByStringLiteral {}
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
   |           `- error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:8:11: error: cannot find type 'OSLogType' in scope
 6 | extension OSLogType: @retroactive ExpressibleByExtendedGraphemeClusterLiteral {}
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
   |           `- error: cannot find type 'OSLogType' in scope
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:9:11: error: cannot find type 'OSLogType' in scope
 7 | extension OSLogType: @retroactive ExpressibleByUnicodeScalarLiteral {}
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
   |           `- error: cannot find type 'OSLogType' in scope
10 | extension OSLogType: Levelable {
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:10:11: error: cannot find type 'OSLogType' in scope
 8 | extension OSLogType: @retroactive @unchecked Sendable {}
 9 | extension OSLogType: @retroactive Hashable {}
10 | extension OSLogType: Levelable {
   |           `- error: cannot find type 'OSLogType' in scope
11 |   /// Creates an instance of ``OSLogType`` from its raw value.
12 |   public static func level(_ value: UInt8) -> OSLogType {
/host/spi-builder-workspace/Sources/Loggable/OSLogType+Levelable.swift:44:35: error: cannot find type 'OSLogType' in scope
42 | }
43 |
44 | extension Levelable where Self == OSLogType {
   |                                   `- error: cannot find type 'OSLogType' in scope
45 |   /// A `default` OSLogType level.
46 |   public static var `osDefault`: Self {
/host/spi-builder-workspace/Sources/Loggable/OSLogger.swift:12:22: error: cannot find type 'Logger' in scope
10 |   ///
11 |   /// Requred by ``OSLogger(access:subsystem:category:)`` macro.
12 |   static var logger: Logger { get }
   |                      `- error: cannot find type 'Logger' in scope
13 | }
14 |
[292/293] Compiling Loggable Trait.swift
BUILD FAILURE 6.1 linux