The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of pingx, reference main (3fd821), with Swift 6.0 for macOS (SPM) on 13 Jul 2025 16:23:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shineRR/pingx.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shineRR/pingx
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3fd8211 [IMP-3] Migrate pinger to async/await (#8)
Cloned https://github.com/shineRR/pingx.git
Revision (git rev-parse @):
3fd8211bde0ce53e33ae9c27f8807a379ba78d21
SUCCESS checkout https://github.com/shineRR/pingx.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/shineRR/pingx.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/33] Emitting module pingx
[4/36] Compiling pingx Pinger.swift
[5/36] Compiling pingx AnyPingSequence.swift
[6/36] Compiling pingx PingSequence.swift
[7/36] Compiling pingx AsyncPingerError.swift
[8/36] Compiling pingx ICMPResponseValidationError.swift
[9/36] Compiling pingx ICMPPackageExtractor.swift
[10/36] Compiling pingx Result+Extensions.swift
[11/36] Compiling pingx String+Extensions.swift
[12/36] Compiling pingx ICMPHeaderFactory.swift
[13/36] Compiling pingx SocketFactory.swift
[14/36] Compiling pingx Request.swift
[15/36] Compiling pingx PingError.swift
[16/36] Compiling pingx PingResult.swift
[17/36] Compiling pingx ICMPPacket.swift
[18/36] Compiling pingx ICMPType.swift
[19/36] Compiling pingx Payload.swift
[20/36] Compiling pingx PingxIdentifier.swift
[21/36] Compiling pingx Interval.swift
[22/36] Compiling pingx ICMPHeader.swift
[23/36] Compiling pingx Response.swift
[24/36] Compiling pingx PingxSocket.swift
[25/36] Compiling pingx PingConfiguration.swift
[26/36] Compiling pingx SafeCheckedContinuation.swift
[27/36] Compiling pingx AsyncPingerResult.swift
[28/36] Compiling pingx AsyncPinger.swift
[29/36] Compiling pingx ICMPChecksum.swift
[30/36] Compiling pingx IPv4AddressStringConverter.swift
[31/36] Compiling pingx IPv4AddressConverterError.swift
[32/36] Compiling pingx IPv4AddressConverter.swift
[33/36] Compiling pingx Atomic.swift
[34/36] Compiling pingx CommandBlock.swift
[35/36] Compiling pingx IPv4Address.swift
[36/36] Compiling pingx IPHeader.swift
Build complete! (6.31s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "pingx",
  "name" : "pingx",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "pingx",
      "targets" : [
        "pingx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "pingxTests",
      "module_type" : "SwiftTarget",
      "name" : "pingxTests",
      "path" : "Tests/pingxTests",
      "sources" : [
        "Converter/IPv4AddressConverterTests.swift",
        "Extenstions/Assertion+Extensions.swift",
        "Extenstions/PingResult+Extensions.swift",
        "Extenstions/PingSequence+Assertions.swift",
        "Mocks/Generated/AsyncPinger+AutoMockable.generated.swift",
        "Mocks/Generated/ICMPHeaderFactory+AutoMockable.generated.swift",
        "Mocks/Generated/ICMPPacketExtractor+AutoMockable.generated.swift",
        "Mocks/Generated/PingxSocket+AutoMockable.generated.swift",
        "Mocks/Generated/SocketFactory+AutoMockable.generated.swift",
        "Mocks/MockFunc.swift",
        "Mocks/MockPingSequence.swift",
        "Mocks/ThreadSafeMockFunc.swift",
        "Samples/Error+Sample.swift",
        "Samples/ICMPHeader+Sample.swift",
        "Samples/ICMPPacket+Sample.swift",
        "Samples/IPHeader+Sample.swift",
        "Samples/IPv4Address+Sample.swift",
        "Samples/Payload+Sample.swift",
        "Samples/PingxIdentifier+Sample.swift",
        "Samples/Request+Sample.swift",
        "Samples/Response+Sample.swift",
        "Tests/ICMPChecksum/ICMPChecksumTests.swift",
        "Tests/ICMPPackageExtractor/ICMPPackageExtractorTests.swift",
        "Tests/Pinger/AsyncPingerTests.swift",
        "Tests/Pinger/PingerTests.swift",
        "Tests/Request/DemandTests.swift",
        "Tests/Request/RequestTests.swift"
      ],
      "target_dependencies" : [
        "pingx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "pingx",
      "module_type" : "SwiftTarget",
      "name" : "pingx",
      "path" : "Sources/pingx",
      "product_memberships" : [
        "pingx"
      ],
      "sources" : [
        "Checksum/ICMPChecksum.swift",
        "Converter/Api/IPv4AddressStringConverter.swift",
        "Converter/Error/IPv4AddressConverterError.swift",
        "Converter/Impl/IPv4AddressConverter.swift",
        "Extensions/Result+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Factory/ICMPHeaderFactory/ICMPHeaderFactory.swift",
        "Factory/SocketFactory/SocketFactory.swift",
        "Model/Atomic/Atomic.swift",
        "Model/CommandBlock/CommandBlock.swift",
        "Model/IP/IPv4/IPv4Address.swift",
        "Model/IPHeader/IPHeader.swift",
        "Model/Identifier/PingxIdentifier.swift",
        "Model/Interval/Interval.swift",
        "Model/Packets/ICMP/ICMPHeader.swift",
        "Model/Packets/ICMP/ICMPPacket.swift",
        "Model/Packets/ICMP/ICMPType.swift",
        "Model/Payload/Payload.swift",
        "Model/Request/Request.swift",
        "Model/Response/PingError.swift",
        "Model/Response/PingResult.swift",
        "Model/Response/Response.swift",
        "Model/Socket/PingxSocket.swift",
        "Pinger/Configuration/PingConfiguration.swift",
        "Pinger/Error/AsyncPingerError.swift",
        "Pinger/Error/ICMPResponseValidationError.swift",
        "Pinger/Helpers/ICMPPackageExtractor.swift",
        "Pinger/Helpers/SafeCheckedContinuation.swift",
        "Pinger/Model/AsyncPingerResult.swift",
        "Pinger/Pingers/AsyncPinger.swift",
        "Pinger/Pingers/Pinger.swift",
        "Pinger/Sequence/AnyPingSequence.swift",
        "Pinger/Sequence/PingSequence.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.