The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftLogX, reference main (7e8b15), with Swift 6.1 for Linux on 2 Sep 2025 13:01:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LikeeCat/SwiftLogX.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/LikeeCat/SwiftLogX
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7e8b157 feat: del bundle error
Cloned https://github.com/LikeeCat/SwiftLogX.git
Revision (git rev-parse @):
7e8b15705ca2d181a016338ad0cbbd07dfb48b94
SUCCESS checkout https://github.com/LikeeCat/SwiftLogX.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/LikeeCat/SwiftLogX.git
https://github.com/LikeeCat/SwiftLogX.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" : "swifter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/httpswift/swifter.git"
    }
  ],
  "manifest_display_name" : "SwiftLogX",
  "name" : "SwiftLogX",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftLogX",
      "targets" : [
        "SwiftLogX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftLogXMacros",
      "targets" : [
        "SwiftLogXMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftLogXMacroDeclarations",
      "targets" : [
        "SwiftLogXMacroDeclarations"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftLogXTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLogXTests",
      "path" : "Tests/SwiftLogXTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SwiftLogXTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLogXMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftLogXMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLogXMacros",
      "path" : "Sources/SwiftLogXMacros",
      "product_memberships" : [
        "SwiftLogXMacros"
      ],
      "sources" : [
        "SwiftLogXMacro.swift"
      ],
      "target_dependencies" : [
        "SwiftLogXMacroDeclarations",
        "SwiftLogX"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftLogXMacroDeclarations",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLogXMacroDeclarations",
      "path" : "Sources/SwiftLogXMacroDeclarations",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftLogXMacros",
        "SwiftLogXMacroDeclarations"
      ],
      "sources" : [
        "Plugin.swift",
        "SwiftLogXMacroPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftLogX",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLogX",
      "path" : "Sources/SwiftLogX",
      "product_dependencies" : [
        "Swifter"
      ],
      "product_memberships" : [
        "SwiftLogX",
        "SwiftLogXMacros"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftLogX/Resources/app.js",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftLogX/Resources/index.html",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftLogX/Resources/styles.css",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "LogIPAddress.swift",
        "LogManager.swift",
        "LogRedirector.swift",
        "LogServer.swift",
        "StandardError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 -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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/httpswift/swifter.git
[1/6050] Fetching swifter
[2058/77898] Fetching swifter, swift-syntax
Fetched https://github.com/httpswift/swifter.git from cache (1.59s)
[14370/71848] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.54s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (10.99s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.02s)
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/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.0
Building for debugging...
[0/40] Write sources
[0/40] Copying index.html
[0/40] Copying styles.css
[0/40] Copying app.js
[0/40] Write sources
[21/40] Compiling _SwiftSyntaxCShims dummy.c
[21/40] Write swift-version-24593BA9C3E375BF.txt
[24/65] Emitting module Swifter
[25/67] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/67] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/68] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/68] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/69] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/69] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/70] Wrapping AST for SwiftSyntax510 for debugging
[34/70] Wrapping AST for SwiftSyntax509 for debugging
[35/70] Wrapping AST for SwiftSyntax600 for debugging
[37/134] Compiling SwiftSyntax AbsolutePosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/134] Compiling SwiftSyntax AbsoluteRawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/134] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/134] Compiling SwiftSyntax Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/134] Compiling SwiftSyntax BumpPtrAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/134] Compiling SwiftSyntax CommonAncestor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/134] Compiling SwiftSyntax Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/134] Compiling SwiftSyntax CustomTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/134] Compiling SwiftSyntax Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/142] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[47/142] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[48/142] Compiling SwiftSyntax RawSyntaxTokenView.swift
[49/142] Compiling SwiftSyntax SourceEdit.swift
[56/142] Compiling SwiftSyntax SourceLength.swift
[57/142] Compiling SwiftSyntax SourceLocation.swift
[58/142] Compiling SwiftSyntax MemoryLayout.swift
[59/142] Compiling SwiftSyntax MissingNodeInitializers.swift
[60/142] Compiling SwiftSyntax RawSyntax.swift
[64/142] Compiling SwiftSyntax SourcePresence.swift
[65/142] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[67/150] Compiling SwiftSyntax SyntaxNodeFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/150] Compiling SwiftSyntax SyntaxNodeStructure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/150] Compiling SwiftSyntax SyntaxProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/150] Compiling SwiftSyntax SyntaxText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/150] Compiling SwiftSyntax SyntaxTreeViewMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/150] Compiling SwiftSyntax TokenDiagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/150] Compiling SwiftSyntax TokenSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/150] Compiling SwiftSyntax TokenSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/150] Compiling SwiftSyntax Trivia.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/150] Compiling SwiftLogX StandardError.swift
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
[77/150] Compiling SwiftLogX resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/150] Emitting module SwiftLogX
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
[79/150] Compiling SwiftLogX LogServer.swift
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
[80/150] Compiling SwiftLogX LogIPAddress.swift
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
[81/150] Compiling SwiftLogX LogManager.swift
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
[82/150] Compiling SwiftLogX LogRedirector.swift
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/43] Compiling SwiftSyntax600 Empty.swift
[3/43] Emitting module SwiftSyntax600
[4/43] Compiling SwiftSyntax509 Empty.swift
[5/43] Emitting module SwiftSyntax509
[6/44] Compiling SwiftSyntax510 Empty.swift
[7/44] Emitting module SwiftSyntax510
[11/43] Emitting module Swifter
[12/109] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[13/109] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[14/109] Compiling SwiftSyntax SourceLocation.swift
[15/109] Compiling SwiftSyntax AbsolutePosition.swift
[16/109] Compiling SwiftSyntax BumpPtrAllocator.swift
[17/109] Compiling SwiftSyntax CommonAncestor.swift
[18/109] Compiling SwiftSyntax Convenience.swift
[19/109] Compiling SwiftSyntax CustomTraits.swift
[20/109] Compiling SwiftSyntax Identifier.swift
[21/109] Compiling SwiftSyntax RawSyntaxTokenView.swift
[22/109] Compiling SwiftSyntax SourceEdit.swift
[23/109] Compiling SwiftSyntax SourceLength.swift
[24/109] Compiling SwiftSyntax MemoryLayout.swift
[25/109] Compiling SwiftSyntax MissingNodeInitializers.swift
[26/109] Compiling SwiftSyntax RawSyntax.swift
[27/109] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[28/109] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[29/109] Compiling SwiftSyntax Assert.swift
[30/109] Compiling SwiftSyntax SourcePresence.swift
[31/109] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[33/110] Compiling SwiftSyntax SyntaxNodeFactory.swift
[34/110] Compiling SwiftSyntax SyntaxNodeStructure.swift
[35/110] Compiling SwiftSyntax SyntaxProtocol.swift
[36/110] Compiling SwiftSyntax SyntaxText.swift
[37/110] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[38/110] Compiling SwiftSyntax TokenDiagnostic.swift
[39/110] Compiling SwiftSyntax TokenSequence.swift
[40/110] Compiling SwiftSyntax TokenSyntax.swift
[41/110] Compiling SwiftSyntax Trivia.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/125] Emitting module SwiftLogX
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
[61/125] Compiling SwiftLogX StandardError.swift
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
[62/125] Compiling SwiftLogX resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
[63/125] Compiling SwiftLogX LogServer.swift
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
[66/125] Compiling SwiftSyntax Syntax.swift
[67/125] Compiling SwiftSyntax SyntaxArena.swift
[68/125] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[69/125] Compiling SwiftSyntax SyntaxChildren.swift
[70/125] Compiling SwiftSyntax SyntaxCollection.swift
[71/125] Compiling SwiftSyntax SyntaxHashable.swift
[72/125] Compiling SwiftSyntax SyntaxIdentifier.swift
[73/125] Compiling SwiftLogX LogManager.swift
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
[74/125] Compiling SwiftLogX LogIPAddress.swift
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
[75/125] Compiling SwiftLogX LogRedirector.swift
/host/spi-builder-workspace/Sources/SwiftLogX/LogIPAddress.swift:10:8: error: no such module 'SystemConfiguration'
 8 |
 9 | import Foundation
10 | import SystemConfiguration
   |        `- error: no such module 'SystemConfiguration'
11 |
12 |
BUILD FAILURE 6.1 linux