The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netguru/ResponseDetective.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/netguru/ResponseDetective
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 55ec742 Merge pull request #69 from MinaShehata/fix/RD-67-some-request-canceled-when-RD-is-enabled
Cloned https://github.com/netguru/ResponseDetective.git
Revision (git rev-parse @):
55ec742268b86da5e293fa55eecb545e186303b1
SUCCESS checkout https://github.com/netguru/ResponseDetective.git at develop
Fetching https://github.com/Quick/Quick.git from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Quick.git (0.32s)
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.32s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/AliSoftware/OHHTTPStubs.git from cache
Fetched https://github.com/Quick/Nimble.git (0.33s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.22s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git (0.23s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.07s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.0.0 (0.04s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.0.0 (0.59s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.04s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.0 (0.03s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.0.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.0.0
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "responsedetective",
      "name": "ResponseDetective",
      "url": "https://github.com/netguru/ResponseDetective.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ResponseDetective",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/netguru/ResponseDetective.git
[1/2563] Fetching responsedetective
Fetched https://github.com/netguru/ResponseDetective.git (0.38s)
Creating working copy for https://github.com/netguru/ResponseDetective.git
Working copy of https://github.com/netguru/ResponseDetective.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'responsedetective' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling RDTXMLBodyDeserializer.m
[1/2] Compiling RDTHTMLBodyDeserializer.m
[3/15] Compiling ResponseDetective ResponseRepresentation.swift
[4/15] Compiling ResponseDetective URLEncodedBodyDeserializer.swift
[5/16] Compiling ResponseDetective OutputFacility.swift
[6/16] Compiling ResponseDetective PlaintextBodyDeserializer.swift
[7/16] Compiling ResponseDetective Dictionary.swift
[8/16] Compiling ResponseDetective ErrorRepresentation.swift
[9/16] Compiling ResponseDetective BufferOutputFacility.swift
[10/16] Compiling ResponseDetective ConsoleOutputFacility.swift
[11/16] Compiling ResponseDetective RequestRepresentation.swift
[12/16] Compiling ResponseDetective ResponseDetective.swift
[13/16] Compiling ResponseDetective URLProtocol.swift
[14/16] Compiling ResponseDetective ImageBodyDeserializer.swift
[15/16] Compiling ResponseDetective JSONBodyDeserializer.swift
[16/16] Emitting module ResponseDetective
Build complete! (18.24s)
Build complete.
Done.