Build Information
Failed to build swift-loggable, reference main (773a9d
), with Swift 6.1 for Linux on 25 Jul 2025 19:11:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 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/23122K/swift-loggable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-3":/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
[3003/74365] Fetching swift-macro-testing, swift-docc-plugin, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (8.22s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (8.23s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.35s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (9.28s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15333] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.51s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (6.28s)
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.46s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.24s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.55s)
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.36s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.96s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5482] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.84s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.0 (1.52s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.73s)
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-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-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.6
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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.0
[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 SwiftSyntax600
[23/44] Compiling SwiftSyntax600 Empty.swift
[25/45] Emitting module SwiftSyntax510
[26/45] Compiling SwiftSyntax510 Empty.swift
[27/46] Emitting module SwiftSyntax509
[28/46] Compiling SwiftSyntax509 Empty.swift
[28/47] Wrapping AST for SwiftSyntax600 for debugging
[31/47] Wrapping AST for SwiftSyntax510 for debugging
[32/47] Wrapping AST for SwiftSyntax509 for debugging
[34/111] Compiling SwiftSyntax MemoryLayout.swift
[35/111] Compiling SwiftSyntax MissingNodeInitializers.swift
[36/111] Compiling SwiftSyntax RawSyntax.swift
[37/111] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[38/111] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[39/111] Compiling SwiftSyntax RawSyntaxTokenView.swift
[40/111] Compiling SwiftSyntax SourceEdit.swift
[41/111] Compiling SwiftSyntax SourceLength.swift
[42/111] Compiling SwiftSyntax SourceLocation.swift
[43/119] Emitting module SwiftSyntax
[44/119] Compiling SwiftSyntax SyntaxKind.swift
[45/119] Compiling SwiftSyntax SyntaxRewriter.swift
[46/119] Compiling SwiftSyntax SyntaxTraits.swift
[47/119] Compiling SwiftSyntax SyntaxVisitor.swift
[48/119] Compiling SwiftSyntax TokenKind.swift
[49/119] Compiling SwiftSyntax Tokens.swift
[50/119] Compiling SwiftSyntax TriviaPieces.swift
[51/119] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[52/119] Compiling SwiftSyntax RawSyntaxNodesC.swift
[53/119] Compiling SwiftSyntax SyntaxNodeFactory.swift
[54/119] Compiling SwiftSyntax SyntaxNodeStructure.swift
[55/119] Compiling SwiftSyntax SyntaxProtocol.swift
[56/119] Compiling SwiftSyntax SyntaxText.swift
[57/119] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[58/119] Compiling SwiftSyntax TokenDiagnostic.swift
[59/119] Compiling SwiftSyntax TokenSequence.swift
[60/119] Compiling SwiftSyntax TokenSyntax.swift
[61/119] Compiling SwiftSyntax Trivia.swift
[62/119] Compiling SwiftSyntax RawSyntaxNodesD.swift
[63/119] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[64/119] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[65/119] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[66/119] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[67/119] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[68/119] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[69/119] Compiling SwiftSyntax RawSyntaxValidation.swift
[70/119] Compiling SwiftSyntax SyntaxNodesAB.swift
[71/119] Compiling SwiftSyntax SourcePresence.swift
[72/119] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[73/119] Compiling SwiftSyntax Syntax.swift
[74/119] Compiling SwiftSyntax SyntaxArena.swift
[75/119] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[76/119] Compiling SwiftSyntax SyntaxChildren.swift
[77/119] Compiling SwiftSyntax SyntaxCollection.swift
[78/119] Compiling SwiftSyntax SyntaxHashable.swift
[79/119] Compiling SwiftSyntax SyntaxIdentifier.swift
[80/119] Compiling SwiftSyntax AbsolutePosition.swift
[81/119] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[82/119] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[83/119] Compiling SwiftSyntax Assert.swift
[84/119] Compiling SwiftSyntax BumpPtrAllocator.swift
[85/119] Compiling SwiftSyntax CommonAncestor.swift
[86/119] Compiling SwiftSyntax Convenience.swift
[87/119] Compiling SwiftSyntax CustomTraits.swift
[88/119] Compiling SwiftSyntax Identifier.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/120] Wrapping AST for SwiftSyntax for debugging
[108/177] Compiling SwiftDiagnostics Message.swift
[109/178] Compiling SwiftBasicFormat Syntax+Extensions.swift
[110/178] Compiling SwiftDiagnostics Note.swift
[111/178] Emitting module SwiftDiagnostics
[112/178] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[113/178] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[114/178] Compiling SwiftBasicFormat InferIndentation.swift
[115/178] Compiling SwiftDiagnostics FixIt.swift
[116/178] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[117/178] Compiling SwiftParser CharacterInfo.swift
[118/178] Compiling SwiftParser CollectionNodes+Parsable.swift
[119/178] Compiling SwiftParser Attributes.swift
[120/178] Compiling SwiftParser Availability.swift
[121/178] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[122/178] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[123/179] Wrapping AST for SwiftDiagnostics for debugging
[125/179] Emitting module SwiftBasicFormat
[126/179] Compiling SwiftBasicFormat BasicFormat.swift
[127/180] Wrapping AST for SwiftBasicFormat for debugging
[133/180] Compiling SwiftParser Declarations.swift
[134/180] Compiling SwiftParser Directives.swift
[135/185] Emitting module SwiftParser
[136/185] Compiling SwiftParser SwiftParserCompatibility.swift
[137/185] Compiling SwiftParser SwiftVersion.swift
[138/185] Compiling SwiftParser SyntaxUtils.swift
[139/185] Compiling SwiftParser TokenConsumer.swift
[140/185] Compiling SwiftParser TokenPrecedence.swift
[141/185] Compiling SwiftParser TokenSpec.swift
[142/185] Compiling SwiftParser TokenSpecSet.swift
[143/185] Compiling SwiftParser TopLevel.swift
[144/185] Compiling SwiftParser TriviaParser.swift
[145/185] Compiling SwiftParser Types.swift
[146/185] Compiling SwiftParser Patterns.swift
[147/185] Compiling SwiftParser Recovery.swift
[148/185] Compiling SwiftParser Specifiers.swift
[149/185] Compiling SwiftParser Statements.swift
[150/185] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[151/185] Compiling SwiftParser StringLiterals.swift
[152/185] Compiling SwiftParser LexemeSequence.swift
[153/185] Compiling SwiftParser Lexer.swift
[154/185] Compiling SwiftParser RegexLiteralLexer.swift
[155/185] Compiling SwiftParser UnicodeScalarExtensions.swift
[156/185] Compiling SwiftParser Lookahead.swift
[157/185] Compiling SwiftParser LoopProgressCondition.swift
[158/185] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[159/185] Compiling SwiftParser Expressions.swift
[160/185] Compiling SwiftParser IncrementalParseTransition.swift
[161/185] Compiling SwiftParser IsValidIdentifier.swift
[162/185] Compiling SwiftParser Cursor.swift
[163/185] Compiling SwiftParser Lexeme.swift
[164/185] Compiling SwiftParser Modifiers.swift
[165/185] Compiling SwiftParser Names.swift
[166/185] Compiling SwiftParser Nominals.swift
[167/185] Compiling SwiftParser Parameters.swift
[168/185] Compiling SwiftParser ParseSourceFile.swift
[169/185] Compiling SwiftParser Parser.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/194] Wrapping AST for SwiftParser for debugging
[177/209] Compiling SwiftOperators PrecedenceGroup.swift
[178/209] Compiling SwiftParserDiagnostics MissingNodesError.swift
[179/209] Compiling SwiftParserDiagnostics MissingTokenError.swift
[180/210] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[181/210] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[182/210] Compiling SwiftOperators PrecedenceGraph.swift
[183/210] Compiling SwiftOperators OperatorTable.swift
[184/210] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[185/211] Compiling SwiftOperators SyntaxSynthesis.swift
[186/211] Emitting module SwiftParserDiagnostics
[187/211] Emitting module SwiftOperators
[188/211] Compiling SwiftOperators OperatorTable+Semantics.swift
[189/211] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[190/211] Compiling SwiftOperators OperatorTable+Folding.swift
[191/212] Wrapping AST for SwiftOperators for debugging
[193/212] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[194/212] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[195/212] Compiling SwiftParserDiagnostics Utils.swift
[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 Indenter.swift
[207/228] Compiling SwiftSyntaxBuilder ListBuilder.swift
[208/229] Emitting module SwiftSyntaxBuilder
[209/229] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[210/229] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[211/229] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[212/229] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[213/229] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[214/229] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[215/229] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[216/229] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[217/229] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[218/229] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[219/229] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[220/229] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[221/229] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[222/230] Wrapping AST for SwiftSyntaxBuilder for debugging
[224/247] Compiling SwiftSyntaxMacros MemberMacro.swift
[225/247] Compiling SwiftSyntaxMacros PeerMacro.swift
[226/249] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[227/249] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[228/249] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[229/249] Compiling SwiftSyntaxMacros Macro+Format.swift
[230/249] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[231/249] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[232/249] Compiling SwiftSyntaxMacros AccessorMacro.swift
[233/249] Compiling SwiftSyntaxMacros AttachedMacro.swift
[234/249] Compiling SwiftSyntaxMacros BodyMacro.swift
[235/249] Compiling SwiftSyntaxMacros Macro.swift
[236/249] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[237/249] Compiling SwiftSyntaxMacros PreambleMacro.swift
[238/249] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[239/249] Emitting module SwiftSyntaxMacros
[240/249] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[241/249] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[242/249] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[243/250] Wrapping AST for SwiftSyntaxMacros for debugging
[245/259] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[246/260] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[247/260] Emitting module SwiftSyntaxMacroExpansion
[248/260] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[249/260] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[250/260] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[251/260] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[252/260] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[253/260] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[254/260] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[255/261] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[257/273] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[258/273] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[259/274] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[260/274] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[261/274] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[262/274] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[263/274] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[264/274] Emitting module SwiftCompilerPluginMessageHandling
[265/274] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[266/274] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[267/274] Compiling SwiftCompilerPluginMessageHandling PluginMessages.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 TraitMacro.swift
[281/305] Compiling LoggableMacro Plugin.swift
[282/305] Compiling LoggableMacro ResultBuilder.swift
[283/305] Compiling LoggableMacro TryExprSyntax.swift
[284/305] Compiling LoggableMacro FunctionSyntax.swift
[285/305] Compiling LoggableMacro LevelMacro.swift
[286/305] Compiling LoggableMacro OSLoggerMacro.swift
[287/305] Compiling LoggableMacro OmitMacro.swift
[288/305] Compiling LoggableMacro TagMacro.swift
[289/305] Compiling LoggableMacro LoggedMacro.swift
[290/305] Compiling LoggableMacro OSLogMacro.swift
[291/305] Compiling LoggableMacro OSLoggedMacro.swift
[292/305] Compiling LoggableMacro LogMacro.swift
[293/305] Compiling LoggableMacro LoggableAttributeMacro.swift
[294/305] Compiling LoggableMacro LoggableMacro.swift
[295/305] Compiling LoggableMacro CodeBlockItemSyntax.swift
[296/305] Compiling LoggableMacro DeclGroupSyntax.swift
[297/305] Compiling LoggableMacro DiagnosticMessage.swift
[298/305] Compiling LoggableMacro FreestandingMacroExpansionSyntax.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 Macros.swift
[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 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 | }
[311/325] Compiling Loggable AccessLevel+Taggable.swift
[312/325] Compiling Loggable Levelable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[313/325] 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 |
[314/325] Compiling Loggable Taggable.swift
[315/325] Compiling Loggable Macros.swift
[316/326] Compiling Loggable Omittable.swift
[319/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 | }
[320/326] Compiling Loggable Trait.swift
[321/326] Compiling Loggable Taggable.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/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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 SwiftSyntax600 Empty.swift
[5/26] Emitting module SwiftSyntax600
[6/27] Emitting module SwiftSyntax510
[7/27] Compiling SwiftSyntax510 Empty.swift
[8/27] Compiling SwiftSyntax509 Empty.swift
[9/27] Emitting module SwiftSyntax509
[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] Emitting module SwiftSyntax
[23/98] Compiling SwiftSyntax RawSyntaxNodesD.swift
[24/98] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[25/98] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[26/98] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[27/98] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[28/98] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[29/98] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[30/98] Compiling SwiftSyntax RawSyntaxValidation.swift
[31/98] Compiling SwiftSyntax SyntaxNodesAB.swift
[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 SyntaxKind.swift
[42/98] Compiling SwiftSyntax SyntaxRewriter.swift
[43/98] Compiling SwiftSyntax SyntaxTraits.swift
[44/98] Compiling SwiftSyntax SyntaxVisitor.swift
[45/98] Compiling SwiftSyntax TokenKind.swift
[46/98] Compiling SwiftSyntax Tokens.swift
[47/98] Compiling SwiftSyntax TriviaPieces.swift
[48/98] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[49/98] Compiling SwiftSyntax RawSyntaxNodesC.swift
[50/98] Compiling SwiftSyntax SyntaxNodesC.swift
[51/98] Compiling SwiftSyntax SyntaxNodesD.swift
[52/98] Compiling SwiftSyntax SyntaxNodesEF.swift
[53/98] Compiling SwiftSyntax SyntaxNodesGHI.swift
[54/98] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[55/98] Compiling SwiftSyntax SyntaxNodesOP.swift
[56/98] Compiling SwiftSyntax SyntaxNodesQRS.swift
[57/98] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[58/98] Compiling SwiftSyntax MemoryLayout.swift
[59/98] Compiling SwiftSyntax MissingNodeInitializers.swift
[60/98] Compiling SwiftSyntax RawSyntax.swift
[61/98] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[62/98] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[63/98] Compiling SwiftSyntax RawSyntaxTokenView.swift
[64/98] Compiling SwiftSyntax SourceEdit.swift
[65/98] Compiling SwiftSyntax SourceLength.swift
[66/98] Compiling SwiftSyntax SourceLocation.swift
[67/98] Compiling SwiftSyntax Utils.swift
[68/98] Compiling SwiftSyntax ChildNameForKeyPath.swift
[69/98] Compiling SwiftSyntax Keyword.swift
[70/98] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[71/98] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[72/98] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[73/98] Compiling SwiftSyntax SyntaxBaseNodes.swift
[74/98] Compiling SwiftSyntax SyntaxCollections.swift
[75/98] Compiling SwiftSyntax SyntaxEnum.swift
[76/98] Compiling SwiftSyntax SourcePresence.swift
[77/98] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[78/98] Compiling SwiftSyntax Syntax.swift
[79/98] Compiling SwiftSyntax SyntaxArena.swift
[80/98] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[81/98] Compiling SwiftSyntax SyntaxChildren.swift
[82/98] Compiling SwiftSyntax SyntaxCollection.swift
[83/98] Compiling SwiftSyntax SyntaxHashable.swift
[84/98] Compiling SwiftSyntax SyntaxIdentifier.swift
[86/150] Compiling SwiftBasicFormat Syntax+Extensions.swift
[87/155] Compiling SwiftParser IncrementalParseTransition.swift
[88/155] Compiling SwiftParser IsValidIdentifier.swift
[89/156] Compiling SwiftDiagnostics FixIt.swift
[90/156] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[91/156] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[92/156] Compiling SwiftDiagnostics Note.swift
[93/156] Emitting module SwiftDiagnostics
[94/156] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[95/156] Compiling SwiftParser Expressions.swift
[96/156] Compiling SwiftDiagnostics Message.swift
[97/156] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[98/156] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[99/156] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[100/157] Emitting module SwiftBasicFormat
[101/157] Compiling SwiftBasicFormat BasicFormat.swift
[102/157] Compiling SwiftBasicFormat InferIndentation.swift
[104/158] Compiling SwiftParser SwiftParserCompatibility.swift
[105/158] Compiling SwiftParser SwiftVersion.swift
[106/158] Compiling SwiftParser SyntaxUtils.swift
[107/158] Compiling SwiftParser TokenConsumer.swift
[108/158] Compiling SwiftParser TokenPrecedence.swift
[110/161] Compiling SwiftParser LexemeSequence.swift
[111/161] Compiling SwiftParser Lexer.swift
[112/161] Compiling SwiftParser RegexLiteralLexer.swift
[113/161] Compiling SwiftParser UnicodeScalarExtensions.swift
[114/161] Compiling SwiftParser Lookahead.swift
[115/161] Compiling SwiftParser LoopProgressCondition.swift
[116/161] Compiling SwiftParser TokenSpec.swift
[117/161] Compiling SwiftParser TokenSpecSet.swift
[118/161] Compiling SwiftParser TopLevel.swift
[119/161] Compiling SwiftParser TriviaParser.swift
[120/161] Compiling SwiftParser Types.swift
[121/161] Emitting module SwiftParser
[122/161] Compiling SwiftParser Modifiers.swift
[123/161] Compiling SwiftParser Names.swift
[124/161] Compiling SwiftParser Nominals.swift
[125/161] Compiling SwiftParser Parameters.swift
[126/161] Compiling SwiftParser ParseSourceFile.swift
[127/161] Compiling SwiftParser Parser.swift
[128/161] Compiling SwiftParser Patterns.swift
[129/161] Compiling SwiftParser Recovery.swift
[130/161] Compiling SwiftParser Specifiers.swift
[131/161] Compiling SwiftParser Statements.swift
[132/161] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[133/161] Compiling SwiftParser StringLiterals.swift
[134/161] Compiling SwiftParser Attributes.swift
[135/161] Compiling SwiftParser Availability.swift
[136/161] Compiling SwiftParser CharacterInfo.swift
[137/161] Compiling SwiftParser CollectionNodes+Parsable.swift
[138/161] Compiling SwiftParser Declarations.swift
[139/161] Compiling SwiftParser Directives.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 PrecedenceGraph.swift
[153/184] Compiling SwiftOperators PrecedenceGroup.swift
[154/184] Compiling SwiftOperators OperatorTable.swift
[155/185] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[156/186] Compiling SwiftOperators OperatorTable+Folding.swift
[157/186] Compiling SwiftOperators OperatorTable+Semantics.swift
[158/186] Compiling SwiftParserDiagnostics MissingNodesError.swift
[159/186] Compiling SwiftParserDiagnostics MissingTokenError.swift
[160/186] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[161/186] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[162/186] Emitting module SwiftOperators
[163/186] Compiling SwiftOperators SyntaxSynthesis.swift
[164/187] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[166/187] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[167/187] Compiling SwiftParserDiagnostics Utils.swift
[168/187] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[169/186] Emitting module SwiftParserDiagnostics
[172/186] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[173/186] Compiling SwiftParserDiagnostics PresenceUtils.swift
[174/186] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[175/186] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[179/201] Compiling SwiftSyntaxBuilder Indenter.swift
[180/201] Compiling SwiftSyntaxBuilder ListBuilder.swift
[181/202] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[182/202] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[183/202] Emitting module SwiftSyntaxBuilder
[184/202] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[185/202] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[186/202] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[187/202] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[188/202] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[189/202] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[190/202] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[191/202] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[192/202] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[193/202] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[194/202] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[196/219] Compiling SwiftSyntaxMacros MemberMacro.swift
[197/219] Compiling SwiftSyntaxMacros PeerMacro.swift
[198/221] Emitting module SwiftSyntaxMacros
[199/221] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[200/221] Compiling SwiftSyntaxMacros Macro+Format.swift
[201/221] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[202/221] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[203/221] Compiling SwiftSyntaxMacros Macro.swift
[204/221] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[205/221] Compiling SwiftSyntaxMacros AccessorMacro.swift
[206/221] Compiling SwiftSyntaxMacros AttachedMacro.swift
[207/221] Compiling SwiftSyntaxMacros BodyMacro.swift
[208/221] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[209/221] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[210/221] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[211/221] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[212/221] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[213/221] Compiling SwiftSyntaxMacros PreambleMacro.swift
[214/221] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[216/230] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[217/231] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[218/231] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[219/231] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[220/231] Emitting module SwiftSyntaxMacroExpansion
[221/231] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[222/231] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[223/231] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[224/231] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[225/231] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[227/243] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[228/243] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[229/244] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[230/244] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[231/244] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[232/244] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[233/244] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[234/244] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[235/244] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[236/244] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[237/244] Emitting module SwiftCompilerPluginMessageHandling
[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] Compiling LoggableMacro StringLiteralExprSyntax.swift
[245/270] Compiling LoggableMacro TokenKind.swift
[246/270] Compiling LoggableMacro TokenSyntax.swift
[247/270] Emitting module LoggableMacro
[248/273] Compiling LoggableMacro LoggedMacro.swift
[249/273] Compiling LoggableMacro OSLogMacro.swift
[250/273] Compiling LoggableMacro OSLoggedMacro.swift
[251/273] Compiling LoggableMacro CodeBlockItemSyntax.swift
[252/273] Compiling LoggableMacro DeclGroupSyntax.swift
[253/273] Compiling LoggableMacro DiagnosticMessage.swift
[254/273] Compiling LoggableMacro FreestandingMacroExpansionSyntax.swift
[255/273] Compiling LoggableMacro TryExprSyntax.swift
[256/273] Compiling LoggableMacro FunctionSyntax.swift
[257/273] Compiling LoggableMacro LevelMacro.swift
[258/273] Compiling LoggableMacro AbstractSourceLocation.swift
[259/273] Compiling LoggableMacro AttributeListSyntaxElement.swift
[260/273] Compiling LoggableMacro AttributeSyntax.swift
[261/273] Compiling LoggableMacro AwaitExprSyntax.swift
[262/273] Compiling LoggableMacro LogMacro.swift
[263/273] Compiling LoggableMacro LoggableAttributeMacro.swift
[264/273] Compiling LoggableMacro LoggableMacro.swift
[265/273] Compiling LoggableMacro TraitMacro.swift
[266/273] Compiling LoggableMacro Plugin.swift
[267/273] Compiling LoggableMacro ResultBuilder.swift
[268/273] Compiling LoggableMacro OSLoggerMacro.swift
[269/273] Compiling LoggableMacro OmitMacro.swift
[270/273] Compiling LoggableMacro TagMacro.swift
[271/273] Write Objects.LinkFileList
[272/273] Linking LoggableMacro-tool
[274/291] 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 | }
[275/291] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[276/292] 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 |
[277/292] Compiling Loggable Macros.swift
[278/293] Compiling Loggable AccessLevel+Taggable.swift
[279/293] Compiling Loggable Levelable.swift
[280/293] 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)
[281/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 |
[282/293] Compiling Loggable Trait.swift
[284/293] 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 |
[285/293] Compiling Loggable Omittable.swift
[286/293] Compiling Loggable Taggable.swift
[287/293] Compiling Loggable Macros.swift
[288/293] 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 | }
[289/293] Compiling Loggable Omittable.swift
[290/293] Compiling Loggable Taggable.swift
[293/293] 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 | }
BUILD FAILURE 6.1 linux