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 Flint, reference 0.2.0 (66d039), with Swift 6.1 for Wasm on 27 May 2025 18:02:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/flintprocessor/Flint.git
Reference: 0.2.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/flintprocessor/Flint
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 66d039a Merge branch 'develop'
Cloned https://github.com/flintprocessor/Flint.git
Revision (git rev-parse @):
66d039a200a7ccd4f347f8bf1aecef1576ff2311
SUCCESS checkout https://github.com/flintprocessor/Flint.git at 0.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/flintprocessor/Flint.git
https://github.com/flintprocessor/Flint.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bouncer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flintbox/Bouncer"
    },
    {
      "identity" : "motor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flintbox/Motor"
    },
    {
      "identity" : "work",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flintbox/Work"
    },
    {
      "identity" : "ansiescapecode",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flintbox/ANSIEscapeCode"
    },
    {
      "identity" : "pathfinder",
      "requirement" : {
        "branch" : [
          "develop"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jasonnam/PathFinder"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "Flint",
  "name" : "Flint",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "flint",
      "targets" : [
        "Flint"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Flint",
      "module_type" : "SwiftTarget",
      "name" : "Flint",
      "path" : "Sources/Flint",
      "product_dependencies" : [
        "Bouncer",
        "Motor",
        "Work",
        "ANSIEscapeCode",
        "PathFinder",
        "Yams"
      ],
      "product_memberships" : [
        "flint"
      ],
      "sources" : [
        "Convenience/print.swift",
        "Convenience/processVariables.swift",
        "Convenience/readManifest.swift",
        "Environment/Env.swift",
        "Environment/TemplateHomePath.swift",
        "Models/Template/Manifest.swift",
        "Models/Template/Template.swift",
        "Models/Template/TemplateFormatError.swift",
        "Models/Template/Variable.swift",
        "Process/processCustomVariables.swift",
        "Process/processDateVariables.swift",
        "Process/processFileAttributes.swift",
        "Process/processIncludedFiles.swift",
        "help/helpCommand.swift",
        "help/helpCommandHandler.swift",
        "input/inputCommand.swift",
        "input/inputCommandHandler.swift",
        "input/inputCommandOptions.swift",
        "main.swift",
        "spark/sparkCommand.swift",
        "spark/sparkCommandHandler.swift",
        "spark/sparkCommandOptions.swift",
        "template/add/templateAddCommand.swift",
        "template/add/templateAddCommandHandler.swift",
        "template/add/templateAddCommandOptions.swift",
        "template/clone/templateCloneCommand.swift",
        "template/clone/templateCloneCommandHandler.swift",
        "template/clone/templateCloneCommandOptions.swift",
        "template/list/templateListCommand.swift",
        "template/list/templateListCommandHandler.swift",
        "template/list/templateListCommandOptions.swift",
        "template/remove/templateRemoveCommand.swift",
        "template/remove/templateRemoveCommandHandler.swift",
        "template/remove/templateRemoveCommandOptions.swift",
        "version/version.swift",
        "version/versionCommand.swift",
        "version/versionCommandHandler.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Fetching https://github.com/jasonnam/PathFinder
[4/376] Fetching pathfinder
Fetched https://github.com/jasonnam/PathFinder from cache (0.38s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/flintbox/Work
Fetching https://github.com/flintbox/Motor
Fetching https://github.com/flintbox/ANSIEscapeCode
Fetching https://github.com/flintbox/Bouncer
[1/10657] Fetching yams
[321/10867] Fetching yams, bouncer
[6712/10916] Fetching yams, bouncer, ansiescapecode
[6868/10960] Fetching yams, bouncer, ansiescapecode, motor
[6912/10984] Fetching yams, bouncer, ansiescapecode, motor, work
Fetched https://github.com/flintbox/Work from cache (1.38s)
Fetched https://github.com/flintbox/Motor from cache (1.38s)
Fetched https://github.com/flintbox/Bouncer from cache (1.38s)
Fetched https://github.com/flintbox/ANSIEscapeCode from cache (1.38s)
Fetched https://github.com/jpsim/Yams.git from cache (1.45s)
Computing version for https://github.com/flintbox/ANSIEscapeCode
Computed https://github.com/flintbox/ANSIEscapeCode at 0.1.1 (1.93s)
Computing version for https://github.com/flintbox/Work
Computed https://github.com/flintbox/Work at 0.1.1 (0.75s)
Computing version for https://github.com/flintbox/Motor
Computed https://github.com/flintbox/Motor at 0.1.2 (0.51s)
Computing version for https://github.com/flintbox/Bouncer
Computed https://github.com/flintbox/Bouncer at 0.1.3 (0.50s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 1.0.2 (2.37s)
Creating working copy for https://github.com/flintbox/Motor
Working copy of https://github.com/flintbox/Motor resolved at 0.1.2
Creating working copy for https://github.com/flintbox/Work
Working copy of https://github.com/flintbox/Work resolved at 0.1.1
Creating working copy for https://github.com/flintbox/Bouncer
Working copy of https://github.com/flintbox/Bouncer resolved at 0.1.3
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 1.0.2
Creating working copy for https://github.com/jasonnam/PathFinder
Working copy of https://github.com/jasonnam/PathFinder resolved at develop (ff5bdaf)
Creating working copy for https://github.com/flintbox/ANSIEscapeCode
Working copy of https://github.com/flintbox/ANSIEscapeCode resolved at 0.1.1
Building for debugging...
[0/23] Write sources
[7/23] Compiling writer.c
[7/23] Compiling reader.c
[9/23] Compiling parser.c
[10/23] Compiling api.c
[11/23] Compiling emitter.c
[12/23] Write swift-version-24593BA9C3E375BF.txt
[13/23] Compiling scanner.c
[15/75] Compiling ANSIEscapeCode Scroll.swift
[16/76] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
[17/76] Compiling Yams Node.swift
[18/76] Compiling Yams Parser.swift
[19/78] Compiling Yams Node.Scalar.swift
[20/78] Compiling Yams Node.Sequence.swift
[21/78] Compiling Yams Constructor.swift
[22/78] Compiling Yams Decoder.swift
[23/78] Compiling Work Work.swift
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:54:22: error: cannot find type 'Process' in scope
 52 |
 53 |     /// Process object.
 54 |     public let task: Process
    |                      `- error: cannot find type 'Process' in scope
 55 |     /// Standard output handler.
 56 |     open var standardOutputHandler: ((String) -> Void)?
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:106:24: error: method does not override any method from its superclass
104 |
105 |     /// Execute shell command.
106 |     open override func main() {
    |                        `- error: method does not override any method from its superclass
107 |         task.launch()
108 |         task.waitUntilExit()
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:29:18: error: cannot find type 'Operation' in scope
 27 |
 28 | /// Shell command.
 29 | open class Work: Operation {
    |                  `- error: cannot find type 'Operation' in scope
 30 |
 31 |     /// Termination result.
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:73:16: error: cannot find 'Process' in scope
 71 |                 standardErrorHandler: ((String) -> Void)? = nil,
 72 |                 completion: ((WorkResult) -> Void)? = nil) {
 73 |         task = Process()
    |                `- error: cannot find 'Process' in scope
 74 |         self.standardOutputHandler = standardOutputHandler
 75 |         self.standardErrorHandler = standardErrorHandler
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:84:9: error: 'super' cannot be used in class 'Work' because it has no superclass
 82 |         standardErrorRawString = ""
 83 |
 84 |         super.init()
    |         `- error: 'super' cannot be used in class 'Work' because it has no superclass
 85 |
 86 |         task.launchPath = "/bin/bash"
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:91:49: error: value of type 'FileHandle' has no member 'readabilityHandler'
 89 |         task.standardError = standardErrorPipe
 90 |
 91 |         standardOutputPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
    |                                                 `- error: value of type 'FileHandle' has no member 'readabilityHandler'
 92 |             guard let string = String(data: fileHandle.availableData, encoding: .utf8) else { return }
 93 |             guard !string.isEmpty else { return }
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:91:84: error: cannot infer type of closure parameter 'fileHandle' without a type annotation
 89 |         task.standardError = standardErrorPipe
 90 |
 91 |         standardOutputPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
    |                                                                                    `- error: cannot infer type of closure parameter 'fileHandle' without a type annotation
 92 |             guard let string = String(data: fileHandle.availableData, encoding: .utf8) else { return }
 93 |             guard !string.isEmpty else { return }
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:97:48: error: value of type 'FileHandle' has no member 'readabilityHandler'
 95 |             self?.standardOutputHandler?(string.trimmingNewLineCharacter())
 96 |         }
 97 |         standardErrorPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
    |                                                `- error: value of type 'FileHandle' has no member 'readabilityHandler'
 98 |             guard let string = String(data: fileHandle.availableData, encoding: .utf8) else { return }
 99 |             guard !string.isEmpty else { return }
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:97:83: error: cannot infer type of closure parameter 'fileHandle' without a type annotation
 95 |             self?.standardOutputHandler?(string.trimmingNewLineCharacter())
 96 |         }
 97 |         standardErrorPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
    |                                                                                   `- error: cannot infer type of closure parameter 'fileHandle' without a type annotation
 98 |             guard let string = String(data: fileHandle.availableData, encoding: .utf8) else { return }
 99 |             guard !string.isEmpty else { return }
[24/78] Compiling Yams Emitter.swift
[25/78] Compiling Yams Encoder.swift
[26/78] Compiling ANSIEscapeCode TextColor.swift
[27/78] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
[28/78] Emitting module ANSIEscapeCode
[33/79] Emitting module Bouncer
[37/79] Compiling Work String+Trimming.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/79] Emitting module Work
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:54:22: error: cannot find type 'Process' in scope
 52 |
 53 |     /// Process object.
 54 |     public let task: Process
    |                      `- error: cannot find type 'Process' in scope
 55 |     /// Standard output handler.
 56 |     open var standardOutputHandler: ((String) -> Void)?
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:106:24: error: method does not override any method from its superclass
104 |
105 |     /// Execute shell command.
106 |     open override func main() {
    |                        `- error: method does not override any method from its superclass
107 |         task.launch()
108 |         task.waitUntilExit()
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:29:18: error: cannot find type 'Operation' in scope
 27 |
 28 | /// Shell command.
 29 | open class Work: Operation {
    |                  `- error: cannot find type 'Operation' in scope
 30 |
 31 |     /// Termination result.
[40/79] Compiling Work WorkResult.swift
[41/79] Compiling Yams Mark.swift
[42/79] Compiling Yams Node.Mapping.swift
[45/79] Compiling Yams String+Yams.swift
[46/79] Compiling Yams Tag.swift
[47/79] Emitting module Yams
[48/79] Compiling Yams Representer.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:297:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
295 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
296 |         // it uses with `String(format:...)`
297 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
298 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
299 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[49/79] Compiling Yams Resolver.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:297:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
295 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
296 |         // it uses with `String(format:...)`
297 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
298 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
299 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[50/79] Compiling Bouncer Program.swift
[51/79] Compiling Yams YamlError.swift
[52/79] Compiling Yams shim.swift
[53/79] Compiling PathFinder Path.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
[0/1] Planning build
Building for debugging...
[0/10] Write swift-version-24593BA9C3E375BF.txt
[2/51] Compiling Work WorkResult.swift
[3/62] Compiling ANSIEscapeCode EraseInDisplayType.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/63] Compiling Work String+Trimming.swift
[5/63] Compiling Work Work.swift
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:54:22: error: cannot find type 'Process' in scope
 52 |
 53 |     /// Process object.
 54 |     public let task: Process
    |                      `- error: cannot find type 'Process' in scope
 55 |     /// Standard output handler.
 56 |     open var standardOutputHandler: ((String) -> Void)?
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:106:24: error: method does not override any method from its superclass
104 |
105 |     /// Execute shell command.
106 |     open override func main() {
    |                        `- error: method does not override any method from its superclass
107 |         task.launch()
108 |         task.waitUntilExit()
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:29:18: error: cannot find type 'Operation' in scope
 27 |
 28 | /// Shell command.
 29 | open class Work: Operation {
    |                  `- error: cannot find type 'Operation' in scope
 30 |
 31 |     /// Termination result.
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:73:16: error: cannot find 'Process' in scope
 71 |                 standardErrorHandler: ((String) -> Void)? = nil,
 72 |                 completion: ((WorkResult) -> Void)? = nil) {
 73 |         task = Process()
    |                `- error: cannot find 'Process' in scope
 74 |         self.standardOutputHandler = standardOutputHandler
 75 |         self.standardErrorHandler = standardErrorHandler
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:84:9: error: 'super' cannot be used in class 'Work' because it has no superclass
 82 |         standardErrorRawString = ""
 83 |
 84 |         super.init()
    |         `- error: 'super' cannot be used in class 'Work' because it has no superclass
 85 |
 86 |         task.launchPath = "/bin/bash"
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:91:49: error: value of type 'FileHandle' has no member 'readabilityHandler'
 89 |         task.standardError = standardErrorPipe
 90 |
 91 |         standardOutputPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
    |                                                 `- error: value of type 'FileHandle' has no member 'readabilityHandler'
 92 |             guard let string = String(data: fileHandle.availableData, encoding: .utf8) else { return }
 93 |             guard !string.isEmpty else { return }
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:91:84: error: cannot infer type of closure parameter 'fileHandle' without a type annotation
 89 |         task.standardError = standardErrorPipe
 90 |
 91 |         standardOutputPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
    |                                                                                    `- error: cannot infer type of closure parameter 'fileHandle' without a type annotation
 92 |             guard let string = String(data: fileHandle.availableData, encoding: .utf8) else { return }
 93 |             guard !string.isEmpty else { return }
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:97:48: error: value of type 'FileHandle' has no member 'readabilityHandler'
 95 |             self?.standardOutputHandler?(string.trimmingNewLineCharacter())
 96 |         }
 97 |         standardErrorPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
    |                                                `- error: value of type 'FileHandle' has no member 'readabilityHandler'
 98 |             guard let string = String(data: fileHandle.availableData, encoding: .utf8) else { return }
 99 |             guard !string.isEmpty else { return }
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:97:83: error: cannot infer type of closure parameter 'fileHandle' without a type annotation
 95 |             self?.standardOutputHandler?(string.trimmingNewLineCharacter())
 96 |         }
 97 |         standardErrorPipe.fileHandleForReading.readabilityHandler = { [weak self] fileHandle in
    |                                                                                   `- error: cannot infer type of closure parameter 'fileHandle' without a type annotation
 98 |             guard let string = String(data: fileHandle.availableData, encoding: .utf8) else { return }
 99 |             guard !string.isEmpty else { return }
[6/63] Emitting module Work
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:54:22: error: cannot find type 'Process' in scope
 52 |
 53 |     /// Process object.
 54 |     public let task: Process
    |                      `- error: cannot find type 'Process' in scope
 55 |     /// Standard output handler.
 56 |     open var standardOutputHandler: ((String) -> Void)?
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:106:24: error: method does not override any method from its superclass
104 |
105 |     /// Execute shell command.
106 |     open override func main() {
    |                        `- error: method does not override any method from its superclass
107 |         task.launch()
108 |         task.waitUntilExit()
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/Work.swift:29:18: error: cannot find type 'Operation' in scope
 27 |
 28 | /// Shell command.
 29 | open class Work: Operation {
    |                  `- error: cannot find type 'Operation' in scope
 30 |
 31 |     /// Termination result.
[7/63] Compiling PathFinder Path+URL.swift
[8/63] Compiling PathFinder Path+Attributes.swift
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/Path+Attributes.swift:111:44: error: cannot find type 'OSType' in scope
109 |     /// The key in a file attribute dictionary whose
110 |     /// value indicates the file's HFS creator code.
111 |     public func hfsCreatorCode() throws -> OSType {
    |                                            `- error: cannot find type 'OSType' in scope
112 |         return (try attributes() as NSDictionary).fileHFSCreatorCode()
113 |     }
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/Path+Attributes.swift:117:41: error: cannot find type 'OSType' in scope
115 |     /// The key in a file attribute dictionary whose
116 |     /// value indicates the file's HFS type code.
117 |     public func hfsTypeCode() throws -> OSType {
    |                                         `- error: cannot find type 'OSType' in scope
118 |         return (try attributes() as NSDictionary).fileHFSTypeCode()
119 |     }
[9/63] Compiling PathFinder Path+Directory.swift
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/Path+Directory.swift:44:54: error: value of type 'FileManager' has no member 'containerURL'
 42 |     public static func containerURL(forSecurityApplicationGroupIdentifier
 43 |         securityApplicationGroupIdentifier: String) -> Path? {
 44 |         guard let containerURL = FileManager.default.containerURL(
    |                                                      `- error: value of type 'FileManager' has no member 'containerURL'
 45 |             forSecurityApplicationGroupIdentifier: securityApplicationGroupIdentifier) else { return nil }
 46 |         return Path(url: containerURL)
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/Path+Directory.swift:72:38: error: cannot find 'NSOpenStepRootDirectory' in scope
 70 |     /// Returns the root directory of the user’s system.
 71 |     public static var openStepRootDirectory: Path {
 72 |         return Path(fileURLWithPath: NSOpenStepRootDirectory())
    |                                      `- error: cannot find 'NSOpenStepRootDirectory' in scope
 73 |     }
 74 |
[10/63] Compiling ANSIEscapeCode Scroll.swift
[11/63] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
[12/64] Compiling PathFinder Path+Subscript.swift
[13/64] Compiling PathFinder Path+Operator.swift
BUILD FAILURE 6.1 wasm