The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MockNetworking with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Machx/MockNetworking.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Machx/MockNetworking
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 731cbf2 revert back
Cloned https://github.com/Machx/MockNetworking.git
Revision (git rev-parse @):
731cbf2083948b8328a6301e327bfadad38649c2
SUCCESS checkout https://github.com/Machx/MockNetworking.git at main
Fetching https://github.com/Machx/Konkyo.git from cache
Fetched https://github.com/Machx/Konkyo.git (0.22s)
Creating working copy for https://github.com/Machx/Konkyo.git
Working copy of https://github.com/Machx/Konkyo.git resolved at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "mocknetworking",
      "name": "MockNetworking",
      "url": "https://github.com/Machx/MockNetworking.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MockNetworking",
      "dependencies": [
        {
          "identity": "konkyo",
          "name": "Konkyo",
          "url": "https://github.com/Machx/Konkyo.git",
          "version": "unspecified",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Konkyo",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Machx/MockNetworking.git from cache
Fetched https://github.com/Machx/MockNetworking.git (0.21s)
Fetching https://github.com/Machx/Konkyo.git from cache
Fetched https://github.com/Machx/Konkyo.git (0.20s)
Creating working copy for https://github.com/Machx/Konkyo.git
Working copy of https://github.com/Machx/Konkyo.git resolved at main
Creating working copy for https://github.com/Machx/MockNetworking.git
Working copy of https://github.com/Machx/MockNetworking.git resolved at main
warning: '.resolve-product-dependencies': dependency 'mocknetworking' is not used by any target
Found 1 product dependencies
  - Konkyo
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/14] Compiling Konkyo AsynchronousOperationBase.swift
[2/14] Compiling Konkyo Atomic.swift
[3/14] Compiling Konkyo Promise.swift
[4/14] Compiling Konkyo Condition.swift
[5/14] Compiling Konkyo Mutex.swift
[6/14] Compiling Konkyo NetworkingExtensions.swift
[7/14] Compiling Konkyo CPUInfo.swift
[8/15] Compiling Konkyo RollingDictionary.swift
[9/15] Compiling Konkyo NSLockExtensions.swift
[10/15] Compiling Konkyo Log.swift
[11/15] Compiling Konkyo ViewModel.swift
[12/15] Emitting module Konkyo
[13/15] Compiling Konkyo UIApplicationExtensions.swift
[14/15] Compiling Konkyo Initialization.swift
[15/15] Compiling Konkyo UnfairLock.swift
[16/22] Compiling MockNetworking MockURLProtocol.swift
[17/22] Compiling MockNetworking MockPropertyResponse.swift
[18/22] Compiling MockNetworking HTTPURLResponse.swift
[19/22] Compiling MockNetworking URLSession.swift
[20/22] Compiling MockNetworking MockResponseStore.swift
[21/22] Compiling MockNetworking Dictionary.swift
[22/22] Emitting module MockNetworking
Build complete! (6.02s)
Build complete.
Done.