The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AMSMB2, reference 4.0.3 (1726aa), with Swift 6.1 for Android on 13 Aug 2025 18:21:15 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amosavian/AMSMB2.git
Reference: 4.0.3
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/amosavian/AMSMB2
 * tag               4.0.3      -> FETCH_HEAD
HEAD is now at 1726aaa fix: Update libsmb2
Submodule path 'Dependencies/libsmb2': checked out 'aff9fa6ba9f41cfd3c15d184554601ec3f6d8d03'
Submodule 'Dependencies/libsmb2' (https://github.com/sahlberg/libsmb2) registered for path 'Dependencies/libsmb2'
Cloning into '/host/spi-builder-workspace/Dependencies/libsmb2'...
Cloned https://github.com/amosavian/AMSMB2.git
Revision (git rev-parse @):
1726aaaf7adf63d7d1d2a0c5d1b0e635028215c0
SUCCESS checkout https://github.com/amosavian/AMSMB2.git at 4.0.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/amosavian/AMSMB2.git
https://github.com/amosavian/AMSMB2.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "AMSMB2",
  "name" : "AMSMB2",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AMSMB2",
      "targets" : [
        "AMSMB2"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libsmb2",
      "module_type" : "ClangTarget",
      "name" : "libsmb2",
      "path" : "Dependencies/libsmb2",
      "product_memberships" : [
        "AMSMB2"
      ],
      "sources" : [
        "lib/aes.c",
        "lib/aes128ccm.c",
        "lib/aes_apple.c",
        "lib/aes_reference.c",
        "lib/alloc.c",
        "lib/asn1-ber.c",
        "lib/compat.c",
        "lib/dcerpc-lsa.c",
        "lib/dcerpc-srvsvc.c",
        "lib/dcerpc.c",
        "lib/errors.c",
        "lib/hmac-md5.c",
        "lib/hmac.c",
        "lib/init.c",
        "lib/krb5-wrapper.c",
        "lib/libsmb2.c",
        "lib/md4c.c",
        "lib/md5.c",
        "lib/ntlmssp.c",
        "lib/pdu.c",
        "lib/sha1.c",
        "lib/sha224-256.c",
        "lib/sha384-512.c",
        "lib/smb2-cmd-close.c",
        "lib/smb2-cmd-create.c",
        "lib/smb2-cmd-echo.c",
        "lib/smb2-cmd-error.c",
        "lib/smb2-cmd-flush.c",
        "lib/smb2-cmd-ioctl.c",
        "lib/smb2-cmd-lock.c",
        "lib/smb2-cmd-logoff.c",
        "lib/smb2-cmd-negotiate.c",
        "lib/smb2-cmd-notify-change.c",
        "lib/smb2-cmd-oplock-break.c",
        "lib/smb2-cmd-query-directory.c",
        "lib/smb2-cmd-query-info.c",
        "lib/smb2-cmd-read.c",
        "lib/smb2-cmd-session-setup.c",
        "lib/smb2-cmd-set-info.c",
        "lib/smb2-cmd-tree-connect.c",
        "lib/smb2-cmd-tree-disconnect.c",
        "lib/smb2-cmd-write.c",
        "lib/smb2-data-file-info.c",
        "lib/smb2-data-filesystem-info.c",
        "lib/smb2-data-reparse-point.c",
        "lib/smb2-data-security-descriptor.c",
        "lib/smb2-share-enum.c",
        "lib/smb2-signing.c",
        "lib/smb3-seal.c",
        "lib/socket.c",
        "lib/spnego-wrapper.c",
        "lib/sync.c",
        "lib/timestamps.c",
        "lib/unicode.c",
        "lib/usha.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AMSMB2Tests",
      "module_type" : "SwiftTarget",
      "name" : "AMSMB2Tests",
      "path" : "AMSMB2Tests",
      "product_dependencies" : [
        "Atomics"
      ],
      "sources" : [
        "SMB2ManagerTests.swift"
      ],
      "target_dependencies" : [
        "AMSMB2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AMSMB2",
      "module_type" : "SwiftTarget",
      "name" : "AMSMB2",
      "path" : "AMSMB2",
      "product_memberships" : [
        "AMSMB2"
      ],
      "sources" : [
        "AMSMB2.swift",
        "Context.swift",
        "Directory.swift",
        "Extensions.swift",
        "FileHandle.swift",
        "FileMonitoring.swift",
        "Fsctl.swift",
        "MSRPC.swift",
        "ObjCCompat.swift",
        "Parsers.swift",
        "Stream.swift"
      ],
      "target_dependencies" : [
        "libsmb2"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.88s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.49s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/60] Compiling aes_apple.c
[1/60] Compiling krb5-wrapper.c
[2/60] Compiling compat.c
[3/60] Compiling aes_reference.c
[4/60] Compiling alloc.c
[5/60] Compiling aes128ccm.c
[6/60] Compiling usha.c
[7/60] Compiling asn1-ber.c
[8/60] Compiling unicode.c
[9/60] Compiling timestamps.c
[10/60] Compiling sync.c
[11/60] Compiling spnego-wrapper.c
[12/60] Compiling smb2-signing.c
[13/60] Compiling smb3-seal.c
[14/60] Compiling smb2-share-enum.c
[15/60] Compiling socket.c
[16/60] Compiling smb2-data-security-descriptor.c
[16/60] Compiling smb2-data-reparse-point.c
[18/60] Compiling libsmb2.c
[19/60] Compiling smb2-cmd-tree-disconnect.c
[20/60] Compiling smb2-cmd-write.c
[21/60] Compiling smb2-data-filesystem-info.c
[21/60] Compiling smb2-data-file-info.c
[22/60] Write swift-version-24593BA9C3E375BF.txt
[24/60] Compiling smb2-cmd-tree-connect.c
[25/60] Compiling smb2-cmd-session-setup.c
[26/60] Compiling smb2-cmd-set-info.c
[27/60] Compiling smb2-cmd-query-info.c
[28/60] Compiling smb2-cmd-notify-change.c
[28/60] Compiling smb2-cmd-oplock-break.c
[30/60] Compiling smb2-cmd-read.c
[31/60] Compiling smb2-cmd-query-directory.c
[32/60] Compiling smb2-cmd-negotiate.c
[33/60] Compiling smb2-cmd-logoff.c
[34/60] Compiling smb2-cmd-lock.c
[35/60] Compiling smb2-cmd-echo.c
[36/60] Compiling smb2-cmd-flush.c
[37/60] Compiling smb2-cmd-error.c
[38/60] Compiling smb2-cmd-ioctl.c
[38/60] Compiling sha224-256.c
[40/60] Compiling sha384-512.c
[41/60] Compiling smb2-cmd-create.c
[42/60] Compiling smb2-cmd-close.c
[43/60] Compiling sha1.c
[44/60] Compiling md4c.c
[45/60] Compiling hmac.c
[46/60] Compiling hmac-md5.c
[46/60] Compiling md5.c
[48/60] Compiling pdu.c
[49/60] Write sources
[50/60] Compiling aes.c
[51/60] Compiling errors.c
[52/60] Compiling init.c
[53/60] Compiling ntlmssp.c
[54/60] Compiling dcerpc-srvsvc.c
[55/60] Compiling dcerpc-lsa.c
[56/60] Compiling dcerpc.c
[58/71] Compiling AMSMB2 ObjCCompat.swift
[59/71] Compiling AMSMB2 Parsers.swift
[60/72] Compiling AMSMB2 Fsctl.swift
[61/72] Compiling AMSMB2 MSRPC.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/72] Emitting module AMSMB2
/host/spi-builder-workspace/AMSMB2/Context.swift:624:25: error: cannot find type 'POSIXErrorCode' in scope
622 |     }
623 |
624 |     var posixErrorCode: POSIXErrorCode {
    |                         `- error: cannot find type 'POSIXErrorCode' in scope
625 |         .init(nterror_to_errno(rawValue))
626 |     }
/host/spi-builder-workspace/AMSMB2/Extensions.swift:76:11: error: cannot find type 'POSIXErrorCode' in scope
 74 | }
 75 |
 76 | extension POSIXErrorCode {
    |           `- error: cannot find type 'POSIXErrorCode' in scope
 77 |     init(_ code: Int32) {
 78 |         self = POSIXErrorCode(rawValue: code) ?? .ECANCELED
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:17:24: error: cannot find 'O_NOFOLLOW' in scope
 15 |
 16 | #if os(Linux) || os(Android) || os(OpenBSD)
 17 | let O_SYMLINK: Int32 = O_NOFOLLOW
    |                        `- error: cannot find 'O_NOFOLLOW' in scope
 18 | #endif
 19 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:390:53: error: cannot find 'LOCK_SH' in scope
388 |         var rawValue: Int32
389 |
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
    |                                                     `- error: cannot find 'LOCK_SH' in scope
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:391:56: error: cannot find 'LOCK_EX' in scope
389 |
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
    |                                                        `- error: cannot find 'LOCK_EX' in scope
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:392:53: error: cannot find 'LOCK_UN' in scope
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
    |                                                     `- error: cannot find 'LOCK_UN' in scope
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
394 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:393:58: error: cannot find 'LOCK_NB' in scope
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
    |                                                          `- error: cannot find 'LOCK_NB' in scope
394 |
395 |         var smb2Flag: UInt32 {
[63/72] Compiling AMSMB2 AMSMB2.swift
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:496:66: error: cannot find 'O_RDONLY' in scope
 494 |                 // `libsmb2` can not read symlink attributes using `stat`, so if we get
 495 |                 // the related error, we simply open file as reparse point then use `fstat`.
 496 |                 let file = try SMB2FileHandle(path: path, flags: O_RDONLY | O_SYMLINK, on: client)
     |                                                                  `- error: cannot find 'O_RDONLY' in scope
 497 |                 stat = try file.fstat()
 498 |             }
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:770:66: error: cannot find 'O_RDONLY' in scope
 768 |                 // `libsmb2` can not read symlink attributes using `stat`, so if we get
 769 |                 // the related error, we simply open file as reparse point then use `fstat`.
 770 |                 let file = try SMB2FileHandle(path: path, flags: O_RDONLY | O_SYMLINK, on: client)
     |                                                                  `- error: cannot find 'O_RDONLY' in scope
 771 |                 stat = try file.fstat()
 772 |             }
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:1381:25: error: cannot find 'O_RDONLY' in scope
1379 |     ) {
1380 |         with(completionHandler: completionHandler) { client in
1381 |             var flags = O_RDONLY | O_SYNC
     |                         `- error: cannot find 'O_RDONLY' in scope
1382 |             switch try client.stat(path).resourceType {
1383 |             case .directory:
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:1381:36: error: cannot find 'O_SYNC' in scope
1379 |     ) {
1380 |         with(completionHandler: completionHandler) { client in
1381 |             var flags = O_RDONLY | O_SYNC
     |                                    `- error: cannot find 'O_SYNC' in scope
1382 |             switch try client.stat(path).resourceType {
1383 |             case .directory:
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:1384:26: error: cannot find 'O_DIRECTORY' in scope
1382 |             switch try client.stat(path).resourceType {
1383 |             case .directory:
1384 |                 flags |= O_DIRECTORY
     |                          `- error: cannot find 'O_DIRECTORY' in scope
1385 |             case .link:
1386 |                 flags |= O_SYMLINK
/host/spi-builder-workspace/AMSMB2/Context.swift:624:25: error: cannot find type 'POSIXErrorCode' in scope
622 |     }
623 |
624 |     var posixErrorCode: POSIXErrorCode {
    |                         `- error: cannot find type 'POSIXErrorCode' in scope
625 |         .init(nterror_to_errno(rawValue))
626 |     }
/host/spi-builder-workspace/AMSMB2/Context.swift:298:58: error: cannot find 'O_RDWR' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                          `- error: cannot find 'O_RDWR' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:298:67: error: cannot find 'O_CREAT' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                                   `- error: cannot find 'O_CREAT' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:298:77: error: cannot find 'O_EXCL' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                                             `- error: cannot find 'O_EXCL' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:298:98: error: cannot find 'O_SYNC' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                                                                  `- error: cannot find 'O_SYNC' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:300:34: error: cannot infer contextual base in reference to member 'setReparsePoint'
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
    |                                  `- error: cannot infer contextual base in reference to member 'setReparsePoint'
301 |     }
302 | }
/host/spi-builder-workspace/AMSMB2/Context.swift:328:62: error: cannot find 'O_RDWR' in scope
326 |             }
327 |         case .link:
328 |             let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_SYMLINK, on: self)
    |                                                              `- error: cannot find 'O_RDWR' in scope
329 |             try file.setInfo(smb2_file_disposition_info(delete_pending: 1), infoClass: .disposition)
330 |         default:
/host/spi-builder-workspace/AMSMB2/Context.swift:329:89: error: cannot infer contextual base in reference to member 'disposition'
327 |         case .link:
328 |             let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_SYMLINK, on: self)
329 |             try file.setInfo(smb2_file_disposition_info(delete_pending: 1), infoClass: .disposition)
    |                                                                                         `- error: cannot infer contextual base in reference to member 'disposition'
330 |         default:
331 |             preconditionFailure("Not supported file type.")
/host/spi-builder-workspace/AMSMB2/Context.swift:367:23: error: cannot find 'pollfd' in scope
365 |         let startDate = Date()
366 |         while !cb.isFinished {
367 |             var pfd = pollfd()
    |                       `- error: cannot find 'pollfd' in scope
368 |             pfd.fd = fileDescriptor
369 |             pfd.events = try whichEvents()
/host/spi-builder-workspace/AMSMB2/Context.swift:371:31: error: cannot find 'poll' in scope
369 |             pfd.events = try whichEvents()
370 |
371 |             if pfd.fd < 0 || (poll(&pfd, 1, 1000) < 0 && errno != EAGAIN) {
    |                               `- error: cannot find 'poll' in scope
372 |                 throw POSIXError(.init(errno), description: error)
373 |             }
/host/spi-builder-workspace/AMSMB2/Context.swift:372:40: error: missing argument label 'rawValue:' in call
370 |
371 |             if pfd.fd < 0 || (poll(&pfd, 1, 1000) < 0 && errno != EAGAIN) {
372 |                 throw POSIXError(.init(errno), description: error)
    |                                        `- error: missing argument label 'rawValue:' in call
373 |             }
374 |
[64/72] Compiling AMSMB2 Context.swift
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:496:66: error: cannot find 'O_RDONLY' in scope
 494 |                 // `libsmb2` can not read symlink attributes using `stat`, so if we get
 495 |                 // the related error, we simply open file as reparse point then use `fstat`.
 496 |                 let file = try SMB2FileHandle(path: path, flags: O_RDONLY | O_SYMLINK, on: client)
     |                                                                  `- error: cannot find 'O_RDONLY' in scope
 497 |                 stat = try file.fstat()
 498 |             }
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:770:66: error: cannot find 'O_RDONLY' in scope
 768 |                 // `libsmb2` can not read symlink attributes using `stat`, so if we get
 769 |                 // the related error, we simply open file as reparse point then use `fstat`.
 770 |                 let file = try SMB2FileHandle(path: path, flags: O_RDONLY | O_SYMLINK, on: client)
     |                                                                  `- error: cannot find 'O_RDONLY' in scope
 771 |                 stat = try file.fstat()
 772 |             }
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:1381:25: error: cannot find 'O_RDONLY' in scope
1379 |     ) {
1380 |         with(completionHandler: completionHandler) { client in
1381 |             var flags = O_RDONLY | O_SYNC
     |                         `- error: cannot find 'O_RDONLY' in scope
1382 |             switch try client.stat(path).resourceType {
1383 |             case .directory:
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:1381:36: error: cannot find 'O_SYNC' in scope
1379 |     ) {
1380 |         with(completionHandler: completionHandler) { client in
1381 |             var flags = O_RDONLY | O_SYNC
     |                                    `- error: cannot find 'O_SYNC' in scope
1382 |             switch try client.stat(path).resourceType {
1383 |             case .directory:
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:1384:26: error: cannot find 'O_DIRECTORY' in scope
1382 |             switch try client.stat(path).resourceType {
1383 |             case .directory:
1384 |                 flags |= O_DIRECTORY
     |                          `- error: cannot find 'O_DIRECTORY' in scope
1385 |             case .link:
1386 |                 flags |= O_SYMLINK
/host/spi-builder-workspace/AMSMB2/Context.swift:624:25: error: cannot find type 'POSIXErrorCode' in scope
622 |     }
623 |
624 |     var posixErrorCode: POSIXErrorCode {
    |                         `- error: cannot find type 'POSIXErrorCode' in scope
625 |         .init(nterror_to_errno(rawValue))
626 |     }
/host/spi-builder-workspace/AMSMB2/Context.swift:298:58: error: cannot find 'O_RDWR' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                          `- error: cannot find 'O_RDWR' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:298:67: error: cannot find 'O_CREAT' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                                   `- error: cannot find 'O_CREAT' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:298:77: error: cannot find 'O_EXCL' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                                             `- error: cannot find 'O_EXCL' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:298:98: error: cannot find 'O_SYNC' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                                                                  `- error: cannot find 'O_SYNC' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:300:34: error: cannot infer contextual base in reference to member 'setReparsePoint'
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
    |                                  `- error: cannot infer contextual base in reference to member 'setReparsePoint'
301 |     }
302 | }
/host/spi-builder-workspace/AMSMB2/Context.swift:328:62: error: cannot find 'O_RDWR' in scope
326 |             }
327 |         case .link:
328 |             let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_SYMLINK, on: self)
    |                                                              `- error: cannot find 'O_RDWR' in scope
329 |             try file.setInfo(smb2_file_disposition_info(delete_pending: 1), infoClass: .disposition)
330 |         default:
/host/spi-builder-workspace/AMSMB2/Context.swift:329:89: error: cannot infer contextual base in reference to member 'disposition'
327 |         case .link:
328 |             let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_SYMLINK, on: self)
329 |             try file.setInfo(smb2_file_disposition_info(delete_pending: 1), infoClass: .disposition)
    |                                                                                         `- error: cannot infer contextual base in reference to member 'disposition'
