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 Socket with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/Socket.git
Reference: 0.3.2
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/PureSwift/Socket
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at 489e63b Sleep between every socket polling
Cloned https://github.com/PureSwift/Socket.git
Revision (git rev-parse @):
489e63b9cf0998f820f9f994f25cd5cb5f602404
SUCCESS checkout https://github.com/PureSwift/Socket.git at 0.3.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/PureSwift/Socket.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Compiling CSocket shims.c
[3/5] Compiling CSystem shims.c
[4/5] Write swift-version--423B1241ED78D482.txt
[6/29] Emitting module SystemPackage
[7/32] Compiling SystemPackage Util+StringArray.swift
[8/32] Compiling SystemPackage Util.swift
[9/32] Compiling SystemPackage UtilConsumers.swift
[10/32] Compiling SystemPackage Errno.swift
[11/32] Compiling SystemPackage FileDescriptor.swift
[12/32] Compiling SystemPackage FileHelpers.swift
[13/32] Compiling SystemPackage FileOperations.swift
[14/32] Compiling SystemPackage FilePermissions.swift
[15/32] Compiling SystemPackage Backcompat.swift
[16/32] Compiling SystemPackage CInterop.swift
[17/32] Compiling SystemPackage MachPort.swift
[18/32] Compiling SystemPackage PlatformString.swift
[19/32] Compiling SystemPackage SystemString.swift
[20/32] Compiling SystemPackage Constants.swift
[21/32] Compiling SystemPackage Exports.swift
[22/32] Compiling SystemPackage Mocking.swift
[23/32] Compiling SystemPackage FilePathString.swift
[24/32] Compiling SystemPackage FilePathSyntax.swift
[25/32] Compiling SystemPackage FilePathWindows.swift
[26/32] Compiling SystemPackage RawBuffer.swift
[27/32] Compiling SystemPackage Syscalls.swift
[28/32] Compiling SystemPackage WindowsSyscallAdapters.swift
[29/32] Compiling SystemPackage FilePath.swift
[30/32] Compiling SystemPackage FilePathComponentView.swift
[31/32] Compiling SystemPackage FilePathComponents.swift
[32/32] Compiling SystemPackage FilePathParsing.swift
[33/71] Compiling Socket CInterop.swift
[34/71] Compiling Socket CSocketAddress.swift
[35/71] Compiling Socket Constants.swift
[36/71] Compiling Socket Errno.swift
[37/71] Compiling Socket FileChange.swift
[38/71] Compiling Socket FileEvent.swift
[39/76] Compiling Socket FileFlags.swift
[40/76] Compiling Socket IOControl.swift
[41/76] Compiling Socket IODirection.swift
[42/76] Compiling Socket IOOperations.swift
[43/76] Compiling Socket IOType.swift
[44/76] Compiling Socket InternetProtocol.swift
[45/76] Compiling Socket SocketOptionID.swift
[46/76] Compiling Socket SocketOptionLevel.swift
[47/76] Compiling Socket SocketProtocol.swift
[48/76] Compiling Socket IPv4Protocol.swift
[49/76] Compiling Socket IPv6Protocol.swift
[50/76] Compiling Socket LinkLayerProtocol.swift
[51/76] Compiling Socket UnixProtocol.swift
[52/76] Compiling Socket SocketType.swift
[53/76] Compiling Socket Syscalls.swift
[54/76] Compiling Socket Util.swift
[55/76] Emitting module Socket
[56/76] Compiling Socket SocketDescriptor.swift
[57/76] Compiling Socket SocketFlags.swift
[58/76] Compiling Socket SocketHelpers.swift
[59/76] Compiling Socket SocketOperations.swift
[60/76] Compiling Socket SocketOption.swift
[61/76] Compiling Socket MessageFlags.swift
[62/76] Compiling Socket NetworkInterface.swift
[63/76] Compiling Socket NetworkOrder.swift
[64/76] Compiling Socket Poll.swift
[65/76] Compiling Socket SocketAddress.swift
[66/76] Compiling Socket IPv4SocketAddress.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
                    .assign(from: platformString, count: path.length + 1)
                     ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length + 1)
                     ^~~~~~
                     update
[67/76] Compiling Socket IPv6SocketAddress.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
                    .assign(from: platformString, count: path.length + 1)
                     ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length + 1)
                     ^~~~~~
                     update
[68/76] Compiling Socket LinkLayerSocketAddress.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
                    .assign(from: platformString, count: path.length + 1)
                     ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length + 1)
                     ^~~~~~
                     update
[69/76] Compiling Socket UnixSocketAddress.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
                    .assign(from: platformString, count: path.length + 1)
                     ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length + 1)
                     ^~~~~~
                     update
[70/76] Compiling Socket SocketAddressFamily.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
                    .assign(from: platformString, count: path.length + 1)
                     ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length + 1)
                     ^~~~~~
                     update
[71/76] Compiling Socket Socket.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/CInternetAddress.swift:22:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[72/76] Compiling Socket SocketContinuation.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/CInternetAddress.swift:22:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[73/76] Compiling Socket SocketManager.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/CInternetAddress.swift:22:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[74/76] Compiling Socket AsyncSocketManager.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/CInternetAddress.swift:22:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[75/76] Compiling Socket CFSocketManager.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/CInternetAddress.swift:22:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[76/76] Compiling Socket CInternetAddress.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Socket/System/CInternetAddress.swift:22:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
Build complete! (5.71s)
Fetching https://github.com/PureSwift/swift-system from cache
Fetched https://github.com/PureSwift/swift-system from cache (0.20s)
Creating working copy for https://github.com/PureSwift/swift-system
Working copy of https://github.com/PureSwift/swift-system resolved at feature/dynamic-lib (bd3d1f6)
Build complete.
Done.