The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MockNetworking, reference main (fbbd85), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 03:40:55 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Machx/MockNetworking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Machx/MockNetworking
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fbbd858 resolve update
Cloned https://github.com/Machx/MockNetworking.git
Revision (git rev-parse @):
fbbd858fe3b5d291b1bdb8f8dd49acee414466c9
SUCCESS checkout https://github.com/Machx/MockNetworking.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Machx/MockNetworking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/19] Compiling Konkyo Atomic.swift
[5/20] Compiling Konkyo Condition.swift
[6/20] Compiling Konkyo LoggingExtensions.swift
[7/20] Compiling Konkyo ViewModel.swift
[8/20] Emitting module Konkyo
[9/20] Compiling Konkyo RollingDictionary.swift
[10/20] Compiling Konkyo Debouncer.swift
[11/20] Compiling Konkyo NSLockExtensions.swift
[12/20] Compiling Konkyo UIApplicationExtensions.swift
[13/20] Compiling Konkyo Mutex.swift
[14/20] Compiling Konkyo AsynchronousOperationBase.swift
[15/20] Compiling Konkyo NetworkingExtensions.swift
[16/20] Compiling Konkyo Settings.swift
[17/20] Compiling Konkyo Initialization.swift
[18/20] Compiling Konkyo Log.swift
[19/20] Compiling Konkyo ViewExtension.swift
[20/20] Compiling Konkyo CPUInfo.swift
[21/27] Compiling MockNetworking URLSession.swift
[22/27] Compiling MockNetworking MockResponseStore.swift
[23/27] Compiling MockNetworking MockPropertyResponse.swift
[24/27] Compiling MockNetworking HTTPURLResponse.swift
[25/27] Compiling MockNetworking Dictionary.swift
[26/27] Emitting module MockNetworking
[27/27] Compiling MockNetworking MockURLProtocol.swift
Build complete! (11.55s)
Fetching https://github.com/Machx/Konkyo.git
[1/2639] Fetching konkyo
Fetched https://github.com/Machx/Konkyo.git from cache (0.83s)
Computing version for https://github.com/Machx/Konkyo.git
Computed https://github.com/Machx/Konkyo.git at 0.5.2 (1.26s)
Creating working copy for https://github.com/Machx/Konkyo.git
Working copy of https://github.com/Machx/Konkyo.git resolved at 0.5.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "konkyo",
      "requirement" : {
        "exact" : [
          "0.5.2"
        ]
      },
      "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" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.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" : "6.0"
}
Done.