The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MockNetworking, reference 0.2.5 (2a9d3e), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 17:31:58 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/Machx/MockNetworking.git
Reference: 0.2.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Machx/MockNetworking
 * tag               0.2.5      -> FETCH_HEAD
HEAD is now at 2a9d3e8 refactor test  to also test url string
Cloned https://github.com/Machx/MockNetworking.git
Revision (git rev-parse @):
2a9d3e84d6589a1434b7628f60218e7be55bbd56
SUCCESS checkout https://github.com/Machx/MockNetworking.git at 0.2.5
Fetching https://github.com/Machx/Konkyo.git
[1/2805] Fetching konkyo
Fetched https://github.com/Machx/Konkyo.git from cache (0.78s)
Computing version for https://github.com/Machx/Konkyo.git
Computed https://github.com/Machx/Konkyo.git at 0.5.1 (1.38s)
Creating working copy for https://github.com/Machx/Konkyo.git
Working copy of https://github.com/Machx/Konkyo.git resolved at 0.5.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": "mocknetworking",
      "name": "MockNetworking",
      "url": "https://github.com/Machx/MockNetworking.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MockNetworking",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "konkyo",
          "name": "Konkyo",
          "url": "https://github.com/Machx/Konkyo.git",
          "version": "0.5.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Konkyo",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Machx/MockNetworking.git
[1/838] Fetching mocknetworking
Fetched https://github.com/Machx/MockNetworking.git from cache (0.76s)
Fetching https://github.com/Machx/Konkyo.git from cache
Fetched https://github.com/Machx/Konkyo.git from cache (0.44s)
Computing version for https://github.com/Machx/Konkyo.git
Computed https://github.com/Machx/Konkyo.git at 0.5.1 (0.54s)
Creating working copy for https://github.com/Machx/MockNetworking.git
Working copy of https://github.com/Machx/MockNetworking.git resolved at 0.2.5 (2a9d3e8)
Creating working copy for https://github.com/Machx/Konkyo.git
Working copy of https://github.com/Machx/Konkyo.git resolved at 0.5.1
warning: '.resolve-product-dependencies': dependency 'mocknetworking' is not used by any target
Found 1 product dependencies
  - Konkyo
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Machx/MockNetworking.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/20] Compiling Konkyo Condition.swift
[5/20] Compiling Konkyo AsynchronousOperationBase.swift
[6/20] Compiling Konkyo Atomic.swift
[7/20] Compiling Konkyo Mutex.swift
[8/21] Compiling Konkyo UnfairLock.swift
[9/21] Compiling Konkyo NetworkingExtensions.swift
[10/21] Compiling Konkyo Settings.swift
[11/21] Compiling Konkyo Initialization.swift
[12/21] Compiling Konkyo Log.swift
[13/21] Compiling Konkyo LoggingExtensions.swift
[14/21] Compiling Konkyo ViewModel.swift
[15/21] Compiling Konkyo NSLockExtensions.swift
[16/21] Compiling Konkyo UIApplicationExtensions.swift
[17/21] Emitting module Konkyo
[18/21] Compiling Konkyo RollingDictionary.swift
[19/21] Compiling Konkyo Debouncer.swift
[20/21] Compiling Konkyo ViewExtension.swift
[21/21] Compiling Konkyo CPUInfo.swift
[22/28] Compiling MockNetworking MockResponseStore.swift
[23/28] Compiling MockNetworking MockPropertyResponse.swift
[24/28] Compiling MockNetworking URLSession.swift
[25/28] Compiling MockNetworking Dictionary.swift
[26/28] Emitting module MockNetworking
[27/28] Compiling MockNetworking MockURLProtocol.swift
[28/28] Compiling MockNetworking HTTPURLResponse.swift
Build complete! (11.31s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "konkyo",
      "requirement" : {
        "exact" : [
          "0.5.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Machx/Konkyo.git"
    }
  ],
  "manifest_display_name" : "MockNetworking",
  "name" : "MockNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "MockNetworking",
      "targets" : [
        "MockNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MockNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "MockNetworkingTests",
      "path" : "Tests/MockNetworkingTests",
      "sources" : [
        "MockNetworkingTests.swift"
      ],
      "target_dependencies" : [
        "MockNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MockNetworking",
      "module_type" : "SwiftTarget",
      "name" : "MockNetworking",
      "path" : "Sources/MockNetworking",
      "product_dependencies" : [
        "Konkyo"
      ],
      "product_memberships" : [
        "MockNetworking"
      ],
      "sources" : [
        "Extensions/Dictionary.swift",
        "Extensions/HTTPURLResponse.swift",
        "Extensions/URLSession.swift",
        "MockPropertyResponse.swift",
        "MockResponseStore.swift",
        "MockURLProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.