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 main (f5bf2f), with Swift 6.1 for Android on 17 Nov 2025 05:43:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SocketAddress.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/PADL/SocketAddress
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PADL/SocketAddress.git
https://github.com/PADL/SocketAddress.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-system
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.36s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.93s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-24593BA9C3E375BF.txt
[3/4] Compiling CSystem shims.c
[5/35] Emitting module SystemPackage
[6/39] Compiling SystemPackage SystemString.swift
[7/39] Compiling SystemPackage Util+StringArray.swift
[8/39] Compiling SystemPackage Util.swift
[9/39] Compiling SystemPackage UtilConsumers.swift
[10/39] Compiling SystemPackage Errno.swift
[11/39] Compiling SystemPackage ErrnoWindows.swift
[12/39] Compiling SystemPackage FileDescriptor.swift
[13/39] Compiling SystemPackage FileHelpers.swift
[14/39] Compiling SystemPackage FileOperations.swift
[15/39] Compiling SystemPackage FilePathSyntax.swift
[16/39] Compiling SystemPackage FilePathTemp.swift
[17/39] Compiling SystemPackage FilePathTempPosix.swift
[18/39] Compiling SystemPackage FilePathTempWindows.swift
[19/39] Compiling SystemPackage FilePathWindows.swift
[20/39] Compiling SystemPackage FilePermissions.swift
[21/39] Compiling SystemPackage IOCompletion.swift
[22/39] Compiling SystemPackage IORequest.swift
[23/39] Compiling SystemPackage IORing.swift
[24/39] Compiling SystemPackage RawIORequest.swift
[25/39] Compiling SystemPackage Backcompat.swift
[26/39] Compiling SystemPackage CInterop.swift
[27/39] Compiling SystemPackage Syscalls.swift
[28/39] Compiling SystemPackage WindowsSyscallAdapters.swift
[29/39] Compiling SystemPackage MachPort.swift
[30/39] Compiling SystemPackage PlatformString.swift
[31/39] Compiling SystemPackage FilePath.swift
[32/39] Compiling SystemPackage FilePathComponentView.swift
[33/39] Compiling SystemPackage FilePathComponents.swift
[34/39] Compiling SystemPackage FilePathParsing.swift
[35/39] Compiling SystemPackage FilePathString.swift
[36/39] Compiling SystemPackage Constants.swift
[37/39] Compiling SystemPackage Exports.swift
[38/39] Compiling SystemPackage Mocking.swift
[39/39] Compiling SystemPackage RawBuffer.swift
[41/43] Compiling SocketAddress Utils.swift
[42/43] Compiling SocketAddress SocketAddress.swift
[43/43] Emitting module SocketAddress
Build complete! (10.04s)
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" : "/host/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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.