The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SimpleNetworking, reference 2.0.0 (4e87c1), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 13:13:54 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/gonzalezreal/SimpleNetworking.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gonzalezreal/SimpleNetworking
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 4e87c1f Update README (#19)
Cloned https://github.com/gonzalezreal/SimpleNetworking.git
Revision (git rev-parse @):
4e87c1fe1310b83d3418ebcfe626c7f2512cc35a
SUCCESS checkout https://github.com/gonzalezreal/SimpleNetworking.git at 2.0.0
Fetching https://github.com/apple/swift-log
[1/6521] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (1.23s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.2.0 (1.88s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.2.0
========================================
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": "simplenetworking",
      "name": "SimpleNetworking",
      "url": "https://github.com/gonzalezreal/SimpleNetworking.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleNetworking",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log",
          "version": "1.11.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "traits": [
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/gonzalezreal/SimpleNetworking.git
[1/453] Fetching simplenetworking
Fetched https://github.com/gonzalezreal/SimpleNetworking.git from cache (0.72s)
Fetching https://github.com/apple/swift-log from cache
Fetched https://github.com/apple/swift-log from cache (0.49s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.11.0 (1.06s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.11.0
Creating working copy for https://github.com/gonzalezreal/SimpleNetworking.git
Working copy of https://github.com/gonzalezreal/SimpleNetworking.git resolved at 2.0.0 (4e87c1f)
warning: '.resolve-product-dependencies': dependency 'simplenetworking' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/gonzalezreal/SimpleNetworking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Emitting module Logging
[5/7] Compiling Logging LogHandler.swift
[6/7] Compiling Logging Logging.swift
[7/7] Compiling Logging Locks.swift
[8/22] Compiling SimpleNetworking APIClient.swift
[9/22] Compiling SimpleNetworking APIClientConfiguration.swift
[10/22] Compiling SimpleNetworking URLRequest+APIRequest.swift
[11/22] Emitting module SimpleNetworking
[12/22] Compiling SimpleNetworking Exports.swift
[13/22] Compiling SimpleNetworking ContentType.swift
[14/22] Compiling SimpleNetworking Data+LogDescription.swift
[15/22] Compiling SimpleNetworking Dictionary+LogDescription.swift
[16/22] Compiling SimpleNetworking HTTPStubProtocol.swift
[17/22] Compiling SimpleNetworking HeaderField.swift
[18/22] Compiling SimpleNetworking APIClientError.swift
[19/22] Compiling SimpleNetworking APIError.swift
[20/22] Compiling SimpleNetworking HTTPURLResponse+Logging.swift
[21/22] Compiling SimpleNetworking APIRequest+Convenience.swift
[22/22] Compiling SimpleNetworking APIRequest.swift
[23/23] Compiling SimpleNetworking URLSession+Stubbed.swift
Build complete! (5.58s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "SimpleNetworking",
  "name" : "SimpleNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleNetworking",
      "targets" : [
        "SimpleNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleNetworkingTests",
      "path" : "Tests/SimpleNetworkingTests",
      "sources" : [
        "APIClientTest.swift",
        "APIRequestTest.swift",
        "Fixtures.swift",
        "HTTPURLResponseAdditionsTest.swift",
        "URLRequestAdditionsTest.swift"
      ],
      "target_dependencies" : [
        "SimpleNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleNetworking",
      "module_type" : "SwiftTarget",
      "name" : "SimpleNetworking",
      "path" : "Sources/SimpleNetworking",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "SimpleNetworking"
      ],
      "sources" : [
        "APIClient.swift",
        "APIClientConfiguration.swift",
        "APIClientError.swift",
        "APIError.swift",
        "APIRequest+Convenience.swift",
        "APIRequest.swift",
        "ContentType.swift",
        "Data+LogDescription.swift",
        "Dictionary+LogDescription.swift",
        "HTTPStubProtocol.swift",
        "HTTPURLResponse+Logging.swift",
        "HeaderField.swift",
        "Internal/Exports.swift",
        "URLRequest+APIRequest.swift",
        "URLSession+Stubbed.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.