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

Successful build of swift-loggable, reference main (71d764), with Swift 6.1 for macOS (SPM) on 2 Jun 2025 18:40:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/23122K/swift-loggable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/23122K/swift-loggable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 71d7640 Loggable macro improvements (#11)
Cloned https://github.com/23122K/swift-loggable.git
Revision (git rev-parse @):
71d76409cf681f23e1770852c2e97ef516246e7c
SUCCESS checkout https://github.com/23122K/swift-loggable.git at main
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/swiftlang/swift-syntax.git from cache
[1/908] Fetching swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.88s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.91s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.51s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.54s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.55s)
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.5.2 (2.10s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.0 (0.54s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.50s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.1 (0.53s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (3.85s)
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/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.1
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.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.5.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-loggable",
      "name": "swift-loggable",
      "url": "https://github.com/23122K/swift-loggable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-loggable",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax.git",
          "version": "600.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/23122K/swift-loggable.git
[1/861] Fetching swift-loggable
Fetched https://github.com/23122K/swift-loggable.git from cache (0.77s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.98s)
Creating working copy for https://github.com/23122K/swift-loggable.git
Working copy of https://github.com/23122K/swift-loggable.git resolved at main (71d7640)
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
warning: '.resolve-product-dependencies': dependency 'swift-loggable' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/23122K/swift-loggable.git
https://github.com/23122K/swift-loggable.git
{
  "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.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "swift-loggable",
  "name" : "swift-loggable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "Loggable",
      "targets" : [
        "Loggable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LoggableMacro",
      "targets" : [
        "LoggableMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "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" : [
        "Declarations/LevelMacro.swift",
        "Declarations/LogMacro.swift",
        "Declarations/LoggedMacro.swift",
        "Declarations/OSLogMacro.swift",
        "Declarations/OSLoggedMacro.swift",
        "Declarations/OSLoggerMacro.swift",
        "Declarations/OmitMacro.swift",
        "Declarations/TagMacro.swift",
        "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",
        "Implementation/LevelMacro+TraitMacro.swift",
        "Implementation/LogMacro+LoggableMacro.swift",
        "Implementation/LoggedMacro+LoggableAttributeMacro.swift",
        "Implementation/OSLogMacro+LoggableMacro.swift",
        "Implementation/OSLoggedMacro+LoggableAttributeMacro.swift",
        "Implementation/OSLoggerMacro+DeclarationMacro.swift",
        "Implementation/OSLoggerMacro+ExtensionMacro.swift",
        "Implementation/OmitMacro+TraitMacro.swift",
        "Implementation/TagMacro+TraitMacro.swift",
        "Plugin.swift",
        "Protocols/LoggableAttributeMacro.swift",
        "Protocols/LoggableMacro.swift",
        "Protocols/TraitMacro.swift",
        "ResultBuilder.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Loggable",
      "module_type" : "SwiftTarget",
      "name" : "Loggable",
      "path" : "Sources/Loggable",
      "product_memberships" : [
        "Loggable"
      ],
      "sources" : [
        "Levelable.swift",
        "Loggable.swift",
        "Logger+Loggable.swift",
        "Macros.swift",
        "OSLogType+Levelable.swift",
        "Omittable.swift",
        "Taggable.swift",
        "Trait.swift",
        "__AccessLevel+Taggable.swift"
      ],
      "target_dependencies" : [
        "LoggableMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/20] Write sources
[16/20] Write swift-version-2F0A5646E1D333AE.txt
[17/20] Compiling _SwiftSyntaxCShims dummy.c
[19/26] Emitting module SwiftSyntax509
[20/26] Compiling SwiftSyntax509 Empty.swift
[21/26] Compiling SwiftSyntax600 Empty.swift
[22/26] Emitting module SwiftSyntax510
[23/26] Compiling SwiftSyntax510 Empty.swift
[24/26] Emitting module SwiftSyntax600
[25/91] Compiling SwiftSyntax SyntaxProtocol.swift
[26/91] Compiling SwiftSyntax SyntaxText.swift
[27/91] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[28/91] Compiling SwiftSyntax TokenDiagnostic.swift
[29/91] Compiling SwiftSyntax TokenSequence.swift
[30/91] Compiling SwiftSyntax TokenSyntax.swift
[31/91] Compiling SwiftSyntax Trivia.swift
[32/98] Emitting module SwiftSyntax
[33/98] Compiling SwiftSyntax AbsolutePosition.swift
[34/98] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[35/98] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[36/98] Compiling SwiftSyntax Assert.swift
[37/98] Compiling SwiftSyntax BumpPtrAllocator.swift
[38/98] Compiling SwiftSyntax CommonAncestor.swift
[39/98] Compiling SwiftSyntax Convenience.swift
[40/98] Compiling SwiftSyntax CustomTraits.swift
[41/98] Compiling SwiftSyntax SyntaxCollections.swift
[42/98] Compiling SwiftSyntax SyntaxEnum.swift
[43/98] Compiling SwiftSyntax SyntaxKind.swift
[44/98] Compiling SwiftSyntax SyntaxRewriter.swift
[45/98] Compiling SwiftSyntax SyntaxTraits.swift
[46/98] Compiling SwiftSyntax SyntaxVisitor.swift
[47/98] Compiling SwiftSyntax TokenKind.swift
[48/98] Compiling SwiftSyntax Identifier.swift
[49/98] Compiling SwiftSyntax MemoryLayout.swift
[50/98] Compiling SwiftSyntax MissingNodeInitializers.swift
[51/98] Compiling SwiftSyntax RawSyntax.swift
[52/98] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[53/98] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[54/98] Compiling SwiftSyntax RawSyntaxTokenView.swift
[55/98] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[56/98] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[57/98] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[58/98] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[59/98] Compiling SwiftSyntax RawSyntaxValidation.swift
[60/98] Compiling SwiftSyntax SyntaxNodesAB.swift
[61/98] Compiling SwiftSyntax SyntaxNodesC.swift
[62/98] Compiling SwiftSyntax SourceEdit.swift
[63/98] Compiling SwiftSyntax SourceLength.swift
[64/98] Compiling SwiftSyntax SourceLocation.swift
[65/98] Compiling SwiftSyntax SourcePresence.swift
[66/98] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[67/98] Compiling SwiftSyntax Syntax.swift
[68/98] Compiling SwiftSyntax SyntaxArena.swift
[69/98] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[70/98] Compiling SwiftSyntax SyntaxChildren.swift
[71/98] Compiling SwiftSyntax SyntaxCollection.swift
[72/98] Compiling SwiftSyntax SyntaxHashable.swift
[73/98] Compiling SwiftSyntax SyntaxIdentifier.swift
[74/98] Compiling SwiftSyntax SyntaxNodeFactory.swift
[75/98] Compiling SwiftSyntax SyntaxNodeStructure.swift
[76/98] Compiling SwiftSyntax Tokens.swift
[77/98] Compiling SwiftSyntax TriviaPieces.swift
[78/98] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[79/98] Compiling SwiftSyntax RawSyntaxNodesC.swift
[80/98] Compiling SwiftSyntax RawSyntaxNodesD.swift
[81/98] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[82/98] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[83/98] Compiling SwiftSyntax Utils.swift
[84/98] Compiling SwiftSyntax ChildNameForKeyPath.swift
[85/98] Compiling SwiftSyntax Keyword.swift
[86/98] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[87/98] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[88/98] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[89/98] Compiling SwiftSyntax SyntaxBaseNodes.swift
[90/98] Compiling SwiftSyntax SyntaxNodesD.swift
[91/98] Compiling SwiftSyntax SyntaxNodesEF.swift
[92/98] Compiling SwiftSyntax SyntaxNodesGHI.swift
[93/98] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[94/98] Compiling SwiftSyntax SyntaxNodesOP.swift
[95/98] Compiling SwiftSyntax SyntaxNodesQRS.swift
[96/98] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[97/156] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[98/156] Compiling SwiftDiagnostics Message.swift
[99/157] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[100/157] Compiling SwiftBasicFormat Syntax+Extensions.swift
[101/157] Compiling SwiftDiagnostics Note.swift
[102/157] Compiling SwiftDiagnostics FixIt.swift
[103/157] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[104/157] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[105/157] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[106/157] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[107/157] Compiling SwiftDiagnostics Diagnostic.swift
[108/157] Emitting module SwiftDiagnostics
[109/157] Compiling SwiftDiagnostics Convenience.swift
[110/157] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[111/157] Compiling SwiftBasicFormat InferIndentation.swift
[112/157] Emitting module SwiftBasicFormat
[113/157] Compiling SwiftBasicFormat BasicFormat.swift
[114/157] Compiling SwiftParser TopLevel.swift
[115/157] Compiling SwiftParser TriviaParser.swift
[116/157] Compiling SwiftParser Types.swift
[117/157] Compiling SwiftParser ExperimentalFeatures.swift
[118/161] Compiling SwiftParser UnicodeScalarExtensions.swift
[119/161] Compiling SwiftParser Lookahead.swift
[120/161] Compiling SwiftParser LoopProgressCondition.swift
[121/161] Compiling SwiftParser Modifiers.swift
[122/161] Compiling SwiftParser Names.swift
[123/161] Compiling SwiftParser StringLiterals.swift
[124/161] Compiling SwiftParser SwiftParserCompatibility.swift
[125/161] Compiling SwiftParser SwiftVersion.swift
[126/161] Compiling SwiftParser SyntaxUtils.swift
[127/161] Compiling SwiftParser TokenConsumer.swift
[128/161] Compiling SwiftParser TokenPrecedence.swift
[129/161] Compiling SwiftParser TokenSpec.swift
[130/161] Compiling SwiftParser TokenSpecSet.swift
[131/161] Compiling SwiftParser Nominals.swift
[132/161] Compiling SwiftParser Parameters.swift
[133/161] Compiling SwiftParser ParseSourceFile.swift
[134/161] Compiling SwiftParser Parser.swift
[135/161] Compiling SwiftParser Patterns.swift
[136/161] Compiling SwiftParser Recovery.swift
[137/161] Compiling SwiftParser Specifiers.swift
[138/161] Compiling SwiftParser Statements.swift
[139/161] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[140/161] Emitting module SwiftParser
[141/161] Compiling SwiftParser Attributes.swift
[142/161] Compiling SwiftParser Availability.swift
[143/161] Compiling SwiftParser CharacterInfo.swift
[144/161] Compiling SwiftParser CollectionNodes+Parsable.swift
[145/161] Compiling SwiftParser Declarations.swift
[146/161] Compiling SwiftParser Directives.swift
[147/161] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[148/161] Compiling SwiftParser Expressions.swift
[149/161] Compiling SwiftParser IncrementalParseTransition.swift
[150/161] Compiling SwiftParser IsValidIdentifier.swift
[151/161] Compiling SwiftParser Cursor.swift
[152/161] Compiling SwiftParser Lexeme.swift
[153/161] Compiling SwiftParser LexemeSequence.swift
[154/161] Compiling SwiftParser Lexer.swift
[155/161] Compiling SwiftParser RegexLiteralLexer.swift
[156/161] Compiling SwiftParser IsLexerClassified.swift
[157/161] Compiling SwiftParser LayoutNodes+Parsable.swift
[158/161] Compiling SwiftParser Parser+TokenSpecSet.swift
[159/161] Compiling SwiftParser TokenSpecStaticMembers.swift
[160/184] Compiling SwiftOperators PrecedenceGraph.swift
[161/184] Compiling SwiftOperators OperatorTable.swift
[162/184] Compiling SwiftOperators OperatorTable+Defaults.swift
[163/185] Compiling SwiftOperators PrecedenceGroup.swift
[164/185] Compiling SwiftOperators OperatorTable+Semantics.swift
[165/185] Compiling SwiftOperators Operator.swift
[166/185] Compiling SwiftOperators OperatorError.swift
[167/185] Compiling SwiftOperators OperatorTable+Folding.swift
[168/185] Emitting module SwiftOperators
[169/185] Compiling SwiftOperators OperatorError+Diagnostics.swift
[170/185] Compiling SwiftOperators SyntaxSynthesis.swift
[171/185] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[172/185] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[173/185] Compiling SwiftParserDiagnostics Utils.swift
[174/185] Compiling SwiftParserDiagnostics PresenceUtils.swift
[175/185] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[176/186] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[177/186] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[178/186] Compiling SwiftParserDiagnostics MissingNodesError.swift
[179/186] Compiling SwiftParserDiagnostics MissingTokenError.swift
[180/186] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[181/186] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[182/186] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[183/186] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[184/186] Emitting module SwiftParserDiagnostics
[185/201] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[186/201] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[187/201] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[188/201] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[189/202] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[190/202] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[191/202] Emitting module SwiftSyntaxBuilder
[192/202] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[193/202] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[194/202] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[195/202] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[196/202] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[197/202] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[198/202] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[199/202] Compiling SwiftSyntaxBuilder Indenter.swift
[200/202] Compiling SwiftSyntaxBuilder ListBuilder.swift
[201/220] Compiling SwiftSyntaxMacros PreambleMacro.swift
[202/221] Compiling SwiftSyntaxMacros Macro.swift
[203/221] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[204/221] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[205/221] Compiling SwiftSyntaxMacros Macro+Format.swift
[206/221] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[207/221] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[208/221] Compiling SwiftSyntaxMacros MemberMacro.swift
[209/221] Compiling SwiftSyntaxMacros PeerMacro.swift
[210/221] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[211/221] Compiling SwiftSyntaxMacros AccessorMacro.swift
[212/221] Compiling SwiftSyntaxMacros AttachedMacro.swift
[213/221] Compiling SwiftSyntaxMacros BodyMacro.swift
[214/221] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[215/221] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[216/221] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[217/221] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[218/221] Emitting module SwiftSyntaxMacros
[219/221] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[220/231] Emitting module SwiftSyntaxMacroExpansion
[221/231] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[222/231] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[223/231] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[224/231] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[225/231] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[226/231] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[227/231] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[228/231] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[229/231] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[230/243] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[231/244] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[232/244] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[233/244] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[234/244] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[235/244] Emitting module SwiftCompilerPluginMessageHandling
[236/244] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[237/244] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[238/244] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[239/244] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[240/244] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[241/244] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[242/244] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[243/246] Emitting module SwiftCompilerPlugin
[244/246] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[245/279] Compiling LoggableMacro OSLoggerMacro+DeclarationMacro.swift
[246/279] Compiling LoggableMacro OSLoggerMacro+ExtensionMacro.swift
[247/279] Compiling LoggableMacro OmitMacro+TraitMacro.swift
[248/279] Compiling LoggableMacro LevelMacro.swift
[249/279] Compiling LoggableMacro LogMacro.swift
[250/279] Compiling LoggableMacro LoggedMacro.swift
[251/279] Compiling LoggableMacro OSLogMacro.swift
[252/282] Compiling LoggableMacro CodeBlockItemSyntax.swift
[253/282] Compiling LoggableMacro DeclGroupSyntax.swift
[254/282] Compiling LoggableMacro DiagnosticMessage.swift
[255/282] Compiling LoggableMacro FreestandingMacroExpansionSyntax.swift
[256/282] Compiling LoggableMacro LoggedMacro+LoggableAttributeMacro.swift
[257/282] Compiling LoggableMacro OSLogMacro+LoggableMacro.swift
[258/282] Compiling LoggableMacro OSLoggedMacro+LoggableAttributeMacro.swift
[259/282] Compiling LoggableMacro StringLiteralExprSyntax.swift
[260/282] Compiling LoggableMacro TokenKind.swift
[261/282] Compiling LoggableMacro TokenSyntax.swift
[262/282] Compiling LoggableMacro TryExprSyntax.swift
[263/282] Emitting module LoggableMacro
[264/282] Compiling LoggableMacro TagMacro+TraitMacro.swift
[265/282] Compiling LoggableMacro Plugin.swift
[266/282] Compiling LoggableMacro LoggableAttributeMacro.swift
[267/282] Compiling LoggableMacro OSLoggedMacro.swift
[268/282] Compiling LoggableMacro OSLoggerMacro.swift
[269/282] Compiling LoggableMacro OmitMacro.swift
[270/282] Compiling LoggableMacro TagMacro.swift
[271/282] Compiling LoggableMacro AbstractSourceLocation.swift
[272/282] Compiling LoggableMacro AttributeListSyntaxElement.swift
[273/282] Compiling LoggableMacro AttributeSyntax.swift
[274/282] Compiling LoggableMacro AwaitExprSyntax.swift
[275/282] Compiling LoggableMacro FunctionSyntax.swift
[276/282] Compiling LoggableMacro LevelMacro+TraitMacro.swift
[277/282] Compiling LoggableMacro LogMacro+LoggableMacro.swift
[278/282] Compiling LoggableMacro LoggableMacro.swift
[279/282] Compiling LoggableMacro TraitMacro.swift
[280/282] Compiling LoggableMacro ResultBuilder.swift
[280/282] Write Objects.LinkFileList
[281/282] Linking LoggableMacro-tool
[283/292] Compiling Loggable Logger+Loggable.swift
[284/292] Compiling Loggable __AccessLevel+Taggable.swift
[285/292] Compiling Loggable Taggable.swift
[286/292] Compiling Loggable Trait.swift
[287/292] Compiling Loggable Loggable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Loggable/Loggable.swift:33:14: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
31 |   public var debugDescription: String {
32 |     """
33 |     level: \(level)
   |              |- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
   |              |- note: use 'String(describing:)' to silence this warning
   |              `- note: provide a default value to avoid this warning
34 |     location: \(location)
35 |     declaration: \(declaration)
[288/292] Compiling Loggable OSLogType+Levelable.swift
[289/292] Compiling Loggable Omittable.swift
[290/292] Compiling Loggable Macros.swift
[291/292] Compiling Loggable Levelable.swift
[292/292] Emitting module Loggable
Build complete! (31.08s)
Build complete.
{
  "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.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "swift-loggable",
  "name" : "swift-loggable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "Loggable",
      "targets" : [
        "Loggable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LoggableMacro",
      "targets" : [
        "LoggableMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "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" : [
        "Declarations/LevelMacro.swift",
        "Declarations/LogMacro.swift",
        "Declarations/LoggedMacro.swift",
        "Declarations/OSLogMacro.swift",
        "Declarations/OSLoggedMacro.swift",
        "Declarations/OSLoggerMacro.swift",
        "Declarations/OmitMacro.swift",
        "Declarations/TagMacro.swift",
        "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",
        "Implementation/LevelMacro+TraitMacro.swift",
        "Implementation/LogMacro+LoggableMacro.swift",
        "Implementation/LoggedMacro+LoggableAttributeMacro.swift",
        "Implementation/OSLogMacro+LoggableMacro.swift",
        "Implementation/OSLoggedMacro+LoggableAttributeMacro.swift",
        "Implementation/OSLoggerMacro+DeclarationMacro.swift",
        "Implementation/OSLoggerMacro+ExtensionMacro.swift",
        "Implementation/OmitMacro+TraitMacro.swift",
        "Implementation/TagMacro+TraitMacro.swift",
        "Plugin.swift",
        "Protocols/LoggableAttributeMacro.swift",
        "Protocols/LoggableMacro.swift",
        "Protocols/TraitMacro.swift",
        "ResultBuilder.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Loggable",
      "module_type" : "SwiftTarget",
      "name" : "Loggable",
      "path" : "Sources/Loggable",
      "product_memberships" : [
        "Loggable"
      ],
      "sources" : [
        "Levelable.swift",
        "Loggable.swift",
        "Logger+Loggable.swift",
        "Macros.swift",
        "OSLogType+Levelable.swift",
        "Omittable.swift",
        "Taggable.swift",
        "Trait.swift",
        "__AccessLevel+Taggable.swift"
      ],
      "target_dependencies" : [
        "LoggableMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.