The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SimpleNetworking, reference main (85a76c), with Swift 6.3 for Linux on 15 Apr 2026 14:45:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/SimpleNetworking.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/0xWDG/SimpleNetworking
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 85a76c4 Merge pull request #12 from 0xWDG/add-upload-and-propertywrappers
Cloned https://github.com/0xWDG/SimpleNetworking.git
Revision (git rev-parse @):
85a76c4c4026a66d9e7950afd096c84a0de5b72a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SimpleNetworking.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/0xWDG/SimpleNetworking.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/27] Compiling SimpleNetworking Post.swift
[5/27] Compiling SimpleNetworking Put.swift
[6/27] Compiling SimpleNetworking SimpleNetworkingWrapper.swift
[7/27] Compiling SimpleNetworking Upload.swift
[8/27] Compiling SimpleNetworking isURL.swift
[9/27] Compiling SimpleNetworking toJSON.swift
[10/27] Compiling SimpleNetworking Delete.swift
[11/27] Compiling SimpleNetworking Get.swift
[12/27] Compiling SimpleNetworking SimpleNetworking.swift
[13/27] Compiling SimpleNetworking EventSource.swift
[14/27] Compiling SimpleNetworking WebSocket.swift
[15/30] Compiling SimpleNetworking Debug.swift
[16/30] Compiling SimpleNetworking FileUpload.swift
[17/30] Compiling SimpleNetworking HTTPHeader.swift
[18/30] Compiling SimpleNetworking HTTPMethod.swift
[19/30] Compiling SimpleNetworking NetworkResponse.swift
[20/30] Compiling SimpleNetworking NetworkingError.swift
[21/30] Compiling SimpleNetworking logging.swift
[22/30] Compiling SimpleNetworking request.swift
[23/30] Compiling SimpleNetworking uploadMethods.swift
[24/30] Emitting module SimpleNetworking
[25/30] Compiling SimpleNetworking cookies.swift
[26/30] Compiling SimpleNetworking createHTTPBody.swift
[27/30] Compiling SimpleNetworking exec.swift
[28/30] Compiling SimpleNetworking POSTEncoding.swift
[29/30] Compiling SimpleNetworking SNMock.swift
[30/30] Compiling SimpleNetworking resource_bundle_accessor.swift
Build complete! (15.36s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleNetworking",
  "name" : "SimpleNetworking",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleNetworking",
      "targets" : [
        "SimpleNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleNetworkingTests",
      "path" : "Tests/SimpleNetworkingTests",
      "sources" : [
        "PropertyWrapperTests.swift",
        "SimpleNetworkingTests.swift"
      ],
      "target_dependencies" : [
        "SimpleNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleNetworking",
      "module_type" : "SwiftTarget",
      "name" : "SimpleNetworking",
      "path" : "Sources/SimpleNetworking",
      "product_memberships" : [
        "SimpleNetworking"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SimpleNetworking/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Helpers/isURL.swift",
        "Helpers/toJSON.swift",
        "PropertyWrappers/Delete.swift",
        "PropertyWrappers/Get.swift",
        "PropertyWrappers/Post.swift",
        "PropertyWrappers/Put.swift",
        "PropertyWrappers/SimpleNetworkingWrapper.swift",
        "PropertyWrappers/Upload.swift",
        "SimpleNetworking.swift",
        "SimpleNetworking/EventSource.swift",
        "SimpleNetworking/WebSocket.swift",
        "SimpleNetworking/cookies.swift",
        "SimpleNetworking/createHTTPBody.swift",
        "SimpleNetworking/exec.swift",
        "SimpleNetworking/logging.swift",
        "SimpleNetworking/request.swift",
        "SimpleNetworking/uploadMethods.swift",
        "Structs/Debug.swift",
        "Structs/FileUpload.swift",
        "Structs/HTTPHeader.swift",
        "Structs/HTTPMethod.swift",
        "Structs/NetworkResponse.swift",
        "Structs/NetworkingError.swift",
        "Structs/POSTEncoding.swift",
        "Structs/SNMock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.