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 SocketAddress, reference 0.2.0 (f5bf2f), with Swift 6.2 for macOS (SPM) on 17 Nov 2025 05:42:23 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SocketAddress.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PADL/SocketAddress
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at f5bf2f1 add withMutableSockAddr accessor
Cloned https://github.com/PADL/SocketAddress.git
Revision (git rev-parse @):
f5bf2f1daed55a3148ba3e939df32c36960b4195
SUCCESS checkout https://github.com/PADL/SocketAddress.git at 0.2.0
Fetching https://github.com/apple/swift-system
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (1.12s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (1.73s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
========================================
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": "socketaddress",
      "name": "SocketAddress",
      "url": "https://github.com/PADL/SocketAddress.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SocketAddress",
      "dependencies": [
        {
          "identity": "swift-system",
          "name": "swift-system",
          "url": "https://github.com/apple/swift-system",
          "version": "1.6.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/PADL/SocketAddress.git
[1/186] Fetching socketaddress
Fetched https://github.com/PADL/SocketAddress.git from cache (0.61s)
Fetching https://github.com/apple/swift-system from cache
Fetched https://github.com/apple/swift-system from cache (0.49s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.55s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Creating working copy for https://github.com/PADL/SocketAddress.git
Working copy of https://github.com/PADL/SocketAddress.git resolved at 0.2.0 (f5bf2f1)
warning: '.resolve-product-dependencies': dependency 'socketaddress' is not used by any target
Found 1 product dependencies
  - swift-system
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/PADL/SocketAddress.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Compiling CSystem shims.c
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/32] Emitting module SystemPackage
[6/32] Compiling SystemPackage Errno.swift
[7/32] Compiling SystemPackage ErrnoWindows.swift
[8/32] Compiling SystemPackage FileDescriptor.swift
[9/35] Compiling SystemPackage FilePathComponentView.swift
[10/35] Compiling SystemPackage FilePathComponents.swift
[11/35] Compiling SystemPackage FilePathParsing.swift
[12/35] Compiling SystemPackage FileHelpers.swift
[13/35] Compiling SystemPackage FileOperations.swift
[14/35] Compiling SystemPackage FilePath.swift
[15/35] Compiling SystemPackage FilePathTempPosix.swift
[16/35] Compiling SystemPackage FilePathTempWindows.swift
[17/35] Compiling SystemPackage FilePathWindows.swift
[18/35] Compiling SystemPackage FilePathString.swift
[19/35] Compiling SystemPackage FilePathSyntax.swift
[20/35] Compiling SystemPackage FilePathTemp.swift
[21/35] Compiling SystemPackage RawBuffer.swift
[22/35] Compiling SystemPackage Syscalls.swift
[23/35] Compiling SystemPackage WindowsSyscallAdapters.swift
[24/35] Compiling SystemPackage FilePermissions.swift
[25/35] Compiling SystemPackage Backcompat.swift
[26/35] Compiling SystemPackage CInterop.swift
[27/35] Compiling SystemPackage Util+StringArray.swift
[28/35] Compiling SystemPackage Util.swift
[29/35] Compiling SystemPackage UtilConsumers.swift
[30/35] Compiling SystemPackage Constants.swift
[31/35] Compiling SystemPackage Exports.swift
[32/35] Compiling SystemPackage Mocking.swift
[33/35] Compiling SystemPackage MachPort.swift
[34/35] Compiling SystemPackage PlatformString.swift
[35/35] Compiling SystemPackage SystemString.swift
[36/38] Emitting module SocketAddress
[37/38] Compiling SocketAddress Utils.swift
[38/38] Compiling SocketAddress SocketAddress.swift
Build complete! (3.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    }
  ],
  "manifest_display_name" : "SocketAddress",
  "name" : "SocketAddress",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SocketAddress",
      "targets" : [
        "SocketAddress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CLinuxSockAddr",
      "targets" : [
        "CLinuxSockAddr"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SocketAddressTests",
      "module_type" : "SwiftTarget",
      "name" : "SocketAddressTests",
      "path" : "Tests/SocketAddressTests",
      "sources" : [
        "SocketAddressTests.swift"
      ],
      "target_dependencies" : [
        "SocketAddress"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SocketAddress",
      "module_type" : "SwiftTarget",
      "name" : "SocketAddress",
      "path" : "Sources/SocketAddress",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "SocketAddress"
      ],
      "sources" : [
        "SocketAddress.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CLinuxSockAddr"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLinuxSockAddr",
      "module_type" : "SystemLibraryTarget",
      "name" : "CLinuxSockAddr",
      "path" : "Sources/CLinuxSockAddr",
      "product_memberships" : [
        "SocketAddress",
        "CLinuxSockAddr"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.9"
}
Done.