The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftLogX, reference 1.1.0 (7e8b15), with Swift 6.1 for Linux on 2 Sep 2025 13:00:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 1.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/LikeeCat/SwiftLogX
 * tag               1.1.0      -> FETCH_HEAD
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 1.1.0
========================================
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-4609320-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
[1998/77898] Fetching swifter, swift-syntax
Fetched https://github.com/httpswift/swifter.git from cache (1.94s)
[17962/71848] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.14s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (8.04s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.63s)
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.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
Building for debugging...
[0/40] Write sources
[9/40] Copying styles.css
[9/40] Copying index.html
[9/40] Copying app.js
[12/40] Write sources
[21/40] Compiling _SwiftSyntaxCShims dummy.c
[22/40] Write swift-version-24593BA9C3E375BF.txt
[24/65] 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
[25/65] 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
[26/66] 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
[27/66] 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
[28/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
[29/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
[32/68] Wrapping AST for SwiftSyntax509 for debugging
[33/68] Wrapping AST for SwiftSyntax600 for debugging
[34/68] Wrapping AST for SwiftSyntax510 for debugging
[36/132] Compiling SwiftSyntax RawSyntaxTokenView.swift
[37/132] Compiling SwiftSyntax SourceEdit.swift
[38/134] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[39/134] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[40/134] Compiling SwiftSyntax SourceLength.swift
[41/134] Compiling SwiftSyntax SourceLocation.swift
[42/134] Emitting module Swifter
[43/134] Compiling SwiftSyntax MemoryLayout.swift
[44/134] Compiling SwiftSyntax MissingNodeInitializers.swift
[45/134] Compiling SwiftSyntax RawSyntax.swift
[46/134] Compiling SwiftSyntax AbsolutePosition.swift
[47/134] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[48/134] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[49/134] Compiling SwiftSyntax Convenience.swift
[50/134] Compiling SwiftSyntax CustomTraits.swift
[51/134] Compiling SwiftSyntax Identifier.swift
[52/134] Compiling SwiftSyntax Assert.swift
[53/134] Compiling SwiftSyntax BumpPtrAllocator.swift
[54/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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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/142] Compiling Swifter String+SHA1.swift
[74/142] Compiling Swifter WebSockets.swift
[76/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 |
[77/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 |
[78/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 |
[79/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 |
[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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[81/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 |
[82/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 |
<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-4609320-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/29] Compiling SwiftSyntax510 Empty.swift
[3/39] Emitting module SwiftSyntax510
[4/39] Compiling SwiftSyntax600 Empty.swift
[5/40] Emitting module SwiftSyntax600
[6/45] Emitting module SwiftSyntax509
[7/45] Compiling SwiftSyntax509 Empty.swift
[11/46] Compiling Swifter DemoServer.swift
[12/46] Compiling Swifter Errno.swift
[13/46] Compiling Swifter Files.swift
[14/46] Emitting module Swifter
[15/48] Compiling Swifter String+File.swift
[16/48] Compiling Swifter String+Misc.swift
[17/48] Compiling Swifter Socket.swift
[18/48] Compiling Swifter String+BASE64.swift
[19/48] Compiling Swifter HttpParser.swift
[20/48] Compiling Swifter HttpRequest.swift
[21/48] Compiling Swifter HttpResponse.swift
[22/45] Compiling Swifter HttpRouter.swift
[23/45] Compiling Swifter HttpServer.swift
[24/45] Compiling Swifter HttpServerIO.swift
[25/45] Compiling Swifter MimeTypes.swift
[26/45] Compiling Swifter Process.swift
[27/45] Compiling Swifter Scopes.swift
[28/45] Compiling Swifter Socket+File.swift
[29/45] Compiling Swifter Socket+Server.swift
[30/109] Compiling SwiftSyntax MemoryLayout.swift
[31/109] Compiling SwiftSyntax MissingNodeInitializers.swift
[33/117] 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 |
[34/117] 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 |
[35/117] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/117] 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 |
[37/117] 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 |
[38/117] 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 |
[39/117] 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 |
BUILD FAILURE 6.1 linux