The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RealHTTP 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/immobiliare/RealHTTP.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/immobiliare/RealHTTP
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c0ffb26 Merge branch 'main' of https://github.com/immobiliare/RealHTTP
Cloned https://github.com/immobiliare/RealHTTP.git
Revision (git rev-parse @):
c0ffb265eae8684da02ad20cfcc147c23463ad95
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/immobiliare/RealHTTP.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "realhttp",
      "name": "RealHTTP",
      "url": "https://github.com/immobiliare/RealHTTP.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RealHTTP",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/immobiliare/RealHTTP.git
[1/4445] Fetching realhttp
Fetched https://github.com/immobiliare/RealHTTP.git (0.48s)
Creating working copy for https://github.com/immobiliare/RealHTTP.git
Working copy of https://github.com/immobiliare/RealHTTP.git resolved at main
warning: '.resolve-product-dependencies': dependency 'realhttp' 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...
[1/69] Compiling RealHTTP HTTPDataLoader.swift
[2/69] Compiling RealHTTP HTTPResponseTransform.swift
[3/69] Compiling RealHTTP HTTPAltRequestValidator.swift
[4/69] Compiling RealHTTP HTTPDefaultValidator.swift
[5/69] Compiling RealHTTP HTTPValidator.swift
[6/69] Compiling RealHTTP HTTPSecurity.swift
[7/69] Compiling RealHTTP HTTPSecurityService.swift
[8/69] Compiling RealHTTP CertificatesSecurity.swift
[9/69] Compiling RealHTTP SSLCertificate.swift
[10/69] Compiling RealHTTP CredentialSecurity.swift
[11/78] Compiling RealHTTP HTTPStubURITemplateMatcher.swift
[12/78] Compiling RealHTTP HTTPStubURLMatcher.swift
[13/78] Compiling RealHTTP HTTPStubMatcher.swift
[14/78] Compiling RealHTTP HTTPDynamicStubResponse.swift
[15/78] Compiling RealHTTP HTTPStubRequest+Matchers.swift
[16/78] Compiling RealHTTP HTTPStubRequest+Stub.swift
[17/78] Compiling RealHTTP HTTPStubRequest.swift
[18/78] Compiling RealHTTP HTTPEchoResponse.swift
[19/78] Compiling RealHTTP HTTPStubResponse.swift
[20/78] Compiling RealHTTP HTTPMetricsRender.swift
[21/78] Compiling RealHTTP URITemplate.swift
[22/78] Compiling RealHTTP cURLHelper.swift
[23/78] Compiling RealHTTP RealHTTP.swift
[24/78] Compiling RealHTTP HTTPStubIgnoreRule.swift
[25/78] Compiling RealHTTP HTTPStubBodyMatcher.swift
[26/78] Compiling RealHTTP HTTPStubCustomMatcher.swift
[27/78] Compiling RealHTTP HTTPStubJSONMatcher.swift
[28/78] Compiling RealHTTP HTTPStubRegExMatcher.swift
[29/78] Compiling RealHTTP SelfSignedCertsSecurity.swift
[30/78] Compiling RealHTTP Foundation+Extension.swift
[31/78] Compiling RealHTTP HTTPFormattable.swift
[32/78] Compiling RealHTTP ThreadSafeDictionary.swift
[33/78] Compiling RealHTTP URLRequest+Extension.swift
[34/78] Compiling RealHTTP HTTPCacheControl.swift
[35/78] Compiling RealHTTP HTTPContentType.swift
[36/78] Compiling RealHTTP HTTPError.swift
[37/78] Compiling RealHTTP HTTPMethod.swift
[38/78] Compiling RealHTTP HTTPProgress.swift
[39/78] Compiling RealHTTP HTTPClient.swift
[40/78] Compiling RealHTTP HTTPClientDelegate.swift
[41/78] Compiling RealHTTP HTTPRequest+Combine.swift
[42/78] Compiling RealHTTP HTTPRequest.swift
[43/78] Compiling RealHTTP HTTPResponse.swift
[44/78] Compiling RealHTTP HTTPBody.swift
[45/78] Compiling RealHTTP HTTPSerializableBody.swift
[46/78] Compiling RealHTTP HTTPBody+JSON.swift
[47/78] Compiling RealHTTP JSONEncodable.swift
[48/78] Compiling RealHTTP JSONSerializable.swift
[49/78] Emitting module RealHTTP
[50/78] Compiling RealHTTP HTTPBody+FormValues.swift
[51/78] Compiling RealHTTP HTTPBody+Multipart.swift
[52/78] Compiling RealHTTP MultipartForm+Boundary.swift
[53/78] Compiling RealHTTP MultipartForm+Item.swift
[54/78] Compiling RealHTTP MultipartForm.swift
[55/78] Compiling RealHTTP HTTPBody+Stream.swift
[56/78] Compiling RealHTTP StreamContent.swift
[57/78] Compiling RealHTTP HTTPBody+QueryString.swift
[58/78] Compiling RealHTTP URLParametersData.swift
[59/78] Compiling RealHTTP HTTPDataLoader+Response.swift
[60/78] Compiling RealHTTP HTTPRequestPriority.swift
[61/78] Compiling RealHTTP HTTPScheme.swift
[62/78] Compiling RealHTTP HTTPStatusCode.swift
[63/78] Compiling RealHTTP HTTPVersion.swift
[64/78] Compiling RealHTTP HTTPHeaderElement+Name.swift
[65/78] Compiling RealHTTP HTTPHeaders+Element.swift
[66/78] Compiling RealHTTP HTTPHeaders.swift
[67/78] Compiling RealHTTP MIMEType.swift
[68/78] Compiling RealHTTP HTTPMetrics.swift
[69/78] Compiling RealHTTP HTTPMetrics+Console.swift
[70/78] Compiling RealHTTP Foundation+Stubber.swift
[71/78] Compiling RealHTTP HTTPStub+Extension.swift
[72/78] Compiling RealHTTP HTTPStubDataConvertible.swift
[73/78] Compiling RealHTTP HTTPStubber.swift
[74/78] Compiling RealHTTP HTTPStubberErrors.swift
[75/78] Compiling RealHTTP HTTPStubHookProtocol.swift
[76/78] Compiling RealHTTP HTTPStubURLProtocol.swift
[77/78] Compiling RealHTTP URLHook.swift
[78/78] Compiling RealHTTP URLSessionHook.swift
Build complete! (12.93s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/checkout/.docs/immobiliare/realhttp/main
Repository:               immobiliare/RealHTTP
Swift version used:       5.9
Target:                   RealHTTP
Generating documentation for 'RealHTTP'...
Converting documentation...
Conversion complete! (1.11s)
Generated DocC archive at '/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/immobiliare/realhttp/main'
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin (0.24s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.04s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.33s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.06s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[1/45] Compiling Snippets Snippet.swift
[2/45] Compiling Snippets SnippetParser.swift
[3/45] Emitting module Snippets
[4/45] Compiling SymbolKit SPI.swift
[5/45] Compiling SymbolKit Snippet.swift
[6/45] Compiling SymbolKit Extension.swift
[7/45] Compiling SymbolKit GenericConstraint.swift
[8/45] Compiling SymbolKit GenericParameter.swift
[9/45] Compiling SymbolKit FunctionSignature.swift
[10/45] Compiling SymbolKit Identifier.swift
[11/45] Compiling SymbolKit KindIdentifier.swift
[12/45] Compiling SymbolKit Location.swift
[13/45] Compiling SymbolKit Mutability.swift
[14/45] Compiling SymbolKit Names.swift
[15/50] Compiling SymbolKit AvailabilityItem.swift
[16/50] Compiling SymbolKit Domain.swift
[17/50] Compiling SymbolKit DeclarationFragments.swift
[18/50] Compiling SymbolKit Fragment.swift
[19/50] Compiling SymbolKit FragmentKind.swift
[20/50] Compiling SymbolKit FunctionParameter.swift
[21/50] Compiling SymbolKit Generics.swift
[22/50] Compiling SymbolKit Namespace.swift
[23/50] Compiling SymbolKit Symbol.swift
[24/50] Compiling SymbolKit SymbolKind.swift
[25/50] Compiling SymbolKit SymbolGraph.swift
[26/50] Compiling SymbolKit SourceOrigin.swift
[27/50] Compiling SymbolKit GenericConstraints.swift
[28/50] Compiling SymbolKit Swift.swift
[29/50] Compiling SymbolKit SemanticVersion.swift
[30/50] Compiling SymbolKit AccessControl.swift
[31/50] Compiling SymbolKit Availability.swift
[32/50] Emitting module SymbolKit
[33/50] Compiling SymbolKit Mixin+Equals.swift
[34/50] Compiling SymbolKit Mixin+Hash.swift
[35/50] Compiling SymbolKit Mixin.swift
[36/50] Compiling SymbolKit LineList.swift
[37/50] Compiling SymbolKit Position.swift
[38/50] Compiling SymbolKit SourceRange.swift
[39/50] Compiling SymbolKit Metadata.swift
[40/50] Compiling SymbolKit Module.swift
[41/50] Compiling SymbolKit OperatingSystem.swift
[42/50] Compiling SymbolKit Platform.swift
[43/50] Compiling SymbolKit Relationship.swift
[44/50] Compiling SymbolKit RelationshipKind.swift
[45/50] Compiling SymbolKit GraphCollector.swift
[46/50] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[47/50] Compiling SymbolKit UnifiedSymbol.swift
[48/50] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[49/50] Compiling SymbolKit UnifiedSymbolGraph.swift
[50/54] Compiling snippet_extract SymbolGraph+Snippet.swift
[51/54] Compiling snippet_extract URL+Status.swift
[52/54] Emitting module snippet_extract
[53/54] Compiling snippet_extract SnippetBuildCommand.swift
[53/54] Linking snippet-extract
Build complete! (6.39s)
Building for debugging...
Build complete! (0.23s)
    2267
18	/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/immobiliare/realhttp/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/checkout/.docs/immobiliare/realhttp/main
File count: 2267
Doc size:   18.0MB
Preparing doc bundle ...
Uploading prod-immobiliare-realhttp-main-51674601.zip to s3://spi-docs-inbox/prod-immobiliare-realhttp-main-51674601.zip
Copying... [12%]
Copying... [21%]
Copying... [31%]
Copying... [40%]
Copying... [50%]
Copying... [62%]
Copying... [71%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.