330 |         default:
331 |             preconditionFailure("Not supported file type.")
/host/spi-builder-workspace/AMSMB2/Context.swift:367:23: error: cannot find 'pollfd' in scope
365 |         let startDate = Date()
366 |         while !cb.isFinished {
367 |             var pfd = pollfd()
    |                       `- error: cannot find 'pollfd' in scope
368 |             pfd.fd = fileDescriptor
369 |             pfd.events = try whichEvents()
/host/spi-builder-workspace/AMSMB2/Context.swift:371:31: error: cannot find 'poll' in scope
369 |             pfd.events = try whichEvents()
370 |
371 |             if pfd.fd < 0 || (poll(&pfd, 1, 1000) < 0 && errno != EAGAIN) {
    |                               `- error: cannot find 'poll' in scope
372 |                 throw POSIXError(.init(errno), description: error)
373 |             }
/host/spi-builder-workspace/AMSMB2/Context.swift:372:40: error: missing argument label 'rawValue:' in call
370 |
371 |             if pfd.fd < 0 || (poll(&pfd, 1, 1000) < 0 && errno != EAGAIN) {
372 |                 throw POSIXError(.init(errno), description: error)
    |                                        `- error: missing argument label 'rawValue:' in call
373 |             }
374 |
[65/72] Compiling AMSMB2 FileHandle.swift
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:17:24: error: cannot find 'O_NOFOLLOW' in scope
 15 |
 16 | #if os(Linux) || os(Android) || os(OpenBSD)
 17 | let O_SYMLINK: Int32 = O_NOFOLLOW
    |                        `- error: cannot find 'O_NOFOLLOW' in scope
 18 | #endif
 19 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:390:53: error: cannot find 'LOCK_SH' in scope
388 |         var rawValue: Int32
389 |
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
    |                                                     `- error: cannot find 'LOCK_SH' in scope
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:391:56: error: cannot find 'LOCK_EX' in scope
389 |
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
    |                                                        `- error: cannot find 'LOCK_EX' in scope
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:392:53: error: cannot find 'LOCK_UN' in scope
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
    |                                                     `- error: cannot find 'LOCK_UN' in scope
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
394 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:393:58: error: cannot find 'LOCK_NB' in scope
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
    |                                                          `- error: cannot find 'LOCK_NB' in scope
394 |
395 |         var smb2Flag: UInt32 {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:25:36: error: cannot find 'O_RDONLY' in scope
 23 |
 24 |     convenience init(forReadingAtPath path: String, on client: SMB2Client) throws {
 25 |         try self.init(path, flags: O_RDONLY, on: client)
    |                                    `- error: cannot find 'O_RDONLY' in scope
 26 |     }
 27 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:29:36: error: cannot find 'O_WRONLY' in scope
 27 |
 28 |     convenience init(forWritingAtPath path: String, on client: SMB2Client) throws {
 29 |         try self.init(path, flags: O_WRONLY, on: client)
    |                                    `- error: cannot find 'O_WRONLY' in scope
 30 |     }
 31 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:33:36: error: cannot find 'O_RDWR' in scope
 31 |
 32 |     convenience init(forUpdatingAtPath path: String, on client: SMB2Client) throws {
 33 |         try self.init(path, flags: O_RDWR | O_APPEND, on: client)
    |                                    `- error: cannot find 'O_RDWR' in scope
 34 |     }
 35 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:33:45: error: cannot find 'O_APPEND' in scope
 31 |
 32 |     convenience init(forUpdatingAtPath path: String, on client: SMB2Client) throws {
 33 |         try self.init(path, flags: O_RDWR | O_APPEND, on: client)
    |                                             `- error: cannot find 'O_APPEND' in scope
 34 |     }
 35 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:33:43: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 31 |
 32 |     convenience init(forUpdatingAtPath path: String, on client: SMB2Client) throws {
 33 |         try self.init(path, flags: O_RDWR | O_APPEND, on: client)
    |                                           `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 34 |     }
 35 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:36: error: cannot find 'O_WRONLY' in scope
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                    `- error: cannot find 'O_WRONLY' in scope
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:47: error: cannot find 'O_CREAT' in scope
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                               `- error: cannot find 'O_CREAT' in scope
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:57: error: cannot find 'O_TRUNC' in scope
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                                         `- error: cannot find 'O_TRUNC' in scope
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:45: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                             `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:41:36: error: cannot find 'O_WRONLY' in scope
 39 |
 40 |     convenience init(forOutputAtPath path: String, on client: SMB2Client) throws {
 41 |         try self.init(path, flags: O_WRONLY | O_CREAT, on: client)
    |                                    `- error: cannot find 'O_WRONLY' in scope
 42 |     }
 43 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:41:47: error: cannot find 'O_CREAT' in scope
 39 |
 40 |     convenience init(forOutputAtPath path: String, on client: SMB2Client) throws {
 41 |         try self.init(path, flags: O_WRONLY | O_CREAT, on: client)
    |                                               `- error: cannot find 'O_CREAT' in scope
 42 |     }
 43 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:41:45: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 39 |
 40 |     convenience init(forOutputAtPath path: String, on client: SMB2Client) throws {
 41 |         try self.init(path, flags: O_WRONLY | O_CREAT, on: client)
    |                                             `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 42 |     }
 43 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:36: error: cannot find 'O_RDWR' in scope
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                    `- error: cannot find 'O_RDWR' in scope
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:45: error: cannot find 'O_CREAT' in scope
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                             `- error: cannot find 'O_CREAT' in scope
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:55: error: cannot find 'O_EXCL' in scope
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                                       `- error: cannot find 'O_EXCL' in scope
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:43: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                           `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:500:28: error: cannot find 'O_ACCMODE' in scope
498 |
499 |         init(flags: Int32) {
500 |             switch flags & O_ACCMODE {
    |                            `- error: cannot find 'O_ACCMODE' in scope
501 |             case O_RDWR:
502 |                 self = [.read, .write, .delete]
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:501:18: error: cannot find 'O_RDWR' in scope
499 |         init(flags: Int32) {
500 |             switch flags & O_ACCMODE {
501 |             case O_RDWR:
    |                  `- error: cannot find 'O_RDWR' in scope
502 |                 self = [.read, .write, .delete]
503 |             case O_WRONLY:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:503:18: error: cannot find 'O_WRONLY' in scope
501 |             case O_RDWR:
502 |                 self = [.read, .write, .delete]
503 |             case O_WRONLY:
    |                  `- error: cannot find 'O_WRONLY' in scope
504 |                 self = [.write, .delete]
505 |             default:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:508:25: error: cannot find 'O_SYNC' in scope
506 |                 self = [.read]
507 |             }
508 |             if (flags & O_SYNC) != 0 {
    |                         `- error: cannot find 'O_SYNC' in scope
509 |                 insert(.synchronize)
510 |             }
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:558:28: error: cannot find 'O_ACCMODE' in scope
556 |
557 |         init(flags: Int32) {
558 |             switch flags & O_ACCMODE {
    |                            `- error: cannot find 'O_ACCMODE' in scope
559 |             case O_RDWR:
560 |                 self = [.read, .write]
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:559:18: error: cannot find 'O_RDWR' in scope
557 |         init(flags: Int32) {
558 |             switch flags & O_ACCMODE {
559 |             case O_RDWR:
    |                  `- error: cannot find 'O_RDWR' in scope
560 |                 self = [.read, .write]
561 |             case O_WRONLY:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:561:18: error: cannot find 'O_WRONLY' in scope
559 |             case O_RDWR:
560 |                 self = [.read, .write]
561 |             case O_WRONLY:
    |                  `- error: cannot find 'O_WRONLY' in scope
562 |                 self = [.write]
563 |             default:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:581:25: error: cannot find 'O_CREAT' in scope
579 |
580 |         init(flags: Int32) {
581 |             if (flags & O_CREAT) != 0 {
    |                         `- error: cannot find 'O_CREAT' in scope
582 |                 if (flags & O_EXCL) != 0 {
583 |                     self = .create
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:582:29: error: cannot find 'O_EXCL' in scope
580 |         init(flags: Int32) {
581 |             if (flags & O_CREAT) != 0 {
582 |                 if (flags & O_EXCL) != 0 {
    |                             `- error: cannot find 'O_EXCL' in scope
583 |                     self = .create
584 |                 } else if (flags & O_TRUNC) != 0 {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:584:36: error: cannot find 'O_TRUNC' in scope
582 |                 if (flags & O_EXCL) != 0 {
583 |                     self = .create
584 |                 } else if (flags & O_TRUNC) != 0 {
    |                                    `- error: cannot find 'O_TRUNC' in scope
585 |                     self = .overwriteIfExists
586 |                 } else {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:590:29: error: cannot find 'O_TRUNC' in scope
588 |                 }
589 |             } else {
590 |                 if (flags & O_TRUNC) != 0 {
    |                             `- error: cannot find 'O_TRUNC' in scope
591 |                     self = .overwrite
592 |                 } else {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:631:25: error: cannot find 'O_SYNC' in scope
629 |         init(flags: Int32) {
630 |             self = []
631 |             if (flags & O_SYNC) != 0 {
    |                         `- error: cannot find 'O_SYNC' in scope
632 |                 insert(.noIntermediateBuffering)
633 |             }
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:634:25: error: cannot find 'O_DIRECTORY' in scope
632 |                 insert(.noIntermediateBuffering)
633 |             }
634 |             if (flags & O_DIRECTORY) != 0 {
    |                         `- error: cannot find 'O_DIRECTORY' in scope
635 |                 insert(.directoryFile)
636 |             }
[66/72] Compiling AMSMB2 FileMonitoring.swift
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:17:24: error: cannot find 'O_NOFOLLOW' in scope
 15 |
 16 | #if os(Linux) || os(Android) || os(OpenBSD)
 17 | let O_SYMLINK: Int32 = O_NOFOLLOW
    |                        `- error: cannot find 'O_NOFOLLOW' in scope
 18 | #endif
 19 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:390:53: error: cannot find 'LOCK_SH' in scope
388 |         var rawValue: Int32
389 |
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
    |                                                     `- error: cannot find 'LOCK_SH' in scope
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:391:56: error: cannot find 'LOCK_EX' in scope
389 |
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
    |                                                        `- error: cannot find 'LOCK_EX' in scope
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:392:53: error: cannot find 'LOCK_UN' in scope
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
    |                                                     `- error: cannot find 'LOCK_UN' in scope
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
394 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:393:58: error: cannot find 'LOCK_NB' in scope
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
    |                                                          `- error: cannot find 'LOCK_NB' in scope
394 |
395 |         var smb2Flag: UInt32 {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:25:36: error: cannot find 'O_RDONLY' in scope
 23 |
 24 |     convenience init(forReadingAtPath path: String, on client: SMB2Client) throws {
 25 |         try self.init(path, flags: O_RDONLY, on: client)
    |                                    `- error: cannot find 'O_RDONLY' in scope
 26 |     }
 27 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:29:36: error: cannot find 'O_WRONLY' in scope
 27 |
 28 |     convenience init(forWritingAtPath path: String, on client: SMB2Client) throws {
 29 |         try self.init(path, flags: O_WRONLY, on: client)
    |                                    `- error: cannot find 'O_WRONLY' in scope
 30 |     }
 31 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:33:36: error: cannot find 'O_RDWR' in scope
 31 |
 32 |     convenience init(forUpdatingAtPath path: String, on client: SMB2Client) throws {
 33 |         try self.init(path, flags: O_RDWR | O_APPEND, on: client)
    |                                    `- error: cannot find 'O_RDWR' in scope
 34 |     }
 35 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:33:45: error: cannot find 'O_APPEND' in scope
 31 |
 32 |     convenience init(forUpdatingAtPath path: String, on client: SMB2Client) throws {
 33 |         try self.init(path, flags: O_RDWR | O_APPEND, on: client)
    |                                             `- error: cannot find 'O_APPEND' in scope
 34 |     }
 35 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:33:43: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 31 |
 32 |     convenience init(forUpdatingAtPath path: String, on client: SMB2Client) throws {
 33 |         try self.init(path, flags: O_RDWR | O_APPEND, on: client)
    |                                           `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 34 |     }
 35 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:36: error: cannot find 'O_WRONLY' in scope
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                    `- error: cannot find 'O_WRONLY' in scope
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:47: error: cannot find 'O_CREAT' in scope
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                               `- error: cannot find 'O_CREAT' in scope
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:57: error: cannot find 'O_TRUNC' in scope
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                                         `- error: cannot find 'O_TRUNC' in scope
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:45: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                             `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:41:36: error: cannot find 'O_WRONLY' in scope
 39 |
 40 |     convenience init(forOutputAtPath path: String, on client: SMB2Client) throws {
 41 |         try self.init(path, flags: O_WRONLY | O_CREAT, on: client)
    |                                    `- error: cannot find 'O_WRONLY' in scope
 42 |     }
 43 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:41:47: error: cannot find 'O_CREAT' in scope
 39 |
 40 |     convenience init(forOutputAtPath path: String, on client: SMB2Client) throws {
 41 |         try self.init(path, flags: O_WRONLY | O_CREAT, on: client)
    |                                               `- error: cannot find 'O_CREAT' in scope
 42 |     }
 43 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:41:45: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 39 |
 40 |     convenience init(forOutputAtPath path: String, on client: SMB2Client) throws {
 41 |         try self.init(path, flags: O_WRONLY | O_CREAT, on: client)
    |                                             `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 42 |     }
 43 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:36: error: cannot find 'O_RDWR' in scope
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                    `- error: cannot find 'O_RDWR' in scope
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:45: error: cannot find 'O_CREAT' in scope
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                             `- error: cannot find 'O_CREAT' in scope
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:55: error: cannot find 'O_EXCL' in scope
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                                       `- error: cannot find 'O_EXCL' in scope
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:43: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                           `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:500:28: error: cannot find 'O_ACCMODE' in scope
498 |
499 |         init(flags: Int32) {
500 |             switch flags & O_ACCMODE {
    |                            `- error: cannot find 'O_ACCMODE' in scope
501 |             case O_RDWR:
502 |                 self = [.read, .write, .delete]
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:501:18: error: cannot find 'O_RDWR' in scope
499 |         init(flags: Int32) {
500 |             switch flags & O_ACCMODE {
501 |             case O_RDWR:
    |                  `- error: cannot find 'O_RDWR' in scope
502 |                 self = [.read, .write, .delete]
503 |             case O_WRONLY:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:503:18: error: cannot find 'O_WRONLY' in scope
501 |             case O_RDWR:
502 |                 self = [.read, .write, .delete]
503 |             case O_WRONLY:
    |                  `- error: cannot find 'O_WRONLY' in scope
504 |                 self = [.write, .delete]
505 |             default:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:508:25: error: cannot find 'O_SYNC' in scope
506 |                 self = [.read]
507 |             }
508 |             if (flags & O_SYNC) != 0 {
    |                         `- error: cannot find 'O_SYNC' in scope
509 |                 insert(.synchronize)
510 |             }
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:558:28: error: cannot find 'O_ACCMODE' in scope
556 |
557 |         init(flags: Int32) {
558 |             switch flags & O_ACCMODE {
    |                            `- error: cannot find 'O_ACCMODE' in scope
559 |             case O_RDWR:
560 |                 self = [.read, .write]
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:559:18: error: cannot find 'O_RDWR' in scope
557 |         init(flags: Int32) {
558 |             switch flags & O_ACCMODE {
559 |             case O_RDWR:
    |                  `- error: cannot find 'O_RDWR' in scope
560 |                 self = [.read, .write]
561 |             case O_WRONLY:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:561:18: error: cannot find 'O_WRONLY' in scope
559 |             case O_RDWR:
560 |                 self = [.read, .write]
561 |             case O_WRONLY:
    |                  `- error: cannot find 'O_WRONLY' in scope
562 |                 self = [.write]
563 |             default:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:581:25: error: cannot find 'O_CREAT' in scope
579 |
580 |         init(flags: Int32) {
581 |             if (flags & O_CREAT) != 0 {
    |                         `- error: cannot find 'O_CREAT' in scope
582 |                 if (flags & O_EXCL) != 0 {
583 |                     self = .create
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:582:29: error: cannot find 'O_EXCL' in scope
580 |         init(flags: Int32) {
581 |             if (flags & O_CREAT) != 0 {
582 |                 if (flags & O_EXCL) != 0 {
    |                             `- error: cannot find 'O_EXCL' in scope
583 |                     self = .create
584 |                 } else if (flags & O_TRUNC) != 0 {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:584:36: error: cannot find 'O_TRUNC' in scope
582 |                 if (flags & O_EXCL) != 0 {
583 |                     self = .create
584 |                 } else if (flags & O_TRUNC) != 0 {
    |                                    `- error: cannot find 'O_TRUNC' in scope
585 |                     self = .overwriteIfExists
586 |                 } else {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:590:29: error: cannot find 'O_TRUNC' in scope
588 |                 }
589 |             } else {
590 |                 if (flags & O_TRUNC) != 0 {
    |                             `- error: cannot find 'O_TRUNC' in scope
591 |                     self = .overwrite
592 |                 } else {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:631:25: error: cannot find 'O_SYNC' in scope
629 |         init(flags: Int32) {
630 |             self = []
631 |             if (flags & O_SYNC) != 0 {
    |                         `- error: cannot find 'O_SYNC' in scope
632 |                 insert(.noIntermediateBuffering)
633 |             }
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:634:25: error: cannot find 'O_DIRECTORY' in scope
632 |                 insert(.noIntermediateBuffering)
633 |             }
634 |             if (flags & O_DIRECTORY) != 0 {
    |                         `- error: cannot find 'O_DIRECTORY' in scope
635 |                 insert(.directoryFile)
636 |             }
[67/72] Compiling AMSMB2 Directory.swift
/host/spi-builder-workspace/AMSMB2/Extensions.swift:76:11: error: cannot find type 'POSIXErrorCode' in scope
 74 | }
 75 |
 76 | extension POSIXErrorCode {
    |           `- error: cannot find type 'POSIXErrorCode' in scope
 77 |     init(_ code: Int32) {
 78 |         self = POSIXErrorCode(rawValue: code) ?? .ECANCELED
/host/spi-builder-workspace/AMSMB2/Extensions.swift:57:32: error: missing argument label 'rawValue:' in call
 55 |         let errno = Int32(-result)
 56 |         let errorDesc = description.map { "Error code \(errno): \($0)" }
 57 |         throw POSIXError(.init(errno), description: errorDesc)
    |                                `- error: missing argument label 'rawValue:' in call
 58 |     }
 59 |
/host/spi-builder-workspace/AMSMB2/Context.swift:624:25: error: cannot find type 'POSIXErrorCode' in scope
622 |     }
623 |
624 |     var posixErrorCode: POSIXErrorCode {
    |                         `- error: cannot find type 'POSIXErrorCode' in scope
625 |         .init(nterror_to_errno(rawValue))
626 |     }
[68/72] Compiling AMSMB2 Extensions.swift
/host/spi-builder-workspace/AMSMB2/Extensions.swift:76:11: error: cannot find type 'POSIXErrorCode' in scope
 74 | }
 75 |
 76 | extension POSIXErrorCode {
    |           `- error: cannot find type 'POSIXErrorCode' in scope
 77 |     init(_ code: Int32) {
 78 |         self = POSIXErrorCode(rawValue: code) ?? .ECANCELED
/host/spi-builder-workspace/AMSMB2/Extensions.swift:57:32: error: missing argument label 'rawValue:' in call
 55 |         let errno = Int32(-result)
 56 |         let errorDesc = description.map { "Error code \(errno): \($0)" }
 57 |         throw POSIXError(.init(errno), description: errorDesc)
    |                                `- error: missing argument label 'rawValue:' in call
 58 |     }
 59 |
/host/spi-builder-workspace/AMSMB2/Context.swift:624:25: error: cannot find type 'POSIXErrorCode' in scope
622 |     }
623 |
624 |     var posixErrorCode: POSIXErrorCode {
    |                         `- error: cannot find type 'POSIXErrorCode' in scope
625 |         .init(nterror_to_errno(rawValue))
626 |     }
[69/72] Compiling AMSMB2 Stream.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling AMSMB2 ObjCCompat.swift
[3/15] Compiling AMSMB2 Parsers.swift
[4/16] Compiling AMSMB2 MSRPC.swift
[5/16] Compiling AMSMB2 Stream.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/16] Emitting module AMSMB2
/host/spi-builder-workspace/AMSMB2/Context.swift:624:25: error: cannot find type 'POSIXErrorCode' in scope
622 |     }
623 |
624 |     var posixErrorCode: POSIXErrorCode {
    |                         `- error: cannot find type 'POSIXErrorCode' in scope
625 |         .init(nterror_to_errno(rawValue))
626 |     }
/host/spi-builder-workspace/AMSMB2/Extensions.swift:76:11: error: cannot find type 'POSIXErrorCode' in scope
 74 | }
 75 |
 76 | extension POSIXErrorCode {
    |           `- error: cannot find type 'POSIXErrorCode' in scope
 77 |     init(_ code: Int32) {
 78 |         self = POSIXErrorCode(rawValue: code) ?? .ECANCELED
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:17:24: error: cannot find 'O_NOFOLLOW' in scope
 15 |
 16 | #if os(Linux) || os(Android) || os(OpenBSD)
 17 | let O_SYMLINK: Int32 = O_NOFOLLOW
    |                        `- error: cannot find 'O_NOFOLLOW' in scope
 18 | #endif
 19 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:390:53: error: cannot find 'LOCK_SH' in scope
388 |         var rawValue: Int32
389 |
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
    |                                                     `- error: cannot find 'LOCK_SH' in scope
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:391:56: error: cannot find 'LOCK_EX' in scope
389 |
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
    |                                                        `- error: cannot find 'LOCK_EX' in scope
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:392:53: error: cannot find 'LOCK_UN' in scope
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
    |                                                     `- error: cannot find 'LOCK_UN' in scope
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
394 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:393:58: error: cannot find 'LOCK_NB' in scope
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
    |                                                          `- error: cannot find 'LOCK_NB' in scope
394 |
395 |         var smb2Flag: UInt32 {
[7/16] Compiling AMSMB2 AMSMB2.swift
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:496:66: error: cannot find 'O_RDONLY' in scope
 494 |                 // `libsmb2` can not read symlink attributes using `stat`, so if we get
 495 |                 // the related error, we simply open file as reparse point then use `fstat`.
 496 |                 let file = try SMB2FileHandle(path: path, flags: O_RDONLY | O_SYMLINK, on: client)
     |                                                                  `- error: cannot find 'O_RDONLY' in scope
 497 |                 stat = try file.fstat()
 498 |             }
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:770:66: error: cannot find 'O_RDONLY' in scope
 768 |                 // `libsmb2` can not read symlink attributes using `stat`, so if we get
 769 |                 // the related error, we simply open file as reparse point then use `fstat`.
 770 |                 let file = try SMB2FileHandle(path: path, flags: O_RDONLY | O_SYMLINK, on: client)
     |                                                                  `- error: cannot find 'O_RDONLY' in scope
 771 |                 stat = try file.fstat()
 772 |             }
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:1381:25: error: cannot find 'O_RDONLY' in scope
1379 |     ) {
1380 |         with(completionHandler: completionHandler) { client in
1381 |             var flags = O_RDONLY | O_SYNC
     |                         `- error: cannot find 'O_RDONLY' in scope
1382 |             switch try client.stat(path).resourceType {
1383 |             case .directory:
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:1381:36: error: cannot find 'O_SYNC' in scope
1379 |     ) {
1380 |         with(completionHandler: completionHandler) { client in
1381 |             var flags = O_RDONLY | O_SYNC
     |                                    `- error: cannot find 'O_SYNC' in scope
1382 |             switch try client.stat(path).resourceType {
1383 |             case .directory:
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:1384:26: error: cannot find 'O_DIRECTORY' in scope
1382 |             switch try client.stat(path).resourceType {
1383 |             case .directory:
1384 |                 flags |= O_DIRECTORY
     |                          `- error: cannot find 'O_DIRECTORY' in scope
1385 |             case .link:
1386 |                 flags |= O_SYMLINK
/host/spi-builder-workspace/AMSMB2/Context.swift:624:25: error: cannot find type 'POSIXErrorCode' in scope
622 |     }
623 |
624 |     var posixErrorCode: POSIXErrorCode {
    |                         `- error: cannot find type 'POSIXErrorCode' in scope
625 |         .init(nterror_to_errno(rawValue))
626 |     }
/host/spi-builder-workspace/AMSMB2/Context.swift:298:58: error: cannot find 'O_RDWR' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                          `- error: cannot find 'O_RDWR' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:298:67: error: cannot find 'O_CREAT' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                                   `- error: cannot find 'O_CREAT' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:298:77: error: cannot find 'O_EXCL' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                                             `- error: cannot find 'O_EXCL' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:298:98: error: cannot find 'O_SYNC' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                                                                  `- error: cannot find 'O_SYNC' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:300:34: error: cannot infer contextual base in reference to member 'setReparsePoint'
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
    |                                  `- error: cannot infer contextual base in reference to member 'setReparsePoint'
301 |     }
302 | }
/host/spi-builder-workspace/AMSMB2/Context.swift:328:62: error: cannot find 'O_RDWR' in scope
326 |             }
327 |         case .link:
328 |             let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_SYMLINK, on: self)
    |                                                              `- error: cannot find 'O_RDWR' in scope
329 |             try file.setInfo(smb2_file_disposition_info(delete_pending: 1), infoClass: .disposition)
330 |         default:
/host/spi-builder-workspace/AMSMB2/Context.swift:329:89: error: cannot infer contextual base in reference to member 'disposition'
327 |         case .link:
328 |             let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_SYMLINK, on: self)
329 |             try file.setInfo(smb2_file_disposition_info(delete_pending: 1), infoClass: .disposition)
    |                                                                                         `- error: cannot infer contextual base in reference to member 'disposition'
330 |         default:
331 |             preconditionFailure("Not supported file type.")
/host/spi-builder-workspace/AMSMB2/Context.swift:367:23: error: cannot find 'pollfd' in scope
365 |         let startDate = Date()
366 |         while !cb.isFinished {
367 |             var pfd = pollfd()
    |                       `- error: cannot find 'pollfd' in scope
368 |             pfd.fd = fileDescriptor
369 |             pfd.events = try whichEvents()
/host/spi-builder-workspace/AMSMB2/Context.swift:371:31: error: cannot find 'poll' in scope
369 |             pfd.events = try whichEvents()
370 |
371 |             if pfd.fd < 0 || (poll(&pfd, 1, 1000) < 0 && errno != EAGAIN) {
    |                               `- error: cannot find 'poll' in scope
372 |                 throw POSIXError(.init(errno), description: error)
373 |             }
/host/spi-builder-workspace/AMSMB2/Context.swift:372:40: error: missing argument label 'rawValue:' in call
370 |
371 |             if pfd.fd < 0 || (poll(&pfd, 1, 1000) < 0 && errno != EAGAIN) {
372 |                 throw POSIXError(.init(errno), description: error)
    |                                        `- error: missing argument label 'rawValue:' in call
373 |             }
374 |
[8/16] Compiling AMSMB2 Context.swift
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:496:66: error: cannot find 'O_RDONLY' in scope
 494 |                 // `libsmb2` can not read symlink attributes using `stat`, so if we get
 495 |                 // the related error, we simply open file as reparse point then use `fstat`.
 496 |                 let file = try SMB2FileHandle(path: path, flags: O_RDONLY | O_SYMLINK, on: client)
     |                                                                  `- error: cannot find 'O_RDONLY' in scope
 497 |                 stat = try file.fstat()
 498 |             }
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:770:66: error: cannot find 'O_RDONLY' in scope
 768 |                 // `libsmb2` can not read symlink attributes using `stat`, so if we get
 769 |                 // the related error, we simply open file as reparse point then use `fstat`.
 770 |                 let file = try SMB2FileHandle(path: path, flags: O_RDONLY | O_SYMLINK, on: client)
     |                                                                  `- error: cannot find 'O_RDONLY' in scope
 771 |                 stat = try file.fstat()
 772 |             }
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:1381:25: error: cannot find 'O_RDONLY' in scope
1379 |     ) {
1380 |         with(completionHandler: completionHandler) { client in
1381 |             var flags = O_RDONLY | O_SYNC
     |                         `- error: cannot find 'O_RDONLY' in scope
1382 |             switch try client.stat(path).resourceType {
1383 |             case .directory:
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:1381:36: error: cannot find 'O_SYNC' in scope
1379 |     ) {
1380 |         with(completionHandler: completionHandler) { client in
1381 |             var flags = O_RDONLY | O_SYNC
     |                                    `- error: cannot find 'O_SYNC' in scope
1382 |             switch try client.stat(path).resourceType {
1383 |             case .directory:
/host/spi-builder-workspace/AMSMB2/AMSMB2.swift:1384:26: error: cannot find 'O_DIRECTORY' in scope
1382 |             switch try client.stat(path).resourceType {
1383 |             case .directory:
1384 |                 flags |= O_DIRECTORY
     |                          `- error: cannot find 'O_DIRECTORY' in scope
1385 |             case .link:
1386 |                 flags |= O_SYMLINK
/host/spi-builder-workspace/AMSMB2/Context.swift:624:25: error: cannot find type 'POSIXErrorCode' in scope
622 |     }
623 |
624 |     var posixErrorCode: POSIXErrorCode {
    |                         `- error: cannot find type 'POSIXErrorCode' in scope
625 |         .init(nterror_to_errno(rawValue))
626 |     }
/host/spi-builder-workspace/AMSMB2/Context.swift:298:58: error: cannot find 'O_RDWR' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                          `- error: cannot find 'O_RDWR' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:298:67: error: cannot find 'O_CREAT' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                                   `- error: cannot find 'O_CREAT' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:298:77: error: cannot find 'O_EXCL' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                                             `- error: cannot find 'O_EXCL' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:298:98: error: cannot find 'O_SYNC' in scope
296 |
297 |     func symlink(_ path: String, to destination: String) throws {
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
    |                                                                                                  `- error: cannot find 'O_SYNC' in scope
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
/host/spi-builder-workspace/AMSMB2/Context.swift:300:34: error: cannot infer contextual base in reference to member 'setReparsePoint'
298 |         let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_CREAT | O_EXCL | O_SYMLINK | O_SYNC, on: self)
299 |         let reparse = IOCtl.SymbolicLinkReparse(path: destination, isRelative: true)
300 |         try file.fcntl(command: .setReparsePoint, args: reparse)
    |                                  `- error: cannot infer contextual base in reference to member 'setReparsePoint'
301 |     }
302 | }
/host/spi-builder-workspace/AMSMB2/Context.swift:328:62: error: cannot find 'O_RDWR' in scope
326 |             }
327 |         case .link:
328 |             let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_SYMLINK, on: self)
    |                                                              `- error: cannot find 'O_RDWR' in scope
329 |             try file.setInfo(smb2_file_disposition_info(delete_pending: 1), infoClass: .disposition)
330 |         default:
/host/spi-builder-workspace/AMSMB2/Context.swift:329:89: error: cannot infer contextual base in reference to member 'disposition'
327 |         case .link:
328 |             let file = try SMB2FileHandle(path: path, flags: O_RDWR | O_SYMLINK, on: self)
329 |             try file.setInfo(smb2_file_disposition_info(delete_pending: 1), infoClass: .disposition)
    |                                                                                         `- error: cannot infer contextual base in reference to member 'disposition'
330 |         default:
331 |             preconditionFailure("Not supported file type.")
/host/spi-builder-workspace/AMSMB2/Context.swift:367:23: error: cannot find 'pollfd' in scope
365 |         let startDate = Date()
366 |         while !cb.isFinished {
367 |             var pfd = pollfd()
    |                       `- error: cannot find 'pollfd' in scope
368 |             pfd.fd = fileDescriptor
369 |             pfd.events = try whichEvents()
/host/spi-builder-workspace/AMSMB2/Context.swift:371:31: error: cannot find 'poll' in scope
369 |             pfd.events = try whichEvents()
370 |
371 |             if pfd.fd < 0 || (poll(&pfd, 1, 1000) < 0 && errno != EAGAIN) {
    |                               `- error: cannot find 'poll' in scope
372 |                 throw POSIXError(.init(errno), description: error)
373 |             }
/host/spi-builder-workspace/AMSMB2/Context.swift:372:40: error: missing argument label 'rawValue:' in call
370 |
371 |             if pfd.fd < 0 || (poll(&pfd, 1, 1000) < 0 && errno != EAGAIN) {
372 |                 throw POSIXError(.init(errno), description: error)
    |                                        `- error: missing argument label 'rawValue:' in call
373 |             }
374 |
[9/16] Compiling AMSMB2 Fsctl.swift
[10/16] Compiling AMSMB2 Directory.swift
/host/spi-builder-workspace/AMSMB2/Extensions.swift:76:11: error: cannot find type 'POSIXErrorCode' in scope
 74 | }
 75 |
 76 | extension POSIXErrorCode {
    |           `- error: cannot find type 'POSIXErrorCode' in scope
 77 |     init(_ code: Int32) {
 78 |         self = POSIXErrorCode(rawValue: code) ?? .ECANCELED
/host/spi-builder-workspace/AMSMB2/Extensions.swift:57:32: error: missing argument label 'rawValue:' in call
 55 |         let errno = Int32(-result)
 56 |         let errorDesc = description.map { "Error code \(errno): \($0)" }
 57 |         throw POSIXError(.init(errno), description: errorDesc)
    |                                `- error: missing argument label 'rawValue:' in call
 58 |     }
 59 |
/host/spi-builder-workspace/AMSMB2/Context.swift:624:25: error: cannot find type 'POSIXErrorCode' in scope
622 |     }
623 |
624 |     var posixErrorCode: POSIXErrorCode {
    |                         `- error: cannot find type 'POSIXErrorCode' in scope
625 |         .init(nterror_to_errno(rawValue))
626 |     }
[11/16] Compiling AMSMB2 Extensions.swift
/host/spi-builder-workspace/AMSMB2/Extensions.swift:76:11: error: cannot find type 'POSIXErrorCode' in scope
 74 | }
 75 |
 76 | extension POSIXErrorCode {
    |           `- error: cannot find type 'POSIXErrorCode' in scope
 77 |     init(_ code: Int32) {
 78 |         self = POSIXErrorCode(rawValue: code) ?? .ECANCELED
/host/spi-builder-workspace/AMSMB2/Extensions.swift:57:32: error: missing argument label 'rawValue:' in call
 55 |         let errno = Int32(-result)
 56 |         let errorDesc = description.map { "Error code \(errno): \($0)" }
 57 |         throw POSIXError(.init(errno), description: errorDesc)
    |                                `- error: missing argument label 'rawValue:' in call
 58 |     }
 59 |
/host/spi-builder-workspace/AMSMB2/Context.swift:624:25: error: cannot find type 'POSIXErrorCode' in scope
622 |     }
623 |
624 |     var posixErrorCode: POSIXErrorCode {
    |                         `- error: cannot find type 'POSIXErrorCode' in scope
625 |         .init(nterror_to_errno(rawValue))
626 |     }
[12/16] Compiling AMSMB2 FileHandle.swift
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:17:24: error: cannot find 'O_NOFOLLOW' in scope
 15 |
 16 | #if os(Linux) || os(Android) || os(OpenBSD)
 17 | let O_SYMLINK: Int32 = O_NOFOLLOW
    |                        `- error: cannot find 'O_NOFOLLOW' in scope
 18 | #endif
 19 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:390:53: error: cannot find 'LOCK_SH' in scope
388 |         var rawValue: Int32
389 |
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
    |                                                     `- error: cannot find 'LOCK_SH' in scope
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:391:56: error: cannot find 'LOCK_EX' in scope
389 |
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
    |                                                        `- error: cannot find 'LOCK_EX' in scope
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:392:53: error: cannot find 'LOCK_UN' in scope
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
    |                                                     `- error: cannot find 'LOCK_UN' in scope
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
394 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:393:58: error: cannot find 'LOCK_NB' in scope
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
    |                                                          `- error: cannot find 'LOCK_NB' in scope
394 |
395 |         var smb2Flag: UInt32 {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:25:36: error: cannot find 'O_RDONLY' in scope
 23 |
 24 |     convenience init(forReadingAtPath path: String, on client: SMB2Client) throws {
 25 |         try self.init(path, flags: O_RDONLY, on: client)
    |                                    `- error: cannot find 'O_RDONLY' in scope
 26 |     }
 27 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:29:36: error: cannot find 'O_WRONLY' in scope
 27 |
 28 |     convenience init(forWritingAtPath path: String, on client: SMB2Client) throws {
 29 |         try self.init(path, flags: O_WRONLY, on: client)
    |                                    `- error: cannot find 'O_WRONLY' in scope
 30 |     }
 31 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:33:36: error: cannot find 'O_RDWR' in scope
 31 |
 32 |     convenience init(forUpdatingAtPath path: String, on client: SMB2Client) throws {
 33 |         try self.init(path, flags: O_RDWR | O_APPEND, on: client)
    |                                    `- error: cannot find 'O_RDWR' in scope
 34 |     }
 35 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:33:45: error: cannot find 'O_APPEND' in scope
 31 |
 32 |     convenience init(forUpdatingAtPath path: String, on client: SMB2Client) throws {
 33 |         try self.init(path, flags: O_RDWR | O_APPEND, on: client)
    |                                             `- error: cannot find 'O_APPEND' in scope
 34 |     }
 35 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:33:43: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 31 |
 32 |     convenience init(forUpdatingAtPath path: String, on client: SMB2Client) throws {
 33 |         try self.init(path, flags: O_RDWR | O_APPEND, on: client)
    |                                           `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 34 |     }
 35 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:36: error: cannot find 'O_WRONLY' in scope
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                    `- error: cannot find 'O_WRONLY' in scope
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:47: error: cannot find 'O_CREAT' in scope
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                               `- error: cannot find 'O_CREAT' in scope
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:57: error: cannot find 'O_TRUNC' in scope
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                                         `- error: cannot find 'O_TRUNC' in scope
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:45: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                             `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:41:36: error: cannot find 'O_WRONLY' in scope
 39 |
 40 |     convenience init(forOutputAtPath path: String, on client: SMB2Client) throws {
 41 |         try self.init(path, flags: O_WRONLY | O_CREAT, on: client)
    |                                    `- error: cannot find 'O_WRONLY' in scope
 42 |     }
 43 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:41:47: error: cannot find 'O_CREAT' in scope
 39 |
 40 |     convenience init(forOutputAtPath path: String, on client: SMB2Client) throws {
 41 |         try self.init(path, flags: O_WRONLY | O_CREAT, on: client)
    |                                               `- error: cannot find 'O_CREAT' in scope
 42 |     }
 43 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:41:45: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 39 |
 40 |     convenience init(forOutputAtPath path: String, on client: SMB2Client) throws {
 41 |         try self.init(path, flags: O_WRONLY | O_CREAT, on: client)
    |                                             `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 42 |     }
 43 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:36: error: cannot find 'O_RDWR' in scope
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                    `- error: cannot find 'O_RDWR' in scope
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:45: error: cannot find 'O_CREAT' in scope
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                             `- error: cannot find 'O_CREAT' in scope
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:55: error: cannot find 'O_EXCL' in scope
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                                       `- error: cannot find 'O_EXCL' in scope
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:43: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                           `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:500:28: error: cannot find 'O_ACCMODE' in scope
498 |
499 |         init(flags: Int32) {
500 |             switch flags & O_ACCMODE {
    |                            `- error: cannot find 'O_ACCMODE' in scope
501 |             case O_RDWR:
502 |                 self = [.read, .write, .delete]
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:501:18: error: cannot find 'O_RDWR' in scope
499 |         init(flags: Int32) {
500 |             switch flags & O_ACCMODE {
501 |             case O_RDWR:
    |                  `- error: cannot find 'O_RDWR' in scope
502 |                 self = [.read, .write, .delete]
503 |             case O_WRONLY:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:503:18: error: cannot find 'O_WRONLY' in scope
501 |             case O_RDWR:
502 |                 self = [.read, .write, .delete]
503 |             case O_WRONLY:
    |                  `- error: cannot find 'O_WRONLY' in scope
504 |                 self = [.write, .delete]
505 |             default:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:508:25: error: cannot find 'O_SYNC' in scope
506 |                 self = [.read]
507 |             }
508 |             if (flags & O_SYNC) != 0 {
    |                         `- error: cannot find 'O_SYNC' in scope
509 |                 insert(.synchronize)
510 |             }
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:558:28: error: cannot find 'O_ACCMODE' in scope
556 |
557 |         init(flags: Int32) {
558 |             switch flags & O_ACCMODE {
    |                            `- error: cannot find 'O_ACCMODE' in scope
559 |             case O_RDWR:
560 |                 self = [.read, .write]
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:559:18: error: cannot find 'O_RDWR' in scope
557 |         init(flags: Int32) {
558 |             switch flags & O_ACCMODE {
559 |             case O_RDWR:
    |                  `- error: cannot find 'O_RDWR' in scope
560 |                 self = [.read, .write]
561 |             case O_WRONLY:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:561:18: error: cannot find 'O_WRONLY' in scope
559 |             case O_RDWR:
560 |                 self = [.read, .write]
561 |             case O_WRONLY:
    |                  `- error: cannot find 'O_WRONLY' in scope
562 |                 self = [.write]
563 |             default:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:581:25: error: cannot find 'O_CREAT' in scope
579 |
580 |         init(flags: Int32) {
581 |             if (flags & O_CREAT) != 0 {
    |                         `- error: cannot find 'O_CREAT' in scope
582 |                 if (flags & O_EXCL) != 0 {
583 |                     self = .create
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:582:29: error: cannot find 'O_EXCL' in scope
580 |         init(flags: Int32) {
581 |             if (flags & O_CREAT) != 0 {
582 |                 if (flags & O_EXCL) != 0 {
    |                             `- error: cannot find 'O_EXCL' in scope
583 |                     self = .create
584 |                 } else if (flags & O_TRUNC) != 0 {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:584:36: error: cannot find 'O_TRUNC' in scope
582 |                 if (flags & O_EXCL) != 0 {
583 |                     self = .create
584 |                 } else if (flags & O_TRUNC) != 0 {
    |                                    `- error: cannot find 'O_TRUNC' in scope
585 |                     self = .overwriteIfExists
586 |                 } else {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:590:29: error: cannot find 'O_TRUNC' in scope
588 |                 }
589 |             } else {
590 |                 if (flags & O_TRUNC) != 0 {
    |                             `- error: cannot find 'O_TRUNC' in scope
591 |                     self = .overwrite
592 |                 } else {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:631:25: error: cannot find 'O_SYNC' in scope
629 |         init(flags: Int32) {
630 |             self = []
631 |             if (flags & O_SYNC) != 0 {
    |                         `- error: cannot find 'O_SYNC' in scope
632 |                 insert(.noIntermediateBuffering)
633 |             }
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:634:25: error: cannot find 'O_DIRECTORY' in scope
632 |                 insert(.noIntermediateBuffering)
633 |             }
634 |             if (flags & O_DIRECTORY) != 0 {
    |                         `- error: cannot find 'O_DIRECTORY' in scope
635 |                 insert(.directoryFile)
636 |             }
[13/16] Compiling AMSMB2 FileMonitoring.swift
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:17:24: error: cannot find 'O_NOFOLLOW' in scope
 15 |
 16 | #if os(Linux) || os(Android) || os(OpenBSD)
 17 | let O_SYMLINK: Int32 = O_NOFOLLOW
    |                        `- error: cannot find 'O_NOFOLLOW' in scope
 18 | #endif
 19 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:390:53: error: cannot find 'LOCK_SH' in scope
388 |         var rawValue: Int32
389 |
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
    |                                                     `- error: cannot find 'LOCK_SH' in scope
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:391:56: error: cannot find 'LOCK_EX' in scope
389 |
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
    |                                                        `- error: cannot find 'LOCK_EX' in scope
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:392:53: error: cannot find 'LOCK_UN' in scope
390 |         static let shared = LockOperation(rawValue: LOCK_SH)
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
    |                                                     `- error: cannot find 'LOCK_UN' in scope
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
394 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:393:58: error: cannot find 'LOCK_NB' in scope
391 |         static let exclusive = LockOperation(rawValue: LOCK_EX)
392 |         static let unlock = LockOperation(rawValue: LOCK_UN)
393 |         static let nonBlocking = LockOperation(rawValue: LOCK_NB)
    |                                                          `- error: cannot find 'LOCK_NB' in scope
394 |
395 |         var smb2Flag: UInt32 {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:25:36: error: cannot find 'O_RDONLY' in scope
 23 |
 24 |     convenience init(forReadingAtPath path: String, on client: SMB2Client) throws {
 25 |         try self.init(path, flags: O_RDONLY, on: client)
    |                                    `- error: cannot find 'O_RDONLY' in scope
 26 |     }
 27 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:29:36: error: cannot find 'O_WRONLY' in scope
 27 |
 28 |     convenience init(forWritingAtPath path: String, on client: SMB2Client) throws {
 29 |         try self.init(path, flags: O_WRONLY, on: client)
    |                                    `- error: cannot find 'O_WRONLY' in scope
 30 |     }
 31 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:33:36: error: cannot find 'O_RDWR' in scope
 31 |
 32 |     convenience init(forUpdatingAtPath path: String, on client: SMB2Client) throws {
 33 |         try self.init(path, flags: O_RDWR | O_APPEND, on: client)
    |                                    `- error: cannot find 'O_RDWR' in scope
 34 |     }
 35 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:33:45: error: cannot find 'O_APPEND' in scope
 31 |
 32 |     convenience init(forUpdatingAtPath path: String, on client: SMB2Client) throws {
 33 |         try self.init(path, flags: O_RDWR | O_APPEND, on: client)
    |                                             `- error: cannot find 'O_APPEND' in scope
 34 |     }
 35 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:33:43: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 31 |
 32 |     convenience init(forUpdatingAtPath path: String, on client: SMB2Client) throws {
 33 |         try self.init(path, flags: O_RDWR | O_APPEND, on: client)
    |                                           `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 34 |     }
 35 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:36: error: cannot find 'O_WRONLY' in scope
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                    `- error: cannot find 'O_WRONLY' in scope
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:47: error: cannot find 'O_CREAT' in scope
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                               `- error: cannot find 'O_CREAT' in scope
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:57: error: cannot find 'O_TRUNC' in scope
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                                         `- error: cannot find 'O_TRUNC' in scope
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:37:45: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 35 |
 36 |     convenience init(forOverwritingAtPath path: String, on client: SMB2Client) throws {
 37 |         try self.init(path, flags: O_WRONLY | O_CREAT | O_TRUNC, on: client)
    |                                             `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 38 |     }
 39 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:41:36: error: cannot find 'O_WRONLY' in scope
 39 |
 40 |     convenience init(forOutputAtPath path: String, on client: SMB2Client) throws {
 41 |         try self.init(path, flags: O_WRONLY | O_CREAT, on: client)
    |                                    `- error: cannot find 'O_WRONLY' in scope
 42 |     }
 43 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:41:47: error: cannot find 'O_CREAT' in scope
 39 |
 40 |     convenience init(forOutputAtPath path: String, on client: SMB2Client) throws {
 41 |         try self.init(path, flags: O_WRONLY | O_CREAT, on: client)
    |                                               `- error: cannot find 'O_CREAT' in scope
 42 |     }
 43 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:41:45: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 39 |
 40 |     convenience init(forOutputAtPath path: String, on client: SMB2Client) throws {
 41 |         try self.init(path, flags: O_WRONLY | O_CREAT, on: client)
    |                                             `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 42 |     }
 43 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:36: error: cannot find 'O_RDWR' in scope
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                    `- error: cannot find 'O_RDWR' in scope
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:45: error: cannot find 'O_CREAT' in scope
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                             `- error: cannot find 'O_CREAT' in scope
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:55: error: cannot find 'O_EXCL' in scope
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                                       `- error: cannot find 'O_EXCL' in scope
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:45:43: error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 43 |
 44 |     convenience init(forCreatingIfNotExistsAtPath path: String, on client: SMB2Client) throws {
 45 |         try self.init(path, flags: O_RDWR | O_CREAT | O_EXCL, on: client)
    |                                           `- error: cannot convert value of type 'UInt8' to expected argument type 'Int32'
 46 |     }
 47 |
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:500:28: error: cannot find 'O_ACCMODE' in scope
498 |
499 |         init(flags: Int32) {
500 |             switch flags & O_ACCMODE {
    |                            `- error: cannot find 'O_ACCMODE' in scope
501 |             case O_RDWR:
502 |                 self = [.read, .write, .delete]
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:501:18: error: cannot find 'O_RDWR' in scope
499 |         init(flags: Int32) {
500 |             switch flags & O_ACCMODE {
501 |             case O_RDWR:
    |                  `- error: cannot find 'O_RDWR' in scope
502 |                 self = [.read, .write, .delete]
503 |             case O_WRONLY:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:503:18: error: cannot find 'O_WRONLY' in scope
501 |             case O_RDWR:
502 |                 self = [.read, .write, .delete]
503 |             case O_WRONLY:
    |                  `- error: cannot find 'O_WRONLY' in scope
504 |                 self = [.write, .delete]
505 |             default:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:508:25: error: cannot find 'O_SYNC' in scope
506 |                 self = [.read]
507 |             }
508 |             if (flags & O_SYNC) != 0 {
    |                         `- error: cannot find 'O_SYNC' in scope
509 |                 insert(.synchronize)
510 |             }
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:558:28: error: cannot find 'O_ACCMODE' in scope
556 |
557 |         init(flags: Int32) {
558 |             switch flags & O_ACCMODE {
    |                            `- error: cannot find 'O_ACCMODE' in scope
559 |             case O_RDWR:
560 |                 self = [.read, .write]
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:559:18: error: cannot find 'O_RDWR' in scope
557 |         init(flags: Int32) {
558 |             switch flags & O_ACCMODE {
559 |             case O_RDWR:
    |                  `- error: cannot find 'O_RDWR' in scope
560 |                 self = [.read, .write]
561 |             case O_WRONLY:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:561:18: error: cannot find 'O_WRONLY' in scope
559 |             case O_RDWR:
560 |                 self = [.read, .write]
561 |             case O_WRONLY:
    |                  `- error: cannot find 'O_WRONLY' in scope
562 |                 self = [.write]
563 |             default:
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:581:25: error: cannot find 'O_CREAT' in scope
579 |
580 |         init(flags: Int32) {
581 |             if (flags & O_CREAT) != 0 {
    |                         `- error: cannot find 'O_CREAT' in scope
582 |                 if (flags & O_EXCL) != 0 {
583 |                     self = .create
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:582:29: error: cannot find 'O_EXCL' in scope
580 |         init(flags: Int32) {
581 |             if (flags & O_CREAT) != 0 {
582 |                 if (flags & O_EXCL) != 0 {
    |                             `- error: cannot find 'O_EXCL' in scope
583 |                     self = .create
584 |                 } else if (flags & O_TRUNC) != 0 {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:584:36: error: cannot find 'O_TRUNC' in scope
582 |                 if (flags & O_EXCL) != 0 {
583 |                     self = .create
584 |                 } else if (flags & O_TRUNC) != 0 {
    |                                    `- error: cannot find 'O_TRUNC' in scope
585 |                     self = .overwriteIfExists
586 |                 } else {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:590:29: error: cannot find 'O_TRUNC' in scope
588 |                 }
589 |             } else {
590 |                 if (flags & O_TRUNC) != 0 {
    |                             `- error: cannot find 'O_TRUNC' in scope
591 |                     self = .overwrite
592 |                 } else {
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:631:25: error: cannot find 'O_SYNC' in scope
629 |         init(flags: Int32) {
630 |             self = []
631 |             if (flags & O_SYNC) != 0 {
    |                         `- error: cannot find 'O_SYNC' in scope
632 |                 insert(.noIntermediateBuffering)
633 |             }
/host/spi-builder-workspace/AMSMB2/FileHandle.swift:634:25: error: cannot find 'O_DIRECTORY' in scope
632 |                 insert(.noIntermediateBuffering)
633 |             }
634 |             if (flags & O_DIRECTORY) != 0 {
    |                         `- error: cannot find 'O_DIRECTORY' in scope
635 |                 insert(.directoryFile)
636 |             }
BUILD FAILURE 6.1 android