Build Information
Successful build of SwiftyPing, reference master (05591b
), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 12:15:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samiyr/SwiftyPing.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samiyr/SwiftyPing
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 05591bc Better sequence index handling, new true sequence index
Cloned https://github.com/samiyr/SwiftyPing.git
Revision (git rev-parse @):
05591bc0047e41e0e1d98135c6bc457192a72d39
SUCCESS checkout https://github.com/samiyr/SwiftyPing.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftyping",
"name": "SwiftyPing",
"url": "https://github.com/samiyr/SwiftyPing.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyPing",
"dependencies": [
]
}
]
}
Fetching https://github.com/samiyr/SwiftyPing.git
[1/497] Fetching swiftyping
Fetched https://github.com/samiyr/SwiftyPing.git from cache (1.25s)
Creating working copy for https://github.com/samiyr/SwiftyPing.git
Working copy of https://github.com/samiyr/SwiftyPing.git resolved at master (05591bc)
warning: '.resolve-product-dependencies': dependency 'swiftyping' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/samiyr/SwiftyPing.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Emitting module SwiftyPing
[4/4] Compiling SwiftyPing SwiftyPing.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyPing/SwiftyPing.swift:370:27: warning: capture of 'self' with non-sendable type 'SwiftyPing' in a `@Sendable` closure; this is an error in the Swift 6 language mode
93 |
94 | /// Represents a single ping instance. A ping instance has a single destination.
95 | public class SwiftyPing: NSObject {
| `- note: class 'SwiftyPing' does not conform to the 'Sendable' protocol
96 | /// Describes the ping host destination.
97 | public struct Destination {
:
368 |
369 | _serial.async {
370 | let address = self.destination.ipv4Address
| `- warning: capture of 'self' with non-sendable type 'SwiftyPing' in a `@Sendable` closure; this is an error in the Swift 6 language mode
371 | do {
372 | let icmpPackage = try self.createICMPPackage(identifier: UInt16(self.identifier), sequenceNumber: UInt16(self.sequenceIndex))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyPing/SwiftyPing.swift:482:17: warning: capture of 'self' with non-sendable type 'SwiftyPing' in a `@Sendable` closure; this is an error in the Swift 6 language mode
93 |
94 | /// Represents a single ping instance. A ping instance has a single destination.
95 | public class SwiftyPing: NSObject {
| `- note: class 'SwiftyPing' does not conform to the 'Sendable' protocol
96 | /// Describes the ping host destination.
97 | public struct Destination {
:
480 | if shouldSchedulePing() {
481 | _serial.asyncAfter(deadline: .now() + configuration.pingInterval) {
482 | self.sendPing()
| `- warning: capture of 'self' with non-sendable type 'SwiftyPing' in a `@Sendable` closure; this is an error in the Swift 6 language mode
483 | }
484 | }
Build complete! (5.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyPing",
"name" : "SwiftyPing",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyPing",
"targets" : [
"SwiftyPing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyPingTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyPingTests",
"path" : "Tests/SwiftyPingTests",
"sources" : [
"SwiftyPingTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftyPing"
],
"type" : "test"
},
{
"c99name" : "SwiftyPing",
"module_type" : "SwiftTarget",
"name" : "SwiftyPing",
"path" : "Sources/SwiftyPing",
"product_memberships" : [
"SwiftyPing"
],
"sources" : [
"SwiftyPing.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.