The Swift Package Index logo.Swift Package Index

Build Information

Successful build of URLMock, reference 1.3.6 (6d52a5), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 02:43:34 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/prachigauriar/URLMock.git
Reference: 1.3.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/prachigauriar/URLMock
 * tag               1.3.6      -> FETCH_HEAD
HEAD is now at 6d52a5e Add support for SwiftPM
Cloned https://github.com/prachigauriar/URLMock.git
Revision (git rev-parse @):
6d52a5e64c9f5e3a1248de6269d100fe39c5bdc8
SUCCESS checkout https://github.com/prachigauriar/URLMock.git at 1.3.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": "urlmock",
      "name": "URLMock",
      "url": "https://github.com/prachigauriar/URLMock.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/URLMock",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/prachigauriar/URLMock.git
[1/4619] Fetching urlmock
Fetched https://github.com/prachigauriar/URLMock.git from cache (1.67s)
Creating working copy for https://github.com/prachigauriar/URLMock.git
Working copy of https://github.com/prachigauriar/URLMock.git resolved at 1.3.6 (6d52a5e)
warning: '.resolve-product-dependencies': dependency 'urlmock' 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/prachigauriar/URLMock.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/16] Compiling UMKPatternMatchingMockRequest.m
/Users/admin/builder/spi-builder-workspace/Sources/URLMock/Categories/NSURLRequest+UMKHTTPConvenienceMethods.m:41:20: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
   41 |     uint8_t buffer[kBufferSize];
      |                    ^~~~~~~~~~~
1 warning generated.
[1/16] Compiling NSURLRequest+UMKHTTPConvenienceMethods.m
[2/16] Compiling NSException+UMKSubclassResponsibility.m
[3/16] Compiling UMKMockURLProtocol.m
[4/16] Compiling UMKURLEncodedParameterStringParser.m
/Users/admin/builder/spi-builder-workspace/Sources/URLMock/Utilities/UMKTestUtilities.m:143:48: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  143 |     static const unichar kUMKCharacterSetFirst[kUMKCharacterSetCount] = { 0x0020, 0x00A0, 0x0391, 0x03A3, 0x0400, 0x05D0, 0x0621, 0x0904, 0x3041, 0x30A0 };
      |                                                ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/URLMock/Utilities/UMKTestUtilities.m:144:47: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
  144 |     static const unichar kUMKCharacterSetLast[kUMKCharacterSetCount] = { 0x007E, 0x00FF, 0x03A1, 0x03FF, 0x046F, 0x05EA, 0x063A, 0x0939, 0x3096, 0x30F0 };
      |                                               ^~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
[5/16] Compiling UMKMockURLProtocol+UMKHTTPConvenienceMethods.m
[6/16] Compiling UMKTestUtilities.m
[7/16] Compiling UMKMockHTTPMessage.m
[8/16] Compiling UMKMessageCountingProxy.m
[9/16] Compiling UMKParameterPair.m
[10/16] Compiling UMKErrorUtilities.m
[11/16] Compiling NSDictionary+UMKURLEncoding.m
[12/16] Compiling SOCKit.m
[13/16] Compiling NSURL+UMKQueryParameters.m
[14/16] Compiling UMKMockHTTPRequest.m
[15/16] Compiling UMKMockHTTPResponder.m
Build complete! (1.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "URLMock",
  "name" : "URLMock",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "URLMock",
      "targets" : [
        "URLMock"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLMock",
      "module_type" : "ClangTarget",
      "name" : "URLMock",
      "path" : "Sources/URLMock",
      "product_memberships" : [
        "URLMock"
      ],
      "sources" : [
        "Categories/NSDictionary+UMKURLEncoding.m",
        "Categories/NSException+UMKSubclassResponsibility.m",
        "Categories/NSURL+UMKQueryParameters.m",
        "Categories/NSURLRequest+UMKHTTPConvenienceMethods.m",
        "Mock Messages/UMKMockHTTPMessage.m",
        "Mock Messages/UMKMockHTTPRequest.m",
        "Mock Messages/UMKMockHTTPResponder.m",
        "Mock URL Protocol/UMKMockURLProtocol+UMKHTTPConvenienceMethods.m",
        "Mock URL Protocol/UMKMockURLProtocol.m",
        "Pattern-Matching Mock Requests/SOCKit.m",
        "Pattern-Matching Mock Requests/UMKPatternMatchingMockRequest.m",
        "Utilities/UMKErrorUtilities.m",
        "Utilities/UMKMessageCountingProxy.m",
        "Utilities/UMKParameterPair.m",
        "Utilities/UMKTestUtilities.m",
        "Utilities/UMKURLEncodedParameterStringParser.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.