Build Information
Successful build of Socket with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/Socket.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/PureSwift/Socket
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
Fetching https://github.com/PureSwift/swift-system from cache
Fetched https://github.com/PureSwift/swift-system (0.27s)
Creating working copy for https://github.com/PureSwift/swift-system
Working copy of https://github.com/PureSwift/swift-system resolved at feature/dynamic-lib
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "socket",
"name": "Socket",
"url": "https://github.com/PureSwift/Socket.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Socket",
"dependencies": [
{
"identity": "swift-system",
"name": "swift-system",
"url": "https://github.com/PureSwift/swift-system",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/PureSwift/Socket.git from cache
Fetched https://github.com/PureSwift/Socket.git (0.19s)
Fetching https://github.com/PureSwift/swift-system from cache
Fetched https://github.com/PureSwift/swift-system (0.27s)
Creating working copy for https://github.com/PureSwift/Socket.git
Working copy of https://github.com/PureSwift/Socket.git resolved at main
Creating working copy for https://github.com/PureSwift/swift-system
Working copy of https://github.com/PureSwift/swift-system resolved at feature/dynamic-lib
warning: '.resolve-product-dependencies': dependency 'socket' is not used by any target
Found 1 product dependencies
- swift-system
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling CSystem shims.c
[1/2] Compiling CSocket shims.c
[3/26] Compiling SystemPackage FilePathString.swift
[4/26] Compiling SystemPackage FilePathSyntax.swift
[5/26] Compiling SystemPackage FilePathWindows.swift
[6/26] Compiling SystemPackage FilePermissions.swift
[7/26] Compiling SystemPackage Backcompat.swift
[8/26] Compiling SystemPackage CInterop.swift
[9/29] Compiling SystemPackage Errno.swift
[10/29] Compiling SystemPackage FileDescriptor.swift
[11/29] Compiling SystemPackage FileHelpers.swift
[12/29] Compiling SystemPackage FileOperations.swift
[13/29] Emitting module SystemPackage
[14/29] Compiling SystemPackage Constants.swift
[15/29] Compiling SystemPackage Exports.swift
[16/29] Compiling SystemPackage Mocking.swift
[17/29] Compiling SystemPackage FilePath.swift
[18/29] Compiling SystemPackage FilePathComponentView.swift
[19/29] Compiling SystemPackage FilePathComponents.swift
[20/29] Compiling SystemPackage FilePathParsing.swift
[21/29] Compiling SystemPackage RawBuffer.swift
[22/29] Compiling SystemPackage Syscalls.swift
[23/29] Compiling SystemPackage WindowsSyscallAdapters.swift
[24/29] Compiling SystemPackage MachPort.swift
[25/29] Compiling SystemPackage PlatformString.swift
[26/29] Compiling SystemPackage SystemString.swift
[27/29] Compiling SystemPackage Util+StringArray.swift
[28/29] Compiling SystemPackage Util.swift
[29/29] Compiling SystemPackage UtilConsumers.swift
[30/68] Compiling Socket CInterop.swift
[31/68] Compiling Socket CSocketAddress.swift
[32/68] Compiling Socket Constants.swift
[33/68] Compiling Socket Errno.swift
[34/68] Compiling Socket FileChange.swift
[35/68] Compiling Socket FileEvent.swift
[36/73] Emitting module Socket
[37/73] Compiling Socket SocketOptionID.swift
[38/73] Compiling Socket SocketOptionLevel.swift
[39/73] Compiling Socket SocketProtocol.swift
[40/73] Compiling Socket IPv4Protocol.swift
[41/73] Compiling Socket IPv6Protocol.swift
[42/73] Compiling Socket FileFlags.swift
[43/73] Compiling Socket IOControl.swift
[44/73] Compiling Socket IODirection.swift
[45/73] Compiling Socket IOOperations.swift
[46/73] Compiling Socket IOType.swift
[47/73] Compiling Socket InternetProtocol.swift
[48/73] Compiling Socket LinkLayerProtocol.swift
[49/73] Compiling Socket UnixProtocol.swift
[50/73] Compiling Socket SocketType.swift
[51/73] Compiling Socket Syscalls.swift
[52/73] Compiling Socket Util.swift
[53/73] Compiling Socket MessageFlags.swift
[54/73] Compiling Socket NetworkInterface.swift
[55/73] Compiling Socket NetworkOrder.swift
[56/73] Compiling Socket Poll.swift
[57/73] Compiling Socket SocketAddress.swift
[58/73] Compiling Socket SocketDescriptor.swift
[59/73] Compiling Socket SocketFlags.swift
[60/73] Compiling Socket SocketHelpers.swift
[61/73] Compiling Socket SocketOperations.swift
[62/73] Compiling Socket SocketOption.swift
[63/73] Compiling Socket IPv4SocketAddress.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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
[64/73] Compiling Socket IPv6SocketAddress.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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
[65/73] Compiling Socket LinkLayerSocketAddress.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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
[66/73] Compiling Socket UnixSocketAddress.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/73] Compiling Socket SocketAddressFamily.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/73] Compiling Socket Socket.swift
/Users/admin/builds/J1XnyXFH/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)
^
[69/73] Compiling Socket SocketContinuation.swift
/Users/admin/builds/J1XnyXFH/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)
^
[70/73] Compiling Socket SocketManager.swift
/Users/admin/builds/J1XnyXFH/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)
^
[71/73] Compiling Socket AsyncSocketManager.swift
/Users/admin/builds/J1XnyXFH/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/73] Compiling Socket CFSocketManager.swift
/Users/admin/builds/J1XnyXFH/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/73] Compiling Socket CInternetAddress.swift
/Users/admin/builds/J1XnyXFH/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! (12.19s)
Build complete.
Done.