The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftErickNetwork, reference 1.0.6 (c1c29a), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 15:46:24 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/h-suo/SwiftErickNetwork.git
Reference: 1.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/h-suo/SwiftErickNetwork
 * tag               1.0.6      -> FETCH_HEAD
HEAD is now at c1c29aa docs: update README
Cloned https://github.com/h-suo/SwiftErickNetwork.git
Revision (git rev-parse @):
c1c29aa78aeba889bbc0e2305ed67e857c604ec7
SUCCESS checkout https://github.com/h-suo/SwiftErickNetwork.git at 1.0.6
========================================
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": "swiftericknetwork",
      "name": "SwiftErickNetwork",
      "url": "https://github.com/h-suo/SwiftErickNetwork.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftErickNetwork",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/h-suo/SwiftErickNetwork.git
[1/120] Fetching swiftericknetwork
Fetched https://github.com/h-suo/SwiftErickNetwork.git from cache (0.62s)
Creating working copy for https://github.com/h-suo/SwiftErickNetwork.git
Working copy of https://github.com/h-suo/SwiftErickNetwork.git resolved at 1.0.6 (c1c29aa)
warning: '.resolve-product-dependencies': dependency 'swiftericknetwork' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/h-suo/SwiftErickNetwork.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Compiling SwiftErickNetwork NetworkManager.swift
[4/10] Compiling SwiftErickNetwork HttpMethod.swift
[5/10] Compiling SwiftErickNetwork URLSessionDataTaskProtocol.swift
[6/10] Compiling SwiftErickNetwork NetworkManageable.swift
[7/10] Compiling SwiftErickNetwork NetworkConfigurable.swift
[8/10] Compiling SwiftErickNetwork NetworkError.swift
[9/10] Emitting module SwiftErickNetwork
[10/10] Compiling SwiftErickNetwork URLSessionProtocol.swift
Build complete! (4.62s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftErickNetwork",
  "name" : "SwiftErickNetwork",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftErickNetwork",
      "targets" : [
        "SwiftErickNetwork"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftErickNetworkTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftErickNetworkTests",
      "path" : "Tests/SwiftErickNetworkTests",
      "sources" : [
        "NetworkConfigurable/NetworkConfigurableTests.swift",
        "NetworkManageable/NetworkManageableTests.swift",
        "TestDouble/Dummy/DummyDTO.swift",
        "TestDouble/Dummy/Response/DummyAsyncResponse.swift",
        "TestDouble/Dummy/Response/DummyCombineResponse.swift",
        "TestDouble/Dummy/Response/DummyResponse.swift",
        "TestDouble/Mock/MockURLSession.swift",
        "TestDouble/Stub/StubEndPoint.swift"
      ],
      "target_dependencies" : [
        "SwiftErickNetwork"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftErickNetwork",
      "module_type" : "SwiftTarget",
      "name" : "SwiftErickNetwork",
      "path" : "Sources/SwiftErickNetwork",
      "product_memberships" : [
        "SwiftErickNetwork"
      ],
      "sources" : [
        "Error/NetworkError.swift",
        "NetworkProtocol/NetworkConfigurable.swift",
        "NetworkProtocol/NetworkManageable.swift",
        "URLSessionProtocol/URLSessionDataTaskProtocol.swift",
        "URLSessionProtocol/URLSessionProtocol.swift",
        "Util/HttpMethod.swift",
        "Util/NetworkManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.