The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SMBClient, reference 0.3.1 (e636c2), with Swift 6.1 for watchOS using Xcode 16.3 on 30 Apr 2025 02:28:17 UTC.

Swift 6 data race errors: 99

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SMBClient -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:28:23: note: add '@MainActor' to make static property 'characteristicWebDavDevice' part of global actor 'MainActor'
    public static let characteristicWebDavDevice = Characteristics(rawValue: 0x00002000)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let characteristicWebDavDevice = Characteristics(rawValue: 0x00002000)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:29:23: warning: static property 'deviceAllowAppContainerTraversal' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let deviceAllowAppContainerTraversal = Characteristics(rawValue: 0x00020000)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:29:23: note: add '@MainActor' to make static property 'deviceAllowAppContainerTraversal' part of global actor 'MainActor'
    public static let deviceAllowAppContainerTraversal = Characteristics(rawValue: 0x00020000)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let deviceAllowAppContainerTraversal = Characteristics(rawValue: 0x00020000)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:30:23: warning: static property 'portableDevice' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let portableDevice = Characteristics(rawValue: 0x00004000)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:30:23: note: add '@MainActor' to make static property 'portableDevice' part of global actor 'MainActor'
    public static let portableDevice = Characteristics(rawValue: 0x00004000)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let portableDevice = Characteristics(rawValue: 0x00004000)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsLabelInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsSizeInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsVolumeInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileSystemInfoClass.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Header+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Header.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/IOCtl+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Pathname.swift, Semaphore.swift, String.swift, UUID.swift, SMBClient.swift, Session.swift, Transport.swift, TreeAccessor.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling FileTime.swift, FileWriter.swift, AccessMask.swift, DirectoryAccessMask.swift, FilePipePrinterAccessMask.swift, Close+CustomDebugStringConvertible.swift, Close.swift, Create+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64 Compiling\ Create.swift,\ Echo+CustomDebugStringConvertible.swift,\ Echo.swift,\ ErrorResponse.swift,\ NTStatus.swift,\ FileAttributes.swift,\ FileAccessInformation.swift,\ FileAlignmentInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Create.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Echo+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Echo.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/ErrorResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/NTStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAccessInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAlignmentInformation.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Create.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Echo+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Echo.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/ErrorResponse.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/ErrorResponse.swift:4:14: warning: stored property 'header' of 'Sendable'-conforming struct 'ErrorResponse' has non-sendable type 'Header'; this is an error in the Swift 6 language mode
  public let header: Header
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Header.swift:3:15: note: consider making struct 'Header' conform to the 'Sendable' protocol
public struct Header {
              ^
                     : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/NTStatus.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileAttributes.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAccessInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAlignmentInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ IOCtl.swift,\ Logoff+CustomDebugStringConvertible.swift,\ Logoff.swift,\ Message.swift,\ Negotiate+CustomDebugStringConvertible.swift,\ Negotiate.swift,\ QueryDirectory+CustomDebugStringConvertible.swift,\ QueryDirectory.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/IOCtl.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Logoff+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Logoff.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Message.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Negotiate+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Negotiate.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/QueryDirectory+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/QueryDirectory.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/IOCtl.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Logoff+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Logoff.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Message.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Negotiate+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Negotiate.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/QueryDirectory+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/QueryDirectory.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FileTime.swift,\ FileWriter.swift,\ AccessMask.swift,\ DirectoryAccessMask.swift,\ FilePipePrinterAccessMask.swift,\ Close+CustomDebugStringConvertible.swift,\ Close.swift,\ Create+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileTime.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/AccessMask/AccessMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/AccessMask/DirectoryAccessMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/AccessMask/FilePipePrinterAccessMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Close+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Close.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Create+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileTime.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileWriter.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/AccessMask/AccessMask.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/AccessMask/DirectoryAccessMask.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/AccessMask/FilePipePrinterAccessMask.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Close+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Close.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Create+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling TreeConnect+CustomDebugStringConvertible.swift, TreeConnect.swift, TreeDisconnect+CustomDebugStringConvertible.swift, TreeDisconnect.swift, Write+CustomDebugStringConvertible.swift, Write.swift, BinaryConvertible.swift, Data.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriverJobDiscovery normal armv7k Compiling TreeConnect+CustomDebugStringConvertible.swift, TreeConnect.swift, TreeDisconnect+CustomDebugStringConvertible.swift, TreeDisconnect.swift, Write+CustomDebugStringConvertible.swift, Write.swift, BinaryConvertible.swift, Data.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriverJobDiscovery normal armv7k Compiling Pathname.swift, Semaphore.swift, String.swift, UUID.swift, SMBClient.swift, Session.swift, Transport.swift, TreeAccessor.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriverJobDiscovery normal armv7k Compiling IOCtl.swift, Logoff+CustomDebugStringConvertible.swift, Logoff.swift, Message.swift, Negotiate+CustomDebugStringConvertible.swift, Negotiate.swift, QueryDirectory+CustomDebugStringConvertible.swift, QueryDirectory.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64_32 Compiling\ QueryInfo+CustomDebugStringConvertible.swift,\ QueryInfo.swift,\ Read+CustomDebugStringConvertible.swift,\ Read.swift,\ SessionSetup+CustomDebugStringConvertible.swift,\ SessionSetup.swift,\ SetInfo+CustomDebugStringConvertible.swift,\ SetInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/QueryInfo+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/QueryInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Read+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Read.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SessionSetup+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SessionSetup.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SetInfo+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SetInfo.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/QueryInfo+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/QueryInfo.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Read+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Read.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SessionSetup+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SessionSetup.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SetInfo+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SetInfo.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Crypto.swift, NTLM.swift, ByteReader.swift, Connection.swift, DCERPC.swift, NetShareEnum.swift, FileProxy.swift, FileReader.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64_32 Compiling\ FileAllInformation.swift,\ FileBasicInformation.swift,\ FileDirectoryInformation.swift,\ FileDispositionInformation.swift,\ FileEaInformation.swift,\ FileIdBothDirectoryInformation.swift,\ FileInfoClass.swift,\ FileInformationClass.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAllInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileBasicInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileDirectoryInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileDispositionInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileEaInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileIdBothDirectoryInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInformationClass.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAllInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileBasicInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileDirectoryInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileDispositionInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileEaInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileIdBothDirectoryInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:52:14: warning: static property 'fileFsVolumeInformation' is not concurrency-safe because non-'Sendable' type 'FileInfoClass' may have shared mutable state; this is an error in the Swift 6 language mode
  static let fileFsVolumeInformation = fileDirectoryInformation
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:3:13: note: consider making enum 'FileInfoClass' conform to the 'Sendable' protocol
public enum FileInfoClass: UInt8 {
            ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:52:14: note: add '@MainActor' to make static property 'fileFsVolumeInformation' part of global actor 'MainActor'
  static let fileFsVolumeInformation = fileDirectoryInformation
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:52:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let fileFsVolumeInformation = fileDirectoryInformation
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:53:14: warning: static property 'fileFsLabelInformation' is not concurrency-safe because non-'Sendable' type 'FileInfoClass' may have shared mutable state; this is an error in the Swift 6 language mode
  static let fileFsLabelInformation = fileFullDirectoryInformation
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:3:13: note: consider making enum 'FileInfoClass' conform to the 'Sendable' protocol
public enum FileInfoClass: UInt8 {
            ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:53:14: note: add '@MainActor' to make static property 'fileFsLabelInformation' part of global actor 'MainActor'
  static let fileFsLabelInformation = fileFullDirectoryInformation
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:53:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let fileFsLabelInformation = fileFullDirectoryInformation
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:54:14: warning: static property 'fileFsSizeInformation' is not concurrency-safe because non-'Sendable' type 'FileInfoClass' may have shared mutable state; this is an error in the Swift 6 language mode
  static let fileFsSizeInformation = fileBothDirectoryInformation
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:3:13: note: consider making enum 'FileInfoClass' conform to the 'Sendable' protocol
public enum FileInfoClass: UInt8 {
            ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:54:14: note: add '@MainActor' to make static property 'fileFsSizeInformation' part of global actor 'MainActor'
  static let fileFsSizeInformation = fileBothDirectoryInformation
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:54:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let fileFsSizeInformation = fileBothDirectoryInformation
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:55:14: warning: static property 'fileFsDeviceInformation' is not concurrency-safe because non-'Sendable' type 'FileInfoClass' may have shared mutable state; this is an error in the Swift 6 language mode
  static let fileFsDeviceInformation = fileBasicInformation
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:3:13: note: consider making enum 'FileInfoClass' conform to the 'Sendable' protocol
public enum FileInfoClass: UInt8 {
            ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:55:14: note: add '@MainActor' to make static property 'fileFsDeviceInformation' part of global actor 'MainActor'
  static let fileFsDeviceInformation = fileBasicInformation
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:55:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let fileFsDeviceInformation = fileBasicInformation
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:56:14: warning: static property 'fileFsAttributeInformation' is not concurrency-safe because non-'Sendable' type 'FileInfoClass' may have shared mutable state; this is an error in the Swift 6 language mode
  static let fileFsAttributeInformation = fileStandardInformation
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:3:13: note: consider making enum 'FileInfoClass' conform to the 'Sendable' protocol
public enum FileInfoClass: UInt8 {
            ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:56:14: note: add '@MainActor' to make static property 'fileFsAttributeInformation' part of global actor 'MainActor'
  static let fileFsAttributeInformation = fileStandardInformation
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:56:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let fileFsAttributeInformation = fileStandardInformation
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:57:14: warning: static property 'fileFsControlInformation' is not concurrency-safe because non-'Sendable' type 'FileInfoClass' may have shared mutable state; this is an error in the Swift 6 language mode
  static let fileFsControlInformation = fileInternalInformation
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:3:13: note: consider making enum 'FileInfoClass' conform to the 'Sendable' protocol
public enum FileInfoClass: UInt8 {
            ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:57:14: note: add '@MainActor' to make static property 'fileFsControlInformation' part of global actor 'MainActor'
  static let fileFsControlInformation = fileInternalInformation
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:57:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let fileFsControlInformation = fileInternalInformation
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:58:14: warning: static property 'fileFsFullSizeInformation' is not concurrency-safe because non-'Sendable' type 'FileInfoClass' may have shared mutable state; this is an error in the Swift 6 language mode
  static let fileFsFullSizeInformation = fileEaInformation
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:3:13: note: consider making enum 'FileInfoClass' conform to the 'Sendable' protocol
public enum FileInfoClass: UInt8 {
            ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:58:14: note: add '@MainActor' to make static property 'fileFsFullSizeInformation' part of global actor 'MainActor'
  static let fileFsFullSizeInformation = fileEaInformation
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:58:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let fileFsFullSizeInformation = fileEaInformation
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:59:14: warning: static property 'fileFsObjectIdInformation' is not concurrency-safe because non-'Sendable' type 'FileInfoClass' may have shared mutable state; this is an error in the Swift 6 language mode
  static let fileFsObjectIdInformation = fileAccessInformation
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:3:13: note: consider making enum 'FileInfoClass' conform to the 'Sendable' protocol
public enum FileInfoClass: UInt8 {
            ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:59:14: note: add '@MainActor' to make static property 'fileFsObjectIdInformation' part of global actor 'MainActor'
  static let fileFsObjectIdInformation = fileAccessInformation
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:59:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let fileFsObjectIdInformation = fileAccessInformation
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:60:14: warning: static property 'fileFsDriverPathInformation' is not concurrency-safe because non-'Sendable' type 'FileInfoClass' may have shared mutable state; this is an error in the Swift 6 language mode
  static let fileFsDriverPathInformation = fileNameInformation
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:3:13: note: consider making enum 'FileInfoClass' conform to the 'Sendable' protocol
public enum FileInfoClass: UInt8 {
            ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:60:14: note: add '@MainActor' to make static property 'fileFsDriverPathInformation' part of global actor 'MainActor'
  static let fileFsDriverPathInformation = fileNameInformation
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:60:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let fileFsDriverPathInformation = fileNameInformation
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:61:14: warning: static property 'fileFsVolumeFlagsInformation' is not concurrency-safe because non-'Sendable' type 'FileInfoClass' may have shared mutable state; this is an error in the Swift 6 language mode
  static let fileFsVolumeFlagsInformation = fileModeInformation
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:3:13: note: consider making enum 'FileInfoClass' conform to the 'Sendable' protocol
public enum FileInfoClass: UInt8 {
            ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:61:14: note: add '@MainActor' to make static property 'fileFsVolumeFlagsInformation' part of global actor 'MainActor'
  static let fileFsVolumeFlagsInformation = fileModeInformation
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:61:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let fileFsVolumeFlagsInformation = fileModeInformation
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:62:14: warning: static property 'fileFsSectorSizeInformation' is not concurrency-safe because non-'Sendable' type 'FileInfoClass' may have shared mutable state; this is an error in the Swift 6 language mode
  static let fileFsSectorSizeInformation: FileInfoClass = fileAlignmentInformation
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:3:13: note: consider making enum 'FileInfoClass' conform to the 'Sendable' protocol
public enum FileInfoClass: UInt8 {
            ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:62:14: note: add '@MainActor' to make static property 'fileFsSectorSizeInformation' part of global actor 'MainActor'
  static let fileFsSectorSizeInformation: FileInfoClass = fileAlignmentInformation
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInfoClass.swift:62:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let fileFsSectorSizeInformation: FileInfoClass = fileAlignmentInformation
             ^
  nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInformationClass.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling FileInternalInformation.swift, FileModeInformation.swift, FileNameInformation.swift, FilePositionInformation.swift, FileRenameInformation.swift, FileStandardInformation.swift, InfoType.swift, SecurityDescriptor.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal armv7k Compiling\ FileFsDeviceInformation.swift,\ FileFsLabelInformation.swift,\ FileFsSizeInformation.swift,\ FileFsVolumeInformation.swift,\ FileSystemInfoClass.swift,\ Header+CustomDebugStringConvertible.swift,\ Header.swift,\ IOCtl+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsLabelInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsSizeInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsVolumeInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileSystemInfoClass.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Header+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Header.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/IOCtl+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:19:23: warning: static property 'removableMedia' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let removableMedia = Characteristics(rawValue: 0x00000001)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:19:23: note: add '@MainActor' to make static property 'removableMedia' part of global actor 'MainActor'
    public static let removableMedia = Characteristics(rawValue: 0x00000001)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let removableMedia = Characteristics(rawValue: 0x00000001)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:20:23: warning: static property 'readOnlyDevice' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let readOnlyDevice = Characteristics(rawValue: 0x00000002)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:20:23: note: add '@MainActor' to make static property 'readOnlyDevice' part of global actor 'MainActor'
    public static let readOnlyDevice = Characteristics(rawValue: 0x00000002)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let readOnlyDevice = Characteristics(rawValue: 0x00000002)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:21:23: warning: static property 'floppyDiskette' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let floppyDiskette = Characteristics(rawValue: 0x00000004)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:21:23: note: add '@MainActor' to make static property 'floppyDiskette' part of global actor 'MainActor'
    public static let floppyDiskette = Characteristics(rawValue: 0x00000004)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let floppyDiskette = Characteristics(rawValue: 0x00000004)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:22:23: warning: static property 'writeOnceMedia' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let writeOnceMedia = Characteristics(rawValue: 0x00000008)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:22:23: note: add '@MainActor' to make static property 'writeOnceMedia' part of global actor 'MainActor'
    public static let writeOnceMedia = Characteristics(rawValue: 0x00000008)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let writeOnceMedia = Characteristics(rawValue: 0x00000008)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:23:23: warning: static property 'remoteDevice' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let remoteDevice = Characteristics(rawValue: 0x00000010)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:23:23: note: add '@MainActor' to make static property 'remoteDevice' part of global actor 'MainActor'
    public static let remoteDevice = Characteristics(rawValue: 0x00000010)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let remoteDevice = Characteristics(rawValue: 0x00000010)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:24:23: warning: static property 'deviceIsMounted' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let deviceIsMounted = Characteristics(rawValue: 0x00000020)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:24:23: note: add '@MainActor' to make static property 'deviceIsMounted' part of global actor 'MainActor'
    public static let deviceIsMounted = Characteristics(rawValue: 0x00000020)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let deviceIsMounted = Characteristics(rawValue: 0x00000020)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:25:23: warning: static property 'virtualVolume' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let virtualVolume = Characteristics(rawValue: 0x00000040)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:25:23: note: add '@MainActor' to make static property 'virtualVolume' part of global actor 'MainActor'
    public static let virtualVolume = Characteristics(rawValue: 0x00000040)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let virtualVolume = Characteristics(rawValue: 0x00000040)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:26:23: warning: static property 'deviceSecureOpen' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let deviceSecureOpen = Characteristics(rawValue: 0x00000100)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:26:23: note: add '@MainActor' to make static property 'deviceSecureOpen' part of global actor 'MainActor'
    public static let deviceSecureOpen = Characteristics(rawValue: 0x00000100)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let deviceSecureOpen = Characteristics(rawValue: 0x00000100)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:27:23: warning: static property 'characteristicTsDevice' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let characteristicTsDevice = Characteristics(rawValue: 0x00001000)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:27:23: note: add '@MainActor' to make static property 'characteristicTsDevice' part of global actor 'MainActor'
    public static let characteristicTsDevice = Characteristics(rawValue: 0x00001000)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let characteristicTsDevice = Characteristics(rawValue: 0x00001000)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:28:23: warning: static property 'characteristicWebDavDevice' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let characteristicWebDavDevice = Characteristics(rawValue: 0x00002000)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:28:23: note: add '@MainActor' to make static property 'characteristicWebDavDevice' part of global actor 'MainActor'
    public static let characteristicWebDavDevice = Characteristics(rawValue: 0x00002000)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let characteristicWebDavDevice = Characteristics(rawValue: 0x00002000)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:29:23: warning: static property 'deviceAllowAppContainerTraversal' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let deviceAllowAppContainerTraversal = Characteristics(rawValue: 0x00020000)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:29:23: note: add '@MainActor' to make static property 'deviceAllowAppContainerTraversal' part of global actor 'MainActor'
    public static let deviceAllowAppContainerTraversal = Characteristics(rawValue: 0x00020000)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let deviceAllowAppContainerTraversal = Characteristics(rawValue: 0x00020000)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:30:23: warning: static property 'portableDevice' is not concurrency-safe because non-'Sendable' type 'FileFsDeviceInformation.Characteristics' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let portableDevice = Characteristics(rawValue: 0x00004000)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:12:17: note: consider making struct 'Characteristics' conform to the 'Sendable' protocol
  public struct Characteristics: OptionSet {
                ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:30:23: note: add '@MainActor' to make static property 'portableDevice' part of global actor 'MainActor'
    public static let portableDevice = Characteristics(rawValue: 0x00004000)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let portableDevice = Characteristics(rawValue: 0x00004000)
                      ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsLabelInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsSizeInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileFsVolumeInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileSystemInformationClasses/FileSystemInfoClass.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Header+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Header.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/IOCtl+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling FileAllInformation.swift, FileBasicInformation.swift, FileDirectoryInformation.swift, FileDispositionInformation.swift, FileEaInformation.swift, FileIdBothDirectoryInformation.swift, FileInfoClass.swift, FileInformationClass.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal armv7k Compiling\ Create.swift,\ Echo+CustomDebugStringConvertible.swift,\ Echo.swift,\ ErrorResponse.swift,\ NTStatus.swift,\ FileAttributes.swift,\ FileAccessInformation.swift,\ FileAlignmentInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Create.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Echo+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Echo.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/ErrorResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/NTStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAccessInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAlignmentInformation.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Create.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Echo+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Echo.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/ErrorResponse.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/ErrorResponse.swift:4:14: warning: stored property 'header' of 'Sendable'-conforming struct 'ErrorResponse' has non-sendable type 'Header'; this is an error in the Swift 6 language mode
  public let header: Header
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Header.swift:3:15: note: consider making struct 'Header' conform to the 'Sendable' protocol
public struct Header {
              ^
                     : Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/NTStatus.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileAttributes.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAccessInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAlignmentInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling FileFsDeviceInformation.swift, FileFsLabelInformation.swift, FileFsSizeInformation.swift, FileFsVolumeInformation.swift, FileSystemInfoClass.swift, Header+CustomDebugStringConvertible.swift, Header.swift, IOCtl+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64 Compiling\ Crypto.swift,\ NTLM.swift,\ ByteReader.swift,\ Connection.swift,\ DCERPC.swift,\ NetShareEnum.swift,\ FileProxy.swift,\ FileReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Auth/NTLM.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/ByteReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/DCERPC/DCERPC.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/DCERPC/NetShareEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileReader.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Auth/NTLM.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/ByteReader.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/DCERPC/DCERPC.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/DCERPC/NetShareEnum.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileProxy.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileReader.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftDriverJobDiscovery normal arm64_32 Compiling FileFsDeviceInformation.swift, FileFsLabelInformation.swift, FileFsSizeInformation.swift, FileFsVolumeInformation.swift, FileSystemInfoClass.swift, Header+CustomDebugStringConvertible.swift, Header.swift, IOCtl+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64 Compiling\ QueryInfo+CustomDebugStringConvertible.swift,\ QueryInfo.swift,\ Read+CustomDebugStringConvertible.swift,\ Read.swift,\ SessionSetup+CustomDebugStringConvertible.swift,\ SessionSetup.swift,\ SetInfo+CustomDebugStringConvertible.swift,\ SetInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/QueryInfo+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/QueryInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Read+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Read.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SessionSetup+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SessionSetup.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SetInfo+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SetInfo.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/QueryInfo+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/QueryInfo.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Read+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Read.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SessionSetup+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SessionSetup.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SetInfo+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/SetInfo.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Create.swift, Echo+CustomDebugStringConvertible.swift, Echo.swift, ErrorResponse.swift, NTStatus.swift, FileAttributes.swift, FileAccessInformation.swift, FileAlignmentInformation.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal armv7k Compiling\ FileTime.swift,\ FileWriter.swift,\ AccessMask.swift,\ DirectoryAccessMask.swift,\ FilePipePrinterAccessMask.swift,\ Close+CustomDebugStringConvertible.swift,\ Close.swift,\ Create+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileTime.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/AccessMask/AccessMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/AccessMask/DirectoryAccessMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/AccessMask/FilePipePrinterAccessMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Close+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Close.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Create+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileTime.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileWriter.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/AccessMask/AccessMask.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/AccessMask/DirectoryAccessMask.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/AccessMask/FilePipePrinterAccessMask.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Close+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Close.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Create+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling IOCtl.swift, Logoff+CustomDebugStringConvertible.swift, Logoff.swift, Message.swift, Negotiate+CustomDebugStringConvertible.swift, Negotiate.swift, QueryDirectory+CustomDebugStringConvertible.swift, QueryDirectory.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal armv7k Compiling\ FileInternalInformation.swift,\ FileModeInformation.swift,\ FileNameInformation.swift,\ FilePositionInformation.swift,\ FileRenameInformation.swift,\ FileStandardInformation.swift,\ InfoType.swift,\ SecurityDescriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInternalInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileModeInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileNameInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FilePositionInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileRenameInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileStandardInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/InfoType.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/SecurityDescriptor.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileInternalInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileModeInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileNameInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FilePositionInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileRenameInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileStandardInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/InfoType.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/SecurityDescriptor.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling QueryInfo+CustomDebugStringConvertible.swift, QueryInfo.swift, Read+CustomDebugStringConvertible.swift, Read.swift, SessionSetup+CustomDebugStringConvertible.swift, SessionSetup.swift, SetInfo+CustomDebugStringConvertible.swift, SetInfo.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal armv7k Compiling\ Crypto.swift,\ NTLM.swift,\ ByteReader.swift,\ Connection.swift,\ DCERPC.swift,\ NetShareEnum.swift,\ FileProxy.swift,\ FileReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Auth/NTLM.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/ByteReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/DCERPC/DCERPC.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/DCERPC/NetShareEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileReader.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Auth/Crypto.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Auth/NTLM.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/ByteReader.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/DCERPC/DCERPC.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/DCERPC/NetShareEnum.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileProxy.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/FileReader.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:45:11: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          self.connection.stateUpdateHandler = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:67:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' local function; this is an error in the Swift 6 language mode
        onDisconnected(error)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:108:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.receive() { (result) in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:129:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:145:7: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
      self.buffer.append(Data(transportPacket.smb2Message))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:150:27: warning: capture of 'self' with non-sendable type 'Connection' in an isolated closure; this is an error in the Swift 6 language mode
          let data = Data(self.buffer.prefix(length))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: warning: capture of 'completion' with non-sendable type '(Result<Data, any Error>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:174:44: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  self.receive(completion: completion)
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: warning: capture of 'completion' with non-sendable type '(Result<(), any Error>) -> Void' in a '@Sendable' closure
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:224:11: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          completion(.failure(error))
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:237:9: warning: capture of 'self' with non-sendable type 'Connection' in a '@Sendable' closure
        self.buffer.append(data)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:4:14: note: class 'Connection' does not conform to the 'Sendable' protocol
public class Connection {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    defer { Task { await semaphore.signal() } }
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Connection.swift:82:26: note: closure captures 'self' which is accessible to code in the current task
    defer { Task { await semaphore.signal() } }
                         ^
SwiftDriverJobDiscovery normal arm64_32 Compiling QueryInfo+CustomDebugStringConvertible.swift, QueryInfo.swift, Read+CustomDebugStringConvertible.swift, Read.swift, SessionSetup+CustomDebugStringConvertible.swift, SessionSetup.swift, SetInfo+CustomDebugStringConvertible.swift, SetInfo.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64_32 Compiling\ Create.swift,\ Echo+CustomDebugStringConvertible.swift,\ Echo.swift,\ ErrorResponse.swift,\ NTStatus.swift,\ FileAttributes.swift,\ FileAccessInformation.swift,\ FileAlignmentInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Create.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Echo+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Echo.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/ErrorResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/NTStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAccessInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAlignmentInformation.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Create.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Echo+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Echo.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/ErrorResponse.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/ErrorResponse.swift:4:14: warning: stored property 'header' of 'Sendable'-conforming struct 'ErrorResponse' has non-sendable type 'Header'; this is an error in the Swift 6 language mode
  public let header: Header
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Header.swift:3:15: note: consider making struct 'Header' conform to the 'Sendable' protocol
public struct Header {
              ^
                     : Sendable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Errors/NTStatus.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileAttributes.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAccessInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/FileInformationClasses/FileAlignmentInformation.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling IOCtl.swift, Logoff+CustomDebugStringConvertible.swift, Logoff.swift, Message.swift, Negotiate+CustomDebugStringConvertible.swift, Negotiate.swift, QueryDirectory+CustomDebugStringConvertible.swift, QueryDirectory.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64_32 Compiling\ TreeConnect+CustomDebugStringConvertible.swift,\ TreeConnect.swift,\ TreeDisconnect+CustomDebugStringConvertible.swift,\ TreeDisconnect.swift,\ Write+CustomDebugStringConvertible.swift,\ Write.swift,\ BinaryConvertible.swift,\ Data.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/TreeConnect+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/TreeConnect.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/TreeDisconnect+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/TreeDisconnect.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Write+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Write.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Misc/BinaryConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Misc/Data.swift (in target 'SMBClient' from project 'SMBClient')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/TreeConnect+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/TreeConnect.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/TreeDisconnect+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/TreeDisconnect.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Write+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Messages/Write.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Misc/BinaryConvertible.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SMBClient/Misc/Data.swift (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling FileTime.swift, FileWriter.swift, AccessMask.swift, DirectoryAccessMask.swift, FilePipePrinterAccessMask.swift, Close+CustomDebugStringConvertible.swift, Close.swift, Create+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling FileAllInformation.swift, FileBasicInformation.swift, FileDirectoryInformation.swift, FileDispositionInformation.swift, FileEaInformation.swift, FileIdBothDirectoryInformation.swift, FileInfoClass.swift, FileInformationClass.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriverJobDiscovery normal armv7k Compiling FileFsDeviceInformation.swift, FileFsLabelInformation.swift, FileFsSizeInformation.swift, FileFsVolumeInformation.swift, FileSystemInfoClass.swift, Header+CustomDebugStringConvertible.swift, Header.swift, IOCtl+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriverJobDiscovery normal armv7k Compiling FileInternalInformation.swift, FileModeInformation.swift, FileNameInformation.swift, FilePositionInformation.swift, FileRenameInformation.swift, FileStandardInformation.swift, InfoType.swift, SecurityDescriptor.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriverJobDiscovery normal armv7k Compiling Create.swift, Echo+CustomDebugStringConvertible.swift, Echo.swift, ErrorResponse.swift, NTStatus.swift, FileAttributes.swift, FileAccessInformation.swift, FileAlignmentInformation.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriverJobDiscovery normal arm64 Compiling QueryInfo+CustomDebugStringConvertible.swift, QueryInfo.swift, Read+CustomDebugStringConvertible.swift, Read.swift, SessionSetup+CustomDebugStringConvertible.swift, SessionSetup.swift, SetInfo+CustomDebugStringConvertible.swift, SetInfo.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling Create.swift, Echo+CustomDebugStringConvertible.swift, Echo.swift, ErrorResponse.swift, NTStatus.swift, FileAttributes.swift, FileAccessInformation.swift, FileAlignmentInformation.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriverJobDiscovery normal arm64_32 Compiling TreeConnect+CustomDebugStringConvertible.swift, TreeConnect.swift, TreeDisconnect+CustomDebugStringConvertible.swift, TreeDisconnect.swift, Write+CustomDebugStringConvertible.swift, Write.swift, BinaryConvertible.swift, Data.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriver\ Compilation SMBClient normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SMBClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/SMBClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/SMBClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/SMBClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/SMBClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/SMBClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/Binary/SMBClient.o normal arm64_32 (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/SMBClient.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/SMBClient_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/SMBClient_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/SMBClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/Binary/SMBClient.o
SwiftDriverJobDiscovery normal armv7k Compiling FileTime.swift, FileWriter.swift, AccessMask.swift, DirectoryAccessMask.swift, FilePipePrinterAccessMask.swift, Close+CustomDebugStringConvertible.swift, Close.swift, Create+CustomDebugStringConvertible.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriverJobDiscovery normal arm64 Compiling Crypto.swift, NTLM.swift, ByteReader.swift, Connection.swift, DCERPC.swift, NetShareEnum.swift, FileProxy.swift, FileReader.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriver\ Compilation SMBClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SMBClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/SMBClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/SMBClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/SMBClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/SMBClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/SMBClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/Binary/SMBClient.o normal arm64 (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/SMBClient.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/SMBClient_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/SMBClient_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/SMBClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/Binary/SMBClient.o
SwiftDriverJobDiscovery normal armv7k Compiling Crypto.swift, NTLM.swift, ByteReader.swift, Connection.swift, DCERPC.swift, NetShareEnum.swift, FileProxy.swift, FileReader.swift (in target 'SMBClient' from project 'SMBClient')
SwiftDriver\ Compilation SMBClient normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SMBClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/SMBClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/SMBClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/SMBClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/SMBClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/SMBClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/Binary/SMBClient.o normal armv7k (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/SMBClient.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/SMBClient_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/SMBClient_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/SMBClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/Binary/SMBClient.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SMBClient.o normal arm64\ armv7k\ arm64_32 (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/Binary/SMBClient.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/Binary/SMBClient.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/Binary/SMBClient.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SMBClient.o
ExtractAppIntentsMetadata (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SMBClient --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 6.0 --bundle-identifier spi-builder-workspace.SMBClient --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SMBClient.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SMBClient.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/SMBClient_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/SMBClient_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/SMBClient_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/SMBClient.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/SMBClient.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/SMBClient.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/SMBClient.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/SMBClient.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64/SMBClient.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/armv7k/SMBClient.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SMBClient.build/Debug-watchos/SMBClient.build/Objects-normal/arm64_32/SMBClient.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 19:28:16.337 appintentsmetadataprocessor[744:4449] Starting appintentsmetadataprocessor export
2025-04-29 19:28:16.381 appintentsmetadataprocessor[744:4449] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SMBClient.o (in target 'SMBClient' from project 'SMBClient')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SMBClient.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SMBClient",
  "name" : "SMBClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SMBClient",
      "targets" : [
        "SMBClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SMBClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SMBClientTests",
      "path" : "Tests/SMBClientTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SMBClientTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CryptoTests.swift",
        "SMBClientTests.swift",
        "SessionTests.swift"
      ],
      "target_dependencies" : [
        "SMBClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SMBClient",
      "module_type" : "SwiftTarget",
      "name" : "SMBClient",
      "path" : "Sources/SMBClient",
      "product_memberships" : [
        "SMBClient"
      ],
      "sources" : [
        "Auth/Crypto.swift",
        "Auth/NTLM.swift",
        "ByteReader.swift",
        "Connection.swift",
        "DCERPC/DCERPC.swift",
        "DCERPC/NetShareEnum.swift",
        "FileProxy.swift",
        "FileReader.swift",
        "FileTime.swift",
        "FileWriter.swift",
        "Messages/AccessMask/AccessMask.swift",
        "Messages/AccessMask/DirectoryAccessMask.swift",
        "Messages/AccessMask/FilePipePrinterAccessMask.swift",
        "Messages/Close+CustomDebugStringConvertible.swift",
        "Messages/Close.swift",
        "Messages/Create+CustomDebugStringConvertible.swift",
        "Messages/Create.swift",
        "Messages/Echo+CustomDebugStringConvertible.swift",
        "Messages/Echo.swift",
        "Messages/Errors/ErrorResponse.swift",
        "Messages/Errors/NTStatus.swift",
        "Messages/FileAttributes.swift",
        "Messages/FileInformationClasses/FileAccessInformation.swift",
        "Messages/FileInformationClasses/FileAlignmentInformation.swift",
        "Messages/FileInformationClasses/FileAllInformation.swift",
        "Messages/FileInformationClasses/FileBasicInformation.swift",
        "Messages/FileInformationClasses/FileDirectoryInformation.swift",
        "Messages/FileInformationClasses/FileDispositionInformation.swift",
        "Messages/FileInformationClasses/FileEaInformation.swift",
        "Messages/FileInformationClasses/FileIdBothDirectoryInformation.swift",
        "Messages/FileInformationClasses/FileInfoClass.swift",
        "Messages/FileInformationClasses/FileInformationClass.swift",
        "Messages/FileInformationClasses/FileInternalInformation.swift",
        "Messages/FileInformationClasses/FileModeInformation.swift",
        "Messages/FileInformationClasses/FileNameInformation.swift",
        "Messages/FileInformationClasses/FilePositionInformation.swift",
        "Messages/FileInformationClasses/FileRenameInformation.swift",
        "Messages/FileInformationClasses/FileStandardInformation.swift",
        "Messages/FileInformationClasses/InfoType.swift",
        "Messages/FileInformationClasses/SecurityDescriptor.swift",
        "Messages/FileSystemInformationClasses/FileFsDeviceInformation.swift",
        "Messages/FileSystemInformationClasses/FileFsLabelInformation.swift",
        "Messages/FileSystemInformationClasses/FileFsSizeInformation.swift",
        "Messages/FileSystemInformationClasses/FileFsVolumeInformation.swift",
        "Messages/FileSystemInformationClasses/FileSystemInfoClass.swift",
        "Messages/Header+CustomDebugStringConvertible.swift",
        "Messages/Header.swift",
        "Messages/IOCtl+CustomDebugStringConvertible.swift",
        "Messages/IOCtl.swift",
        "Messages/Logoff+CustomDebugStringConvertible.swift",
        "Messages/Logoff.swift",
        "Messages/Message.swift",
        "Messages/Negotiate+CustomDebugStringConvertible.swift",
        "Messages/Negotiate.swift",
        "Messages/QueryDirectory+CustomDebugStringConvertible.swift",
        "Messages/QueryDirectory.swift",
        "Messages/QueryInfo+CustomDebugStringConvertible.swift",
        "Messages/QueryInfo.swift",
        "Messages/Read+CustomDebugStringConvertible.swift",
        "Messages/Read.swift",
        "Messages/SessionSetup+CustomDebugStringConvertible.swift",
        "Messages/SessionSetup.swift",
        "Messages/SetInfo+CustomDebugStringConvertible.swift",
        "Messages/SetInfo.swift",
        "Messages/TreeConnect+CustomDebugStringConvertible.swift",
        "Messages/TreeConnect.swift",
        "Messages/TreeDisconnect+CustomDebugStringConvertible.swift",
        "Messages/TreeDisconnect.swift",
        "Messages/Write+CustomDebugStringConvertible.swift",
        "Messages/Write.swift",
        "Misc/BinaryConvertible.swift",
        "Misc/Data.swift",
        "Misc/Pathname.swift",
        "Misc/Semaphore.swift",
        "Misc/String.swift",
        "Misc/UUID.swift",
        "SMBClient.swift",
        "Session.swift",
        "Transport.swift",
        "TreeAccessor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.