The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Socket, reference 1.1.2 (5a936a), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 22:27:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/BlueSocket.git
Reference: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/BlueSocket
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at 5a936a3 Update Package.swift
Cloned https://github.com/OperatorFoundation/BlueSocket.git
Revision (git rev-parse @):
5a936a3b46fc97e4220e92aa7c9e7d957710d629
SUCCESS checkout https://github.com/OperatorFoundation/BlueSocket.git at 1.1.2
Fetching https://github.com/apple/swift-argument-parser
[1/17553] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.39s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.03s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "bluesocket",
      "name": "Socket",
      "url": "https://github.com/OperatorFoundation/BlueSocket.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueSocket",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.7.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/OperatorFoundation/BlueSocket.git
[1/2764] Fetching bluesocket
Fetched https://github.com/OperatorFoundation/BlueSocket.git from cache (1.11s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.68s)
Creating working copy for https://github.com/OperatorFoundation/BlueSocket.git
Working copy of https://github.com/OperatorFoundation/BlueSocket.git resolved at 1.1.2 (5a936a3)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/OperatorFoundation/BlueSocket.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/17] Write sources
[5/17] Write BlueSocketTestServer-entitlement.plist
[5/17] Write BlueSocketTestClient-entitlement.plist
[9/17] Write sources
[10/17] Write swift-version--6988338F2F200930.txt
[12/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/25] Emitting module ArgumentParserToolInfo
[14/72] Emitting module ArgumentParser
[15/77] Compiling ArgumentParser CommandConfiguration.swift
[16/77] Compiling ArgumentParser CommandGroup.swift
[17/77] Compiling ArgumentParser EnumerableFlag.swift
[18/77] Compiling ArgumentParser ExpressibleByArgument.swift
[19/77] Compiling ArgumentParser ParsableArguments.swift
[20/77] Compiling ArgumentParser ArgumentHelp.swift
[21/77] Compiling ArgumentParser ArgumentVisibility.swift
[22/77] Compiling ArgumentParser CompletionKind.swift
[23/77] Compiling ArgumentParser Errors.swift
[24/77] Compiling ArgumentParser Flag.swift
[25/77] Compiling ArgumentParser NameSpecification.swift
[26/77] Compiling ArgumentParser Option.swift
[27/77] Compiling ArgumentParser OptionGroup.swift
[28/77] Compiling ArgumentParser ParentCommand.swift
[29/77] Compiling ArgumentParser AsyncParsableCommand.swift
[30/77] Compiling ArgumentParser Platform.swift
[31/77] Compiling ArgumentParser SequenceExtensions.swift
[32/77] Compiling ArgumentParser StringExtensions.swift
[33/77] Compiling ArgumentParser SwiftExtensions.swift
[34/77] Compiling ArgumentParser Tree.swift
[35/77] Compiling ArgumentParser CodingKeyValidator.swift
[36/77] Compiling ArgumentParser NonsenseFlagsValidator.swift
[37/77] Compiling ArgumentParser ParsableArgumentsValidation.swift
[38/77] Compiling ArgumentParser PositionalArgumentsValidator.swift
[39/77] Compiling ArgumentParser UniqueNamesValidator.swift
[40/77] Compiling ArgumentParser BashCompletionsGenerator.swift
[41/77] Compiling ArgumentParser CompletionsGenerator.swift
[42/77] Compiling ArgumentParser FishCompletionsGenerator.swift
[43/77] Compiling ArgumentParser ZshCompletionsGenerator.swift
[44/77] Compiling ArgumentParser Argument.swift
[45/77] Compiling ArgumentParser ArgumentDiscussion.swift
[46/77] Compiling ArgumentParser InputKey.swift
[47/77] Compiling ArgumentParser InputOrigin.swift
[48/77] Compiling ArgumentParser Name.swift
[49/77] Compiling ArgumentParser Parsed.swift
[50/77] Compiling ArgumentParser ParsedValues.swift
[51/77] Compiling ArgumentParser ParserError.swift
[52/77] Compiling ArgumentParser SplitArguments.swift
[53/77] Compiling ArgumentParser DumpHelpGenerator.swift
[54/77] Compiling ArgumentParser HelpCommand.swift
[55/77] Compiling ArgumentParser HelpGenerator.swift
[56/77] Compiling ArgumentParser ParsableCommand.swift
[57/77] Compiling ArgumentParser ArgumentDecoder.swift
[58/77] Compiling ArgumentParser ArgumentDefinition.swift
[59/77] Compiling ArgumentParser ArgumentSet.swift
[60/77] Compiling ArgumentParser CommandParser.swift
[61/77] Compiling Socket SocketProtocols.swift
[62/77] Compiling Socket SocketUtils.swift
[63/77] Compiling ArgumentParser MessageInfo.swift
[64/77] Compiling ArgumentParser UsageGenerator.swift
[65/77] Compiling ArgumentParser CollectionExtensions.swift
[66/77] Compiling ArgumentParser Foundation.swift
[67/77] Compiling ArgumentParser Mutex.swift
[68/77] Compiling Socket Socket+Hashable.swift
[69/77] Emitting module Socket
[70/77] Compiling Socket Socket+Equatable.swift
[71/77] Compiling Socket Socket.swift
[72/86] Compiling BlueSocketTestCommonLibrary ServerOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/BlueSocketTestCommonLibrary/ServerOperation.swift:24:14: warning: class 'ServerOperation' must restate inherited '@unchecked Sendable' conformance
22 | import Socket
23 |
24 | public class ServerOperation: Operation {
   |              `- warning: class 'ServerOperation' must restate inherited '@unchecked Sendable' conformance
25 |     let serverHandler: ServerHandler
26 |     var clientHandlers: [ClientHandler]
[73/86] Compiling BlueSocketTestCommonLibrary ServerHandler.swift
[74/86] Compiling BlueSocketTestCommonLibrary SocketHandler.swift
[75/86] Compiling BlueSocketTestCommonLibrary Common.swift
[76/86] Compiling BlueSocketTestCommonLibrary Array+ClientController.swift
[77/86] Emitting module BlueSocketTestCommonLibrary
/Users/admin/builder/spi-builder-workspace/Sources/BlueSocketTestCommonLibrary/ServerOperation.swift:24:14: warning: class 'ServerOperation' must restate inherited '@unchecked Sendable' conformance
22 | import Socket
23 |
24 | public class ServerOperation: Operation {
   |              `- warning: class 'ServerOperation' must restate inherited '@unchecked Sendable' conformance
25 |     let serverHandler: ServerHandler
26 |     var clientHandlers: [ClientHandler]
[78/86] Compiling BlueSocketTestCommonLibrary ClientHandler.swift
[79/86] Compiling BlueSocketTestCommonLibrary ClientController.swift
[80/86] Compiling BlueSocketTestCommonLibrary Array+SocketHandler.swift
[81/90] Compiling BlueSocketTestServer main.swift
[82/90] Emitting module BlueSocketTestServer
[82/90] Write Objects.LinkFileList
[84/90] Emitting module BlueSocketTestClient
[85/90] Compiling BlueSocketTestClient main.swift
[85/90] Write Objects.LinkFileList
[86/90] Linking BlueSocketTestServer
[87/90] Linking BlueSocketTestClient
[88/90] Applying BlueSocketTestServer
[89/90] Applying BlueSocketTestClient
Build complete! (12.06s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Socket",
  "name" : "Socket",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Socket",
      "targets" : [
        "Socket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BlueSocketTestCommonLibrary",
      "targets" : [
        "BlueSocketTestCommonLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BlueSocketTestServer",
      "targets" : [
        "BlueSocketTestServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "BlueSocketTestClient",
      "targets" : [
        "BlueSocketTestClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SocketTests",
      "module_type" : "SwiftTarget",
      "name" : "SocketTests",
      "path" : "Tests/SocketTests",
      "sources" : [
        "SocketTests.swift",
        "VerifyLinuxTestCount.swift"
      ],
      "target_dependencies" : [
        "Socket",
        "BlueSocketTestCommonLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Socket",
      "module_type" : "SwiftTarget",
      "name" : "Socket",
      "path" : "Sources/Socket",
      "product_memberships" : [
        "Socket",
        "BlueSocketTestCommonLibrary",
        "BlueSocketTestServer",
        "BlueSocketTestClient"
      ],
      "sources" : [
        "Socket+Equatable.swift",
        "Socket+Hashable.swift",
        "Socket.swift",
        "SocketProtocols.swift",
        "SocketUtils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BlueSocketTestServer",
      "module_type" : "SwiftTarget",
      "name" : "BlueSocketTestServer",
      "path" : "Sources/BlueSocketTestServer",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "BlueSocketTestServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "BlueSocketTestCommonLibrary"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BlueSocketTestCommonLibrary",
      "module_type" : "SwiftTarget",
      "name" : "BlueSocketTestCommonLibrary",
      "path" : "Sources/BlueSocketTestCommonLibrary",
      "product_memberships" : [
        "BlueSocketTestCommonLibrary",
        "BlueSocketTestServer",
        "BlueSocketTestClient"
      ],
      "sources" : [
        "Array+ClientController.swift",
        "Array+SocketHandler.swift",
        "ClientController.swift",
        "ClientHandler.swift",
        "Common.swift",
        "ServerHandler.swift",
        "ServerOperation.swift",
        "SocketHandler.swift"
      ],
      "target_dependencies" : [
        "Socket"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BlueSocketTestClient",
      "module_type" : "SwiftTarget",
      "name" : "BlueSocketTestClient",
      "path" : "Sources/BlueSocketTestClient",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "BlueSocketTestClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "BlueSocketTestCommonLibrary"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
Done.