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 pingx, reference 1.0.9 (66c254), with Swift 5.10 for macOS (SPM) on 3 Jan 2025 20:21:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shineRR/pingx.git
Reference: 1.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shineRR/pingx
 * tag               1.0.9      -> FETCH_HEAD
HEAD is now at 66c2541 [IMP-1] Transitioning to Swift Testing - Part 2 (#7)
Cloned https://github.com/shineRR/pingx.git
Revision (git rev-parse @):
66c2541918d2a329458e8acd365ef5beb2947851
SUCCESS checkout https://github.com/shineRR/pingx.git at 1.0.9
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/shineRR/pingx.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/39] Emitting module pingx
[4/42] Compiling pingx ICMPResponseValidationError.swift
[5/42] Compiling pingx PingerError.swift
[6/42] Compiling pingx ContinuousPinger.swift
[7/42] Compiling pingx PacketSenderImpl.swift
[8/42] Compiling pingx Pinger.swift
[9/42] Compiling pingx PingerConfiguration.swift
[10/42] Compiling pingx PingerDelegate.swift
[11/42] Compiling pingx Atomic.swift
[12/42] Compiling pingx CommandBlock.swift
[13/42] Compiling pingx FatalError.swift
[14/42] Compiling pingx IPv4Address.swift
[15/42] Compiling pingx ICMPChecksum.swift
[16/42] Compiling pingx IPv4AddressConverterApi.swift
[17/42] Compiling pingx IPv4AddressConverterError.swift
[18/42] Compiling pingx IPv4AddressConverter.swift
[19/42] Compiling pingx SocketFactory.swift
[20/42] Compiling pingx SocketFactoryImpl.swift
[21/42] Compiling pingx TimerFactory.swift
[22/42] Compiling pingx TimerFactoryImpl.swift
[23/42] Compiling pingx IPHeader.swift
[24/42] Compiling pingx PacketType.swift
[25/42] Compiling pingx ICMPHeader.swift
[26/42] Compiling pingx ICMPPacket.swift
[27/42] Compiling pingx PingxDispatchSourceTimer.swift
[28/42] Compiling pingx PacketSender.swift
[29/42] Compiling pingx PacketSenderDelegate.swift
[30/42] Compiling pingx PacketSenderError.swift
[31/42] Compiling pingx ICMPType.swift
[32/42] Compiling pingx Packet.swift
[33/42] Compiling pingx Payload.swift
[34/42] Compiling pingx Request.swift
[35/42] Compiling pingx Response.swift
[36/42] Compiling pingx PingxSocket.swift
[37/42] Compiling pingx PingxSocketImpl.swift
[38/42] Compiling pingx PingxTimer.swift
[39/42] Compiling pingx DispatchQueue+Extensions.swift
[40/42] Compiling pingx String+Extensions.swift
[41/42] Compiling pingx PacketFactory.swift
[42/42] Compiling pingx PacketFactoryImpl.swift
Build complete! (6.20s)
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/ICMPResponseValidationError+Equatable.swift",
        "Extenstions/XCTestCase+Extensions.swift",
        "ICMPChecksum/ICMPChecksumTests.swift",
        "Mocks/Generated/PacketFactory+AutoMockable.generated.swift",
        "Mocks/Generated/PacketSender+AutoMockable.generated.swift",
        "Mocks/Generated/PingxSocket+AutoMockable.generated.swift",
        "Mocks/Generated/PingxTimer+AutoMockable.generated.swift",
        "Mocks/Generated/SocketFactory+AutoMockable.generated.swift",
        "Mocks/Generated/TimerFactory+AutoMockable.generated.swift",
        "Mocks/Packet/PacketMock.swift",
        "Mocks/PacketSenderDelegate/PacketSenderDelegateMock.swift",
        "Mocks/PingerDelegate/PingerDelegateMock.swift",
        "PacketSender/PacketSenderTests.swift",
        "Pinger/PingerTests.swift",
        "Request/DemandTests.swift",
        "Samples/ICMPHeader+Sample.swift"
      ],
      "target_dependencies" : [
        "pingx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "pingx",
      "module_type" : "SwiftTarget",
      "name" : "pingx",
      "path" : "Sources/pingx",
      "product_memberships" : [
        "pingx"
      ],
      "sources" : [
        "Checksum/Impl/ICMPChecksum.swift",
        "Converter/Api/IPv4AddressConverterApi.swift",
        "Converter/Error/IPv4AddressConverterError.swift",
        "Converter/Impl/IPv4AddressConverter.swift",
        "Extensions/DispatchQueue+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Factory/PacketFactory/Api/PacketFactory.swift",
        "Factory/PacketFactory/Impl/PacketFactoryImpl.swift",
        "Factory/SocketFactory/Api/SocketFactory.swift",
        "Factory/SocketFactory/Impl/SocketFactoryImpl.swift",
        "Factory/TimerFactory/Api/TimerFactory.swift",
        "Factory/TimerFactory/Impl/TimerFactoryImpl.swift",
        "Model/Atomic/Atomic.swift",
        "Model/CommandBlock/CommandBlock.swift",
        "Model/FatalError/FatalError.swift",
        "Model/IP/IPv4/IPv4Address.swift",
        "Model/IPHeader/IPHeader.swift",
        "Model/PacketType/PacketType.swift",
        "Model/Packets/ICMP/ICMPHeader.swift",
        "Model/Packets/ICMP/ICMPPacket.swift",
        "Model/Packets/ICMP/ICMPType.swift",
        "Model/Packets/Packet/Packet.swift",
        "Model/Payload/Payload.swift",
        "Model/Request/Request.swift",
        "Model/Response/Response.swift",
        "Model/Socket/Api/PingxSocket.swift",
        "Model/Socket/Impl/PingxSocketImpl.swift",
        "Model/Timer/Api/PingxTimer.swift",
        "Model/Timer/Impl/PingxDispatchSourceTimer.swift",
        "PacketSender/Api/PacketSender.swift",
        "PacketSender/Delegate/PacketSenderDelegate.swift",
        "PacketSender/Error/PacketSenderError.swift",
        "PacketSender/Impl/PacketSenderImpl.swift",
        "Pinger/Api/Pinger.swift",
        "Pinger/Configuration/PingerConfiguration.swift",
        "Pinger/Delegate/PingerDelegate.swift",
        "Pinger/Error/ICMPResponseValidationError.swift",
        "Pinger/Error/PingerError.swift",
        "Pinger/Impl/ContinuousPinger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.