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

Failed to build DLog, reference 1.5.0 (42db6f), with Swift 6.1 for Wasm on 29 May 2025 03:29:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ikhvorost/DLog.git
Reference: 1.5.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/ikhvorost/DLog
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at 42db6f0 Readme: removed auto for privacy, shields, traces
Cloned https://github.com/ikhvorost/DLog.git
Revision (git rev-parse @):
42db6f0dcda36c68e6e5d1db9f3aa352fa6f9b15
SUCCESS checkout https://github.com/ikhvorost/DLog.git at 1.5.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ikhvorost/DLog.git
https://github.com/ikhvorost/DLog.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DLog",
  "name" : "DLog",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "DLog",
      "targets" : [
        "DLog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DLogObjC",
      "targets" : [
        "DLogObjC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetConsole",
      "targets" : [
        "NetConsole"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NetConsole",
      "module_type" : "SwiftTarget",
      "name" : "NetConsole",
      "path" : "Sources/NetConsole",
      "product_memberships" : [
        "NetConsole"
      ],
      "sources" : [
        "Arguments.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DLogTestsObjC",
      "module_type" : "ClangTarget",
      "name" : "DLogTestsObjC",
      "path" : "Tests/DLogTestsObjC",
      "sources" : [
        "DLogTestsObjC.m"
      ],
      "target_dependencies" : [
        "DLogObjC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DLogTests",
      "module_type" : "SwiftTarget",
      "name" : "DLogTests",
      "path" : "Tests/DLogTests",
      "sources" : [
        "DLogTests.swift"
      ],
      "target_dependencies" : [
        "DLog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DLogObjC",
      "module_type" : "ClangTarget",
      "name" : "DLogObjC",
      "path" : "Sources/DLogObjC",
      "product_memberships" : [
        "DLogObjC"
      ],
      "sources" : [
        "DLog.m"
      ],
      "target_dependencies" : [
        "DLog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DLog",
      "module_type" : "SwiftTarget",
      "name" : "DLog",
      "path" : "Sources/DLog",
      "product_memberships" : [
        "DLog",
        "DLogObjC"
      ],
      "sources" : [
        "Atomic.swift",
        "DLog.swift",
        "Dynamic.swift",
        "File.swift",
        "Filter.swift",
        "LogConfig.swift",
        "LogFormat.swift",
        "LogInterval.swift",
        "LogItem.swift",
        "LogMessage.swift",
        "LogMetadata.swift",
        "LogOutput.swift",
        "LogPrivacy.swift",
        "LogProtocol.swift",
        "LogScope.swift",
        "Mach.swift",
        "Net.swift",
        "OSLog.swift",
        "Standard.swift",
        "Text.swift",
        "Trace.swift",
        "TraceFunc.swift",
        "TraceProcess.swift",
        "TraceStack.swift",
        "TraceThread.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': ignoring target 'DLogTestsObjC' in package 'spi-builder-workspace'; C language in tests is not yet supported
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': ignoring target 'DLogTestsObjC' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/33] Emitting module DLog
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[5/36] Compiling DLog TraceProcess.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[6/36] Compiling DLog TraceStack.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[7/36] Compiling DLog TraceThread.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[8/36] Compiling DLog Atomic.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[9/36] Compiling DLog DLog.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[10/36] Compiling DLog Dynamic.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[11/36] Compiling DLog File.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/36] Compiling NetConsole Arguments.swift
[13/36] Emitting module NetConsole
/host/spi-builder-workspace/Sources/NetConsole/main.swift:49:16: error: cannot find type 'NetService' in scope
 47 |   let autoClear: Bool
 48 |
 49 |   let service: NetService
    |                `- error: cannot find type 'NetService' in scope
 50 |   var inputStream: InputStream?
 51 |
/host/spi-builder-workspace/Sources/NetConsole/main.swift:83:21: error: cannot find type 'NetServiceDelegate' in scope
 81 | }
 82 |
 83 | extension Service : NetServiceDelegate {
    |                     `- error: cannot find type 'NetServiceDelegate' in scope
 84 |
 85 |   func netServiceDidPublish(_ sender: NetService) {
/host/spi-builder-workspace/Sources/NetConsole/main.swift:85:39: error: cannot find type 'NetService' in scope
 83 | extension Service : NetServiceDelegate {
 84 |
 85 |   func netServiceDidPublish(_ sender: NetService) {
    |                                       `- error: cannot find type 'NetService' in scope
 86 |     log("Published name:'\(sender.name)', domain:'\(sender.domain)', type:'\(sender.type)', port: \(sender.port)")
 87 |   }
/host/spi-builder-workspace/Sources/NetConsole/main.swift:89:29: error: cannot find type 'NetService' in scope
 87 |   }
 88 |
 89 |   func netService(_ sender: NetService, didNotPublish errorDict: [String : NSNumber]) {
    |                             `- error: cannot find type 'NetService' in scope
 90 |     log("Error: \(errorDict)")
 91 |   }
/host/spi-builder-workspace/Sources/NetConsole/main.swift:93:29: error: cannot find type 'NetService' in scope
 91 |   }
 92 |
 93 |   func netService(_ sender: NetService, didAcceptConnectionWith inputStream: InputStream, outputStream: OutputStream) {
    |                             `- error: cannot find type 'NetService' in scope
 94 |     guard self.inputStream == nil else {
 95 |       reject(inputStream: inputStream, outputStream: outputStream)
/host/spi-builder-workspace/Sources/NetConsole/main.swift:180:14: error: value of type 'RunLoop' has no member 'run'
178 | print(overview)
179 |
180 | RunLoop.main.run()
    |              `- error: value of type 'RunLoop' has no member 'run'
181 |
182 | #endif
[14/36] Compiling NetConsole main.swift
/host/spi-builder-workspace/Sources/NetConsole/main.swift:49:16: error: cannot find type 'NetService' in scope
 47 |   let autoClear: Bool
 48 |
 49 |   let service: NetService
    |                `- error: cannot find type 'NetService' in scope
 50 |   var inputStream: InputStream?
 51 |
/host/spi-builder-workspace/Sources/NetConsole/main.swift:83:21: error: cannot find type 'NetServiceDelegate' in scope
 81 | }
 82 |
 83 | extension Service : NetServiceDelegate {
    |                     `- error: cannot find type 'NetServiceDelegate' in scope
 84 |
 85 |   func netServiceDidPublish(_ sender: NetService) {
/host/spi-builder-workspace/Sources/NetConsole/main.swift:85:39: error: cannot find type 'NetService' in scope
 83 | extension Service : NetServiceDelegate {
 84 |
 85 |   func netServiceDidPublish(_ sender: NetService) {
    |                                       `- error: cannot find type 'NetService' in scope
 86 |     log("Published name:'\(sender.name)', domain:'\(sender.domain)', type:'\(sender.type)', port: \(sender.port)")
 87 |   }
/host/spi-builder-workspace/Sources/NetConsole/main.swift:89:29: error: cannot find type 'NetService' in scope
 87 |   }
 88 |
 89 |   func netService(_ sender: NetService, didNotPublish errorDict: [String : NSNumber]) {
    |                             `- error: cannot find type 'NetService' in scope
 90 |     log("Error: \(errorDict)")
 91 |   }
/host/spi-builder-workspace/Sources/NetConsole/main.swift:93:29: error: cannot find type 'NetService' in scope
 91 |   }
 92 |
 93 |   func netService(_ sender: NetService, didAcceptConnectionWith inputStream: InputStream, outputStream: OutputStream) {
    |                             `- error: cannot find type 'NetService' in scope
 94 |     guard self.inputStream == nil else {
 95 |       reject(inputStream: inputStream, outputStream: outputStream)
/host/spi-builder-workspace/Sources/NetConsole/main.swift:180:14: error: value of type 'RunLoop' has no member 'run'
178 | print(overview)
179 |
180 | RunLoop.main.run()
    |              `- error: value of type 'RunLoop' has no member 'run'
181 |
182 | #endif
/host/spi-builder-workspace/Sources/NetConsole/main.swift:64:15: error: cannot find 'NetService' in scope
 62 |     self.autoClear = autoClear
 63 |
 64 |     service = NetService(domain: "local.", type:"_dlog._tcp.", name: name, port: 0)
    |               `- error: cannot find 'NetService' in scope
 65 |     super.init()
 66 |
/host/spi-builder-workspace/Sources/NetConsole/main.swift:68:31: error: cannot infer contextual base in reference to member 'listenForConnections'
 66 |
 67 |     service.delegate = self
 68 |     service.publish(options: .listenForConnections)
    |                               `- error: cannot infer contextual base in reference to member 'listenForConnections'
 69 |   }
 70 |
/host/spi-builder-workspace/Sources/NetConsole/main.swift:101:31: error: 'current' is unavailable: RunLoop is not available on WASI
 99 |     self.inputStream = inputStream
100 |     inputStream.delegate = self
101 |     inputStream.schedule(in: .current, forMode: .default)
    |                               `- error: 'current' is unavailable: RunLoop is not available on WASI
102 |     inputStream.open()
103 |
Foundation.RunLoop.current:3:18: note: 'current' has been explicitly marked unavailable here
1 | class RunLoop {
2 | @available(*, unavailable, message: "RunLoop is not available on WASI")
3 |   open class var current: RunLoop { get }}
  |                  `- note: 'current' has been explicitly marked unavailable here
4 |
[15/36] Compiling DLog Text.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[16/36] Compiling DLog Trace.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[17/36] Compiling DLog TraceFunc.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[18/36] Compiling DLog LogMetadata.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[19/36] Compiling DLog LogOutput.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[20/36] Compiling DLog LogPrivacy.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[21/36] Compiling DLog Filter.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[22/36] Compiling DLog LogConfig.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[23/36] Compiling DLog LogFormat.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[24/36] Compiling DLog Net.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[25/36] Compiling DLog OSLog.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[26/36] Compiling DLog Standard.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': ignoring target 'DLogTestsObjC' in package 'spi-builder-workspace'; C language in tests is not yet supported
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/31] Compiling DLog Atomic.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[3/31] Compiling DLog DLog.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[4/31] Compiling DLog Dynamic.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[5/31] Compiling DLog File.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[6/34] Compiling NetConsole main.swift
/host/spi-builder-workspace/Sources/NetConsole/main.swift:49:16: error: cannot find type 'NetService' in scope
 47 |   let autoClear: Bool
 48 |
 49 |   let service: NetService
    |                `- error: cannot find type 'NetService' in scope
 50 |   var inputStream: InputStream?
 51 |
/host/spi-builder-workspace/Sources/NetConsole/main.swift:83:21: error: cannot find type 'NetServiceDelegate' in scope
 81 | }
 82 |
 83 | extension Service : NetServiceDelegate {
    |                     `- error: cannot find type 'NetServiceDelegate' in scope
 84 |
 85 |   func netServiceDidPublish(_ sender: NetService) {
/host/spi-builder-workspace/Sources/NetConsole/main.swift:85:39: error: cannot find type 'NetService' in scope
 83 | extension Service : NetServiceDelegate {
 84 |
 85 |   func netServiceDidPublish(_ sender: NetService) {
    |                                       `- error: cannot find type 'NetService' in scope
 86 |     log("Published name:'\(sender.name)', domain:'\(sender.domain)', type:'\(sender.type)', port: \(sender.port)")
 87 |   }
/host/spi-builder-workspace/Sources/NetConsole/main.swift:89:29: error: cannot find type 'NetService' in scope
 87 |   }
 88 |
 89 |   func netService(_ sender: NetService, didNotPublish errorDict: [String : NSNumber]) {
    |                             `- error: cannot find type 'NetService' in scope
 90 |     log("Error: \(errorDict)")
 91 |   }
/host/spi-builder-workspace/Sources/NetConsole/main.swift:93:29: error: cannot find type 'NetService' in scope
 91 |   }
 92 |
 93 |   func netService(_ sender: NetService, didAcceptConnectionWith inputStream: InputStream, outputStream: OutputStream) {
    |                             `- error: cannot find type 'NetService' in scope
 94 |     guard self.inputStream == nil else {
 95 |       reject(inputStream: inputStream, outputStream: outputStream)
/host/spi-builder-workspace/Sources/NetConsole/main.swift:180:14: error: value of type 'RunLoop' has no member 'run'
178 | print(overview)
179 |
180 | RunLoop.main.run()
    |              `- error: value of type 'RunLoop' has no member 'run'
181 |
182 | #endif
/host/spi-builder-workspace/Sources/NetConsole/main.swift:64:15: error: cannot find 'NetService' in scope
 62 |     self.autoClear = autoClear
 63 |
 64 |     service = NetService(domain: "local.", type:"_dlog._tcp.", name: name, port: 0)
    |               `- error: cannot find 'NetService' in scope
 65 |     super.init()
 66 |
/host/spi-builder-workspace/Sources/NetConsole/main.swift:68:31: error: cannot infer contextual base in reference to member 'listenForConnections'
 66 |
 67 |     service.delegate = self
 68 |     service.publish(options: .listenForConnections)
    |                               `- error: cannot infer contextual base in reference to member 'listenForConnections'
 69 |   }
 70 |
/host/spi-builder-workspace/Sources/NetConsole/main.swift:101:31: error: 'current' is unavailable: RunLoop is not available on WASI
 99 |     self.inputStream = inputStream
100 |     inputStream.delegate = self
101 |     inputStream.schedule(in: .current, forMode: .default)
    |                               `- error: 'current' is unavailable: RunLoop is not available on WASI
102 |     inputStream.open()
103 |
Foundation.RunLoop.current:3:18: note: 'current' has been explicitly marked unavailable here
1 | class RunLoop {
2 | @available(*, unavailable, message: "RunLoop is not available on WASI")
3 |   open class var current: RunLoop { get }}
  |                  `- note: 'current' has been explicitly marked unavailable here
4 |
[7/34] Compiling DLog LogInterval.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[8/34] Compiling DLog LogItem.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[9/34] Compiling DLog LogMessage.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/34] Compiling NetConsole Arguments.swift
[11/34] Emitting module NetConsole
/host/spi-builder-workspace/Sources/NetConsole/main.swift:49:16: error: cannot find type 'NetService' in scope
 47 |   let autoClear: Bool
 48 |
 49 |   let service: NetService
    |                `- error: cannot find type 'NetService' in scope
 50 |   var inputStream: InputStream?
 51 |
/host/spi-builder-workspace/Sources/NetConsole/main.swift:83:21: error: cannot find type 'NetServiceDelegate' in scope
 81 | }
 82 |
 83 | extension Service : NetServiceDelegate {
    |                     `- error: cannot find type 'NetServiceDelegate' in scope
 84 |
 85 |   func netServiceDidPublish(_ sender: NetService) {
/host/spi-builder-workspace/Sources/NetConsole/main.swift:85:39: error: cannot find type 'NetService' in scope
 83 | extension Service : NetServiceDelegate {
 84 |
 85 |   func netServiceDidPublish(_ sender: NetService) {
    |                                       `- error: cannot find type 'NetService' in scope
 86 |     log("Published name:'\(sender.name)', domain:'\(sender.domain)', type:'\(sender.type)', port: \(sender.port)")
 87 |   }
/host/spi-builder-workspace/Sources/NetConsole/main.swift:89:29: error: cannot find type 'NetService' in scope
 87 |   }
 88 |
 89 |   func netService(_ sender: NetService, didNotPublish errorDict: [String : NSNumber]) {
    |                             `- error: cannot find type 'NetService' in scope
 90 |     log("Error: \(errorDict)")
 91 |   }
/host/spi-builder-workspace/Sources/NetConsole/main.swift:93:29: error: cannot find type 'NetService' in scope
 91 |   }
 92 |
 93 |   func netService(_ sender: NetService, didAcceptConnectionWith inputStream: InputStream, outputStream: OutputStream) {
    |                             `- error: cannot find type 'NetService' in scope
 94 |     guard self.inputStream == nil else {
 95 |       reject(inputStream: inputStream, outputStream: outputStream)
/host/spi-builder-workspace/Sources/NetConsole/main.swift:180:14: error: value of type 'RunLoop' has no member 'run'
178 | print(overview)
179 |
180 | RunLoop.main.run()
    |              `- error: value of type 'RunLoop' has no member 'run'
181 |
182 | #endif
[12/34] Compiling DLog LogMetadata.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[13/34] Compiling DLog LogOutput.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
[14/34] Compiling DLog LogPrivacy.swift
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/34] Emitting module DLog
/host/spi-builder-workspace/Sources/DLog/Dynamic.swift:27:8: error: no such module 'os'
25 |
26 | import Foundation
27 | import os
   |        `- error: no such module 'os'
28 |
29 |
BUILD FAILURE 6.1 wasm