The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SimpleNetworking, reference main (85a76c), with Swift 6.1 for macOS (SPM) on 2 Feb 2026 13:47:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/SimpleNetworking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/0xWDG/SimpleNetworking.git
https://github.com/0xWDG/SimpleNetworking.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleNetworking",
  "name" : "SimpleNetworking",
  "path" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/28] Emitting module SimpleNetworking
[5/30] Compiling SimpleNetworking SNMock.swift
[6/30] Compiling SimpleNetworking resource_bundle_accessor.swift
[7/30] Compiling SimpleNetworking isURL.swift
[8/30] Compiling SimpleNetworking toJSON.swift
[9/30] Compiling SimpleNetworking Delete.swift
[10/30] Compiling SimpleNetworking Get.swift
[11/30] Compiling SimpleNetworking Post.swift
[12/30] Compiling SimpleNetworking Put.swift
[13/30] Compiling SimpleNetworking request.swift
[14/30] Compiling SimpleNetworking uploadMethods.swift
[15/30] Compiling SimpleNetworking Debug.swift
[16/30] Compiling SimpleNetworking HTTPMethod.swift
[17/30] Compiling SimpleNetworking NetworkResponse.swift
[18/30] Compiling SimpleNetworking createHTTPBody.swift
[19/30] Compiling SimpleNetworking exec.swift
[20/30] Compiling SimpleNetworking logging.swift
[21/30] Compiling SimpleNetworking NetworkingError.swift
[22/30] Compiling SimpleNetworking POSTEncoding.swift
[23/30] Compiling SimpleNetworking FileUpload.swift
[24/30] Compiling SimpleNetworking HTTPHeader.swift
[25/30] Compiling SimpleNetworking EventSource.swift
[26/30] Compiling SimpleNetworking WebSocket.swift
[27/30] Compiling SimpleNetworking cookies.swift
[28/30] Compiling SimpleNetworking SimpleNetworkingWrapper.swift
[29/30] Compiling SimpleNetworking Upload.swift
[30/30] Compiling SimpleNetworking SimpleNetworking.swift
Build complete! (6.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleNetworking",
  "name" : "SimpleNetworking",
  "path" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.