Build Information
Successful build of NodeSwiftLogging, reference main (c05928
), with Swift 6.0 for Linux on 15 Apr 2025 11:15:06 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stevengharris/NodeSwiftLogging.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/stevengharris/NodeSwiftLogging
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c05928d Fix typo in README
Cloned https://github.com/stevengharris/NodeSwiftLogging.git
Revision (git rev-parse @):
c05928d8bd767d48adcef1bdb353f015e44f3773
SUCCESS checkout https://github.com/stevengharris/NodeSwiftLogging.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/stevengharris/NodeSwiftLogging.git
https://github.com/stevengharris/NodeSwiftLogging.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "node-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kabiroberai/node-swift.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "NodeSwiftLogging",
"name" : "NodeSwiftLogging",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "NodeSwiftLogging",
"targets" : [
"NodeSwiftLogging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NodeSwiftLogging",
"module_type" : "SwiftTarget",
"name" : "NodeSwiftLogging",
"path" : "Sources",
"product_dependencies" : [
"NodeAPI",
"Logging"
],
"product_memberships" : [
"NodeSwiftLogging"
],
"sources" : [
"NodeConsole.swift",
"NodeLogHandler.swift",
"NodeLogger.swift",
"NodeLoggerConfig.swift",
"NodeLoggerData.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/kabiroberai/node-swift.git
Fetching https://github.com/apple/swift-log.git
[1/3832] Fetching swift-log
[308/5974] Fetching swift-log, node-swift
Fetched https://github.com/apple/swift-log.git from cache (0.39s)
Fetched https://github.com/kabiroberai/node-swift.git from cache (0.40s)
Computing version for https://github.com/kabiroberai/node-swift.git
Computed https://github.com/kabiroberai/node-swift.git at 1.3.0 (2.39s)
Fetching https://github.com/apple/swift-syntax.git
[1/70120] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.44s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (2.79s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.67s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/kabiroberai/node-swift.git
Working copy of https://github.com/kabiroberai/node-swift.git resolved at 1.3.0
Building for debugging...
[0/39] Write sources
[18/39] Compiling _SwiftSyntaxCShims dummy.c
[19/39] Compiling CNodeAPISupport task_reflection.cpp
[20/39] Compiling CNodeAPISupport node_context.c
[21/39] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/50] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[24/50] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/50] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[26/50] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/50] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[28/50] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[29/50] Emitting module Logging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/29] Emitting module SwiftSyntax509
[3/29] Compiling SwiftSyntax509 Empty.swift
[4/30] Emitting module SwiftSyntax510
[5/30] Compiling SwiftSyntax510 Empty.swift
[6/31] Emitting module SwiftSyntax600
[7/31] Compiling SwiftSyntax600 Empty.swift
[11/32] Emitting module Logging
[11/32] Wrapping AST for SwiftSyntax510 for debugging
[12/32] Wrapping AST for SwiftSyntax509 for debugging
[13/32] Wrapping AST for SwiftSyntax600 for debugging
[15/96] Compiling Logging MetadataProvider.swift
[16/96] Compiling Logging LogHandler.swift
[17/96] Compiling Logging Locks.swift
[18/96] Compiling Logging Logging.swift
[20/97] Compiling SwiftSyntax AbsolutePosition.swift
[21/97] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[22/97] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[23/97] Compiling SwiftSyntax Assert.swift
[24/97] Compiling SwiftSyntax BumpPtrAllocator.swift
[25/97] Compiling SwiftSyntax CommonAncestor.swift
[26/97] Compiling SwiftSyntax Convenience.swift
[27/97] Compiling SwiftSyntax CustomTraits.swift
[28/97] Compiling SwiftSyntax Identifier.swift
[29/105] Compiling SwiftSyntax SourcePresence.swift
[30/105] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[31/105] Compiling SwiftSyntax Syntax.swift
[32/105] Compiling SwiftSyntax SyntaxArena.swift
[33/105] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[34/105] Compiling SwiftSyntax SyntaxChildren.swift
[35/105] Compiling SwiftSyntax SyntaxCollection.swift
[36/105] Compiling SwiftSyntax SyntaxHashable.swift
[37/105] Compiling SwiftSyntax SyntaxIdentifier.swift
[38/105] Emitting module SwiftSyntax
[39/105] Compiling SwiftSyntax SyntaxNodeFactory.swift
[40/105] Compiling SwiftSyntax SyntaxNodeStructure.swift
[41/105] Compiling SwiftSyntax SyntaxProtocol.swift
[42/105] Compiling SwiftSyntax SyntaxText.swift
[43/105] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[44/105] Compiling SwiftSyntax TokenDiagnostic.swift
[45/105] Compiling SwiftSyntax TokenSequence.swift
[46/105] Compiling SwiftSyntax TokenSyntax.swift
[47/105] Compiling SwiftSyntax Trivia.swift
[48/105] Compiling SwiftSyntax RawSyntaxNodesD.swift
[49/105] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[50/105] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[51/105] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[52/105] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[53/105] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[54/105] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[55/105] Compiling SwiftSyntax RawSyntaxValidation.swift
[56/105] Compiling SwiftSyntax SyntaxNodesAB.swift
[57/105] Compiling SwiftSyntax SyntaxKind.swift
[58/105] Compiling SwiftSyntax SyntaxRewriter.swift
[59/105] Compiling SwiftSyntax SyntaxTraits.swift
[60/105] Compiling SwiftSyntax SyntaxVisitor.swift
[61/105] Compiling SwiftSyntax TokenKind.swift
[62/105] Compiling SwiftSyntax Tokens.swift
[63/105] Compiling SwiftSyntax TriviaPieces.swift
[64/105] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[65/105] Compiling SwiftSyntax RawSyntaxNodesC.swift
[66/105] Compiling SwiftSyntax MemoryLayout.swift
[67/105] Compiling SwiftSyntax MissingNodeInitializers.swift
[68/105] Compiling SwiftSyntax RawSyntax.swift
[69/105] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[70/105] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[71/105] Compiling SwiftSyntax RawSyntaxTokenView.swift
[72/105] Compiling SwiftSyntax SourceEdit.swift
[73/105] Compiling SwiftSyntax SourceLength.swift
[74/105] Compiling SwiftSyntax SourceLocation.swift
[75/105] Compiling SwiftSyntax Utils.swift
[76/105] Compiling SwiftSyntax ChildNameForKeyPath.swift
[77/105] Compiling SwiftSyntax Keyword.swift
[78/105] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[79/105] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[80/105] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[81/105] Compiling SwiftSyntax SyntaxBaseNodes.swift
[82/105] Compiling SwiftSyntax SyntaxCollections.swift
[83/105] Compiling SwiftSyntax SyntaxEnum.swift
[84/105] Compiling SwiftSyntax SyntaxNodesC.swift
[85/105] Compiling SwiftSyntax SyntaxNodesD.swift
[86/105] Compiling SwiftSyntax SyntaxNodesEF.swift
[87/105] Compiling SwiftSyntax SyntaxNodesGHI.swift
[88/105] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[89/105] Compiling SwiftSyntax SyntaxNodesOP.swift
[90/105] Compiling SwiftSyntax SyntaxNodesQRS.swift
[91/105] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[92/106] Wrapping AST for SwiftSyntax for debugging
[94/163] Compiling SwiftDiagnostics Message.swift
[95/164] Compiling SwiftDiagnostics Note.swift
[96/164] Emitting module SwiftDiagnostics
[97/164] Emitting module SwiftBasicFormat
[98/164] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[99/164] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[100/164] Compiling SwiftBasicFormat Syntax+Extensions.swift
[101/164] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[102/164] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[103/164] Compiling SwiftDiagnostics Convenience.swift
[104/164] Compiling SwiftDiagnostics Diagnostic.swift
[105/164] Compiling SwiftBasicFormat InferIndentation.swift
[106/164] Compiling SwiftDiagnostics FixIt.swift
[107/164] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[108/164] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[109/164] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[111/165] Compiling SwiftBasicFormat BasicFormat.swift
[111/166] Wrapping AST for SwiftDiagnostics for debugging
[113/166] Wrapping AST for SwiftBasicFormat for debugging
[115/166] Compiling SwiftParser LexemeSequence.swift
[116/166] Compiling SwiftParser Lexer.swift
[117/166] Compiling SwiftParser RegexLiteralLexer.swift
[118/166] Compiling SwiftParser UnicodeScalarExtensions.swift
[119/166] Compiling SwiftParser Lookahead.swift
[120/166] Compiling SwiftParser LoopProgressCondition.swift
[121/171] Emitting module SwiftParser
[122/171] Compiling SwiftParser Modifiers.swift
[123/171] Compiling SwiftParser Names.swift
[124/171] Compiling SwiftParser Nominals.swift
[125/171] Compiling SwiftParser Parameters.swift
[126/171] Compiling SwiftParser ParseSourceFile.swift
[127/171] Compiling SwiftParser Parser.swift
[128/171] Compiling SwiftParser Patterns.swift
[129/171] Compiling SwiftParser Recovery.swift
[130/171] Compiling SwiftParser Specifiers.swift
[131/171] Compiling SwiftParser Statements.swift
[132/171] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[133/171] Compiling SwiftParser StringLiterals.swift
[134/171] Compiling SwiftParser SwiftParserCompatibility.swift
[135/171] Compiling SwiftParser SwiftVersion.swift
[136/171] Compiling SwiftParser SyntaxUtils.swift
[137/171] Compiling SwiftParser TokenConsumer.swift
[138/171] Compiling SwiftParser TokenPrecedence.swift
[139/171] Compiling SwiftParser TokenSpec.swift
[140/171] Compiling SwiftParser TokenSpecSet.swift
[141/171] Compiling SwiftParser TopLevel.swift
[142/171] Compiling SwiftParser TriviaParser.swift
[143/171] Compiling SwiftParser Types.swift
[148/171] Compiling SwiftParser Declarations.swift
[149/171] Compiling SwiftParser Directives.swift
[150/171] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[151/171] Compiling SwiftParser Expressions.swift
[152/171] Compiling SwiftParser IncrementalParseTransition.swift
[153/171] Compiling SwiftParser IsValidIdentifier.swift
[154/171] Compiling SwiftParser Cursor.swift
[155/171] Compiling SwiftParser Lexeme.swift
[156/171] Compiling SwiftParser ExperimentalFeatures.swift
[157/171] Compiling SwiftParser IsLexerClassified.swift
[158/171] Compiling SwiftParser LayoutNodes+Parsable.swift
[159/171] Compiling SwiftParser Parser+TokenSpecSet.swift
[160/171] Compiling SwiftParser TokenSpecStaticMembers.swift
[161/172] Wrapping AST for SwiftParser for debugging
[163/195] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[164/196] Compiling SwiftOperators OperatorTable.swift
[165/197] Compiling SwiftOperators PrecedenceGraph.swift
[166/197] Compiling SwiftOperators PrecedenceGroup.swift
[167/197] Emitting module SwiftOperators
[168/197] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[169/197] Compiling SwiftOperators SyntaxSynthesis.swift
[170/197] Compiling SwiftOperators OperatorError.swift
[171/197] Compiling SwiftOperators OperatorTable+Defaults.swift
[172/197] Compiling SwiftOperators OperatorTable+Folding.swift
[173/197] Compiling SwiftOperators Operator.swift
[174/197] Compiling SwiftOperators OperatorError+Diagnostics.swift
[175/197] Compiling SwiftOperators OperatorTable+Semantics.swift
[176/198] Wrapping AST for SwiftOperators for debugging
[178/198] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[179/198] Compiling SwiftParserDiagnostics Utils.swift
[180/198] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[181/198] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[182/198] Compiling SwiftParserDiagnostics PresenceUtils.swift
[187/198] Emitting module SwiftParserDiagnostics
[188/198] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[189/198] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[190/199] Wrapping AST for SwiftParserDiagnostics for debugging
[192/214] Emitting module SwiftSyntaxBuilder
[193/215] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[194/215] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[195/215] Compiling SwiftSyntaxBuilder Indenter.swift
[196/215] Compiling SwiftSyntaxBuilder ListBuilder.swift
[197/215] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[198/215] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[199/215] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[200/215] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[201/215] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[202/215] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[203/215] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[204/215] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[205/215] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[206/215] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[207/215] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[208/216] Wrapping AST for SwiftSyntaxBuilder for debugging
[210/233] Emitting module SwiftSyntaxMacros
[211/235] Compiling SwiftSyntaxMacros PreambleMacro.swift
[212/235] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[213/235] Compiling SwiftSyntaxMacros Macro.swift
[214/235] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[215/235] Compiling SwiftSyntaxMacros MemberMacro.swift
[216/235] Compiling SwiftSyntaxMacros PeerMacro.swift
[217/235] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[218/235] Compiling SwiftSyntaxMacros Macro+Format.swift
[219/235] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[220/235] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[221/235] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[222/235] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[223/235] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[224/235] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[225/235] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[226/235] Compiling SwiftSyntaxMacros AccessorMacro.swift
[227/235] Compiling SwiftSyntaxMacros AttachedMacro.swift
[228/235] Compiling SwiftSyntaxMacros BodyMacro.swift
[229/236] Wrapping AST for SwiftSyntaxMacros for debugging
[231/245] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[232/246] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[233/246] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[234/246] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[235/246] Emitting module SwiftSyntaxMacroExpansion
[236/246] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[237/246] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[238/246] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[239/246] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[240/246] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[241/247] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[243/259] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[244/260] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[245/260] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[246/260] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[247/260] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[248/260] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[249/260] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[250/260] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[251/260] Emitting module SwiftCompilerPluginMessageHandling
[252/260] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[253/260] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[254/260] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[255/260] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[256/261] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[258/263] Emitting module SwiftCompilerPlugin
[259/263] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[260/264] Wrapping AST for SwiftCompilerPlugin for debugging
[262/272] Compiling NodeAPIMacros NodePropertyMacro.swift
[263/272] Compiling NodeAPIMacros Plugin.swift
[264/273] Emitting module NodeAPIMacros
[265/273] Compiling NodeAPIMacros Diagnostics.swift
[266/273] Compiling NodeAPIMacros NodeModuleMacro.swift
[267/273] Compiling NodeAPIMacros NodeMethodMacro.swift
[268/273] Compiling NodeAPIMacros NodeConstructorMacro.swift
[269/273] Compiling NodeAPIMacros NodeClassMacro.swift
[270/273] Compiling NodeAPIMacros SyntaxUtils.swift
[271/274] Wrapping AST for NodeAPIMacros for debugging
[272/274] Write Objects.LinkFileList
[273/274] Linking NodeAPIMacros-tool
[275/303] Emitting module NodeAPI
[276/307] Compiling NodeAPI NodeString.swift
[277/307] Compiling NodeAPI NodeSymbol.swift
[278/307] Compiling NodeAPI NodeThrowable.swift
[279/307] Compiling NodeAPI NodeTypedArray.swift
[280/307] Compiling NodeAPI Locks.swift
[281/307] Compiling NodeAPI NodeAPIError.swift
[282/307] Compiling NodeAPI NodeActor.swift
[283/307] Compiling NodeAPI NodeArray.swift
[284/307] Compiling NodeAPI NodeFunction.swift
[285/307] Compiling NodeAPI NodeInstanceData.swift
[286/307] Compiling NodeAPI NodeModule.swift
[287/307] Compiling NodeAPI NodeNull.swift
[288/307] Compiling NodeAPI NodeDate.swift
[289/307] Compiling NodeAPI NodeEnvironment.swift
[290/307] Compiling NodeAPI NodeError.swift
[291/307] Compiling NodeAPI NodeExternal.swift
[292/307] Compiling NodeAPI NodeArrayBuffer.swift
[293/307] Compiling NodeAPI NodeAsyncQueue.swift
[294/307] Compiling NodeAPI NodeBigInt.swift
[295/307] Compiling NodeAPI NodeBool.swift
[296/307] Compiling NodeAPI NodeBuffer.swift
[297/307] Compiling NodeAPI NodeClass.swift
[298/307] Compiling NodeAPI NodeContext.swift
[299/307] Compiling NodeAPI NodeDataView.swift
[300/307] Compiling NodeAPI NodeNumber.swift
[301/307] Compiling NodeAPI NodeObject.swift
[302/307] Compiling NodeAPI NodePromise.swift
[303/307] Compiling NodeAPI NodeProperty.swift
[304/307] Compiling NodeAPI NodeUndefined.swift
[305/307] Compiling NodeAPI NodeValue.swift
[306/307] Compiling NodeAPI Sugar.swift
[307/307] Compiling NodeAPI Utilities.swift
[309/314] Compiling NodeSwiftLogging NodeLoggerData.swift
[310/314] Compiling NodeSwiftLogging NodeLoggerConfig.swift
[311/314] Compiling NodeSwiftLogging NodeLogger.swift
macro expansion @NodeConstructor:2:60: warning: converting non-sendable function value to '@NodeActor @Sendable (NodeFunction, String?) throws -> NodeLogger._NodeSelf' (aka '@NodeActor @Sendable (NodeFunction, Optional<String>) throws -> NodeLogger') may introduce data races
`- /host/spi-builder-workspace/Sources/NodeLogger.swift:67:6: note: expanded code originates here
65 | self.logger = logger
66 | Self.nodeLogger = self
67 | }
+--- macro expansion @NodeConstructor -------------------------------
|1 | @NodeActor public static let construct
|2 | = NodeConstructor(_NodeSelf.init(callback:jsonConfig:) as @NodeActor (NodeFunction, String? ) throws -> _NodeSelf)
| | `- warning: converting non-sendable function value to '@NodeActor @Sendable (NodeFunction, String?) throws -> NodeLogger._NodeSelf' (aka '@NodeActor @Sendable (NodeFunction, Optional<String>) throws -> NodeLogger') may introduce data races
+--------------------------------------------------------------------
68 |
69 | /// Pass the log data from provided by the Logger to node.js.
[312/314] Compiling NodeSwiftLogging NodeConsole.swift
macro expansion @NodeConstructor:2:49: warning: converting non-sendable function value to '@NodeActor @Sendable (NodeFunction) throws -> NodeConsole._NodeSelf' (aka '@NodeActor @Sendable (NodeFunction) throws -> NodeConsole') may introduce data races
`- /host/spi-builder-workspace/Sources/NodeConsole.swift:52:6: note: expanded code originates here
50 | self.callback = callback
51 | Self.console = self
52 | }
+--- macro expansion @NodeConstructor -------------------------------
|1 | @NodeActor public static let construct
|2 | = NodeConstructor(_NodeSelf.init(callback:) as @NodeActor (NodeFunction) throws -> _NodeSelf)
| | `- warning: converting non-sendable function value to '@NodeActor @Sendable (NodeFunction) throws -> NodeConsole._NodeSelf' (aka '@NodeActor @Sendable (NodeFunction) throws -> NodeConsole') may introduce data races
+--------------------------------------------------------------------
53 |
54 | /// Run the `callback` on the `nodeQueue`, passing the `message`.
[313/314] Emitting module NodeSwiftLogging
macro expansion @NodeConstructor:2:49: warning: converting non-sendable function value to '@NodeActor @Sendable (NodeFunction) throws -> NodeConsole._NodeSelf' (aka '@NodeActor @Sendable (NodeFunction) throws -> NodeConsole') may introduce data races
`- /host/spi-builder-workspace/Sources/NodeConsole.swift:52:6: note: expanded code originates here
50 | self.callback = callback
51 | Self.console = self
52 | }
+--- macro expansion @NodeConstructor -------------------------------
|1 | @NodeActor public static let construct
|2 | = NodeConstructor(_NodeSelf.init(callback:) as @NodeActor (NodeFunction) throws -> _NodeSelf)
| | `- warning: converting non-sendable function value to '@NodeActor @Sendable (NodeFunction) throws -> NodeConsole._NodeSelf' (aka '@NodeActor @Sendable (NodeFunction) throws -> NodeConsole') may introduce data races
+--------------------------------------------------------------------
53 |
54 | /// Run the `callback` on the `nodeQueue`, passing the `message`.
macro expansion @NodeConstructor:2:60: warning: converting non-sendable function value to '@NodeActor @Sendable (NodeFunction, String?) throws -> NodeLogger._NodeSelf' (aka '@NodeActor @Sendable (NodeFunction, Optional<String>) throws -> NodeLogger') may introduce data races
`- /host/spi-builder-workspace/Sources/NodeLogger.swift:67:6: note: expanded code originates here
65 | self.logger = logger
66 | Self.nodeLogger = self
67 | }
+--- macro expansion @NodeConstructor -------------------------------
|1 | @NodeActor public static let construct
|2 | = NodeConstructor(_NodeSelf.init(callback:jsonConfig:) as @NodeActor (NodeFunction, String? ) throws -> _NodeSelf)
| | `- warning: converting non-sendable function value to '@NodeActor @Sendable (NodeFunction, String?) throws -> NodeLogger._NodeSelf' (aka '@NodeActor @Sendable (NodeFunction, Optional<String>) throws -> NodeLogger') may introduce data races
+--------------------------------------------------------------------
68 |
69 | /// Pass the log data from provided by the Logger to node.js.
[314/314] Compiling NodeSwiftLogging NodeLogHandler.swift
Build complete! (77.05s)
Build complete.
{
"dependencies" : [
{
"identity" : "node-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kabiroberai/node-swift.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "NodeSwiftLogging",
"name" : "NodeSwiftLogging",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "NodeSwiftLogging",
"targets" : [
"NodeSwiftLogging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NodeSwiftLogging",
"module_type" : "SwiftTarget",
"name" : "NodeSwiftLogging",
"path" : "Sources",
"product_dependencies" : [
"NodeAPI",
"Logging"
],
"product_memberships" : [
"NodeSwiftLogging"
],
"sources" : [
"NodeConsole.swift",
"NodeLogHandler.swift",
"NodeLogger.swift",
"NodeLoggerConfig.swift",
"NodeLoggerData.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.