The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Binder, reference master (944805), with Swift 6.1 for Linux on 15 Feb 2026 08:05:51 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/Binder.git
Reference: master
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/PureSwift/Binder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9448052 Merge pull request #2 from PureSwift/feature/github-ci
Cloned https://github.com/PureSwift/Binder.git
Revision (git rev-parse @):
9448052f88ee4c852123aaabb78063f0024ed11a
SUCCESS checkout https://github.com/PureSwift/Binder.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PureSwift/Binder.git
https://github.com/PureSwift/Binder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "socket",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/Socket"
    }
  ],
  "manifest_display_name" : "Binder",
  "name" : "Binder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Binder",
      "targets" : [
        "Binder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CBinder",
      "module_type" : "ClangTarget",
      "name" : "CBinder",
      "path" : "Sources/CBinder",
      "product_memberships" : [
        "Binder"
      ],
      "sources" : [
        "binder.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BinderTests",
      "module_type" : "SwiftTarget",
      "name" : "BinderTests",
      "path" : "Tests/BinderTests",
      "sources" : [
        "BinderTests.swift"
      ],
      "target_dependencies" : [
        "Binder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Binder",
      "module_type" : "SwiftTarget",
      "name" : "Binder",
      "path" : "Sources/Binder",
      "product_dependencies" : [
        "SystemPackage",
        "Socket"
      ],
      "product_memberships" : [
        "Binder"
      ],
      "sources" : [
        "Binder.swift",
        "BinderCommand.swift",
        "BinderType.swift",
        "DriverCommandProtocol.swift",
        "DriverReturnProtocol.swift",
        "Extensions/FilePath.swift",
        "Extensions/OptionSet.swift",
        "FlatBinderObjectFlags.swift",
        "TransactionFlags.swift",
        "Version.swift",
        "WriteReadTransaction.swift"
      ],
      "target_dependencies" : [
        "CBinder"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/PureSwift/Socket
[1/1331] Fetching socket
Fetched https://github.com/PureSwift/Socket from cache (0.37s)
Fetching https://github.com/apple/swift-system
[1/5552] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.47s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (1.07s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Creating working copy for https://github.com/PureSwift/Socket
Working copy of https://github.com/PureSwift/Socket resolved at main (85fdcac)
Building for debugging...
[0/8] Write sources
[3/8] Compiling CSocket android.c
[4/8] Compiling CSocket shims.c
[5/8] Compiling CSystem shims.c
[6/8] Write swift-version-24593BA9C3E375BF.txt
[6/8] Compiling CBinder binder.c
[9/39] Emitting module SystemPackage
[10/43] Compiling SystemPackage SystemString.swift
[11/43] Compiling SystemPackage Util+StringArray.swift
[12/43] Compiling SystemPackage Util.swift
[13/43] Compiling SystemPackage UtilConsumers.swift
[14/43] Compiling SystemPackage Errno.swift
[15/43] Compiling SystemPackage ErrnoWindows.swift
[16/43] Compiling SystemPackage FileDescriptor.swift
[17/43] Compiling SystemPackage FileHelpers.swift
[18/43] Compiling SystemPackage FileOperations.swift
[19/43] Compiling SystemPackage FilePath.swift
[20/43] Compiling SystemPackage FilePathComponentView.swift
[21/43] Compiling SystemPackage FilePathComponents.swift
[22/43] Compiling SystemPackage FilePathParsing.swift
[23/43] Compiling SystemPackage FilePathString.swift
[24/43] Compiling SystemPackage FilePathWindows.swift
[25/43] Compiling SystemPackage FilePermissions.swift
[26/43] Compiling SystemPackage IOCompletion.swift
[27/43] Compiling SystemPackage IORequest.swift
[28/43] Compiling SystemPackage Constants.swift
[29/43] Compiling SystemPackage Exports.swift
[30/43] Compiling SystemPackage Mocking.swift
[31/43] Compiling SystemPackage RawBuffer.swift
[32/43] Compiling SystemPackage IORing.swift
[33/43] Compiling SystemPackage RawIORequest.swift
[34/43] Compiling SystemPackage Backcompat.swift
[35/43] Compiling SystemPackage CInterop.swift
[36/43] Compiling SystemPackage FilePathSyntax.swift
[37/43] Compiling SystemPackage FilePathTemp.swift
[38/43] Compiling SystemPackage FilePathTempPosix.swift
[39/43] Compiling SystemPackage FilePathTempWindows.swift
[40/43] Compiling SystemPackage Syscalls.swift
[41/43] Compiling SystemPackage WindowsSyscallAdapters.swift
[42/43] Compiling SystemPackage MachPort.swift
[43/43] Compiling SystemPackage PlatformString.swift
[45/85] Compiling Socket SocketOptionLevel.swift
[46/85] Compiling Socket SocketProtocol.swift
[47/85] Compiling Socket IPv4Protocol.swift
[48/85] Compiling Socket IPv6Protocol.swift
[49/85] Compiling Socket LinkLayerProtocol.swift
[50/90] Compiling Socket MessageFlags.swift
[51/90] Compiling Socket NetworkInterface.swift
[52/90] Compiling Socket NetworkOrder.swift
[53/90] Compiling Socket Poll.swift
[54/90] Compiling Socket SocketAddress.swift
[55/90] Compiling Socket IPv4SocketAddress.swift
[56/90] Compiling Socket SocketFlags.swift
[57/90] Compiling Socket SocketHelpers.swift
[58/90] Compiling Socket SocketOperations.swift
[59/90] Compiling Socket SocketOption.swift
[60/90] Compiling Socket SocketOptionID.swift
[61/90] Compiling Socket FileFlags.swift
[62/90] Compiling Socket IOControl.swift
[63/90] Compiling Socket IODirection.swift
[64/90] Compiling Socket IOOperations.swift
[65/90] Compiling Socket IOType.swift
[66/90] Compiling Socket InternetProtocol.swift
[67/90] Emitting module Socket
[68/90] Compiling Socket UnixProtocol.swift
[69/90] Compiling Socket SocketType.swift
[70/90] Compiling Socket Syscalls.swift
[71/90] Compiling Socket TCPSocketOption.swift
[72/90] Compiling Socket Util.swift
[73/90] Compiling Socket IPv6SocketAddress.swift
[74/90] Compiling Socket LinkLayerSocketAddress.swift
[75/90] Compiling Socket UnixSocketAddress.swift
[76/90] Compiling Socket SocketAddressFamily.swift
[77/90] Compiling Socket SocketDescriptor.swift
[78/90] Compiling Socket SocketEvent.swift
[79/90] Compiling Socket CInterop.swift
[80/90] Compiling Socket CSocketAddress.swift
[81/90] Compiling Socket Constants.swift
[82/90] Compiling Socket Errno.swift
[83/90] Compiling Socket FileChange.swift
[84/90] Compiling Socket FileEvent.swift
[85/90] Compiling Socket Socket.swift
[86/90] Compiling Socket SocketContinuation.swift
[87/90] Compiling Socket SocketManager.swift
[88/90] Compiling Socket AsyncSocketManager.swift
[89/90] Compiling Socket CFSocketManager.swift
[90/90] Compiling Socket CInternetAddress.swift
[92/102] Compiling Binder OptionSet.swift
[93/103] Compiling Binder DriverReturnProtocol.swift
[94/103] Compiling Binder FilePath.swift
[95/103] Compiling Binder TransactionFlags.swift
[96/103] Compiling Binder Version.swift
[97/103] Compiling Binder FlatBinderObjectFlags.swift
[98/103] Compiling Binder Binder.swift
[99/103] Compiling Binder BinderCommand.swift
[100/103] Emitting module Binder
[101/103] Compiling Binder BinderType.swift
[102/103] Compiling Binder DriverCommandProtocol.swift
[103/103] Compiling Binder WriteReadTransaction.swift
Build complete! (13.99s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "socket",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/Socket"
    }
  ],
  "manifest_display_name" : "Binder",
  "name" : "Binder",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Binder",
      "targets" : [
        "Binder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CBinder",
      "module_type" : "ClangTarget",
      "name" : "CBinder",
      "path" : "Sources/CBinder",
      "product_memberships" : [
        "Binder"
      ],
      "sources" : [
        "binder.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BinderTests",
      "module_type" : "SwiftTarget",
      "name" : "BinderTests",
      "path" : "Tests/BinderTests",
      "sources" : [
        "BinderTests.swift"
      ],
      "target_dependencies" : [
        "Binder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Binder",
      "module_type" : "SwiftTarget",
      "name" : "Binder",
      "path" : "Sources/Binder",
      "product_dependencies" : [
        "SystemPackage",
        "Socket"
      ],
      "product_memberships" : [
        "Binder"
      ],
      "sources" : [
        "Binder.swift",
        "BinderCommand.swift",
        "BinderType.swift",
        "DriverCommandProtocol.swift",
        "DriverReturnProtocol.swift",
        "Extensions/FilePath.swift",
        "Extensions/OptionSet.swift",
        "FlatBinderObjectFlags.swift",
        "TransactionFlags.swift",
        "Version.swift",
        "WriteReadTransaction.swift"
      ],
      "target_dependencies" : [
        "CBinder"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.