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 1.1.0 (3fd821), with Swift 6.2 (beta) for macOS (SPM) on 13 Jul 2025 16:23:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shineRR/pingx
 * tag               1.1.0      -> FETCH_HEAD
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 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/shineRR/pingx.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/33] Emitting module pingx
[4/36] Compiling pingx Request.swift
[5/36] Compiling pingx PingError.swift
[6/36] Compiling pingx PingResult.swift
[7/36] Compiling pingx Result+Extensions.swift
[8/36] Compiling pingx String+Extensions.swift
[9/36] Compiling pingx ICMPHeaderFactory.swift
[10/36] Compiling pingx SocketFactory.swift
[11/36] Compiling pingx AsyncPingerError.swift
[12/36] Compiling pingx ICMPResponseValidationError.swift
[13/36] Compiling pingx ICMPPackageExtractor.swift
[14/36] Compiling pingx ICMPPacket.swift
[15/36] Compiling pingx ICMPType.swift
[16/36] Compiling pingx Payload.swift
[17/36] Compiling pingx ICMPChecksum.swift
[18/36] Compiling pingx IPv4AddressStringConverter.swift
[19/36] Compiling pingx IPv4AddressConverterError.swift
[20/36] Compiling pingx IPv4AddressConverter.swift
[21/36] Compiling pingx Response.swift
[22/36] Compiling pingx PingxSocket.swift
[23/36] Compiling pingx PingConfiguration.swift
[24/36] Compiling pingx Pinger.swift
[25/36] Compiling pingx AnyPingSequence.swift
[26/36] Compiling pingx PingSequence.swift
[27/36] Compiling pingx PingxIdentifier.swift
[28/36] Compiling pingx Interval.swift
[29/36] Compiling pingx ICMPHeader.swift
[30/36] Compiling pingx SafeCheckedContinuation.swift
[31/36] Compiling pingx AsyncPingerResult.swift
[32/36] Compiling pingx AsyncPinger.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.15s)
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.