The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SimpleNetworking, reference main (85a76c), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 18:38:28 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/0xWDG/SimpleNetworking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/SimpleNetworking
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 85a76c4 Merge pull request #12 from 0xWDG/add-upload-and-propertywrappers
Cloned https://github.com/0xWDG/SimpleNetworking.git
Revision (git rev-parse @):
85a76c4c4026a66d9e7950afd096c84a0de5b72a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SimpleNetworking.git at main
========================================
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": "simplenetworking",
      "name": "SimpleNetworking",
      "url": "https://github.com/0xWDG/SimpleNetworking.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleNetworking",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/0xWDG/SimpleNetworking.git
[1/777] Fetching simplenetworking
Fetched https://github.com/0xWDG/SimpleNetworking.git from cache (1.29s)
Creating working copy for https://github.com/0xWDG/SimpleNetworking.git
Working copy of https://github.com/0xWDG/SimpleNetworking.git resolved at main (85a76c4)
warning: '.resolve-product-dependencies': dependency 'simplenetworking' 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/0xWDG/SimpleNetworking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/28] Emitting module SimpleNetworking
[5/30] Compiling SimpleNetworking SNMock.swift
[6/30] Compiling SimpleNetworking resource_bundle_accessor.swift
[7/30] Compiling SimpleNetworking FileUpload.swift
[8/30] Compiling SimpleNetworking HTTPHeader.swift
[9/30] Compiling SimpleNetworking request.swift
[10/30] Compiling SimpleNetworking uploadMethods.swift
[11/30] Compiling SimpleNetworking Debug.swift
[12/30] Compiling SimpleNetworking isURL.swift
[13/30] Compiling SimpleNetworking toJSON.swift
[14/30] Compiling SimpleNetworking Delete.swift
[15/30] Compiling SimpleNetworking NetworkingError.swift
[16/30] Compiling SimpleNetworking POSTEncoding.swift
[17/30] Compiling SimpleNetworking Get.swift
[18/30] Compiling SimpleNetworking Post.swift
[19/30] Compiling SimpleNetworking Put.swift
[20/30] Compiling SimpleNetworking SimpleNetworkingWrapper.swift
[21/30] Compiling SimpleNetworking Upload.swift
[22/30] Compiling SimpleNetworking SimpleNetworking.swift
[23/30] Compiling SimpleNetworking EventSource.swift
[24/30] Compiling SimpleNetworking WebSocket.swift
[25/30] Compiling SimpleNetworking cookies.swift
[26/30] Compiling SimpleNetworking createHTTPBody.swift
[27/30] Compiling SimpleNetworking exec.swift
[28/30] Compiling SimpleNetworking logging.swift
[29/30] Compiling SimpleNetworking HTTPMethod.swift
[30/30] Compiling SimpleNetworking NetworkResponse.swift
Build complete! (6.30s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleNetworking",
  "name" : "SimpleNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleNetworking",
      "targets" : [
        "SimpleNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleNetworkingTests",
      "path" : "Tests/SimpleNetworkingTests",
      "sources" : [
        "PropertyWrapperTests.swift",
        "SimpleNetworkingTests.swift"
      ],
      "target_dependencies" : [
        "SimpleNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleNetworking",
      "module_type" : "SwiftTarget",
      "name" : "SimpleNetworking",
      "path" : "Sources/SimpleNetworking",
      "product_memberships" : [
        "SimpleNetworking"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Helpers/isURL.swift",
        "Helpers/toJSON.swift",
        "PropertyWrappers/Delete.swift",
        "PropertyWrappers/Get.swift",
        "PropertyWrappers/Post.swift",
        "PropertyWrappers/Put.swift",
        "PropertyWrappers/SimpleNetworkingWrapper.swift",
        "PropertyWrappers/Upload.swift",
        "SimpleNetworking.swift",
        "SimpleNetworking/EventSource.swift",
        "SimpleNetworking/WebSocket.swift",
        "SimpleNetworking/cookies.swift",
        "SimpleNetworking/createHTTPBody.swift",
        "SimpleNetworking/exec.swift",
        "SimpleNetworking/logging.swift",
        "SimpleNetworking/request.swift",
        "SimpleNetworking/uploadMethods.swift",
        "Structs/Debug.swift",
        "Structs/FileUpload.swift",
        "Structs/HTTPHeader.swift",
        "Structs/HTTPMethod.swift",
        "Structs/NetworkResponse.swift",
        "Structs/NetworkingError.swift",
        "Structs/POSTEncoding.swift",
        "Structs/SNMock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/0xwdg/simplenetworking/main
Repository:               0xWDG/SimpleNetworking
Swift version used:       6.3
Target:                   SimpleNetworking
Extracting symbol information for 'SimpleNetworking'...
Finished extracting symbol information for 'SimpleNetworking'. (27.78s)
Building documentation for 'SimpleNetworking'...
warning: Parameter 'wrappedValue' is missing documentation
  --> Sources/SimpleNetworking/PropertyWrappers/Delete.swift:56:66-56:66
54 |
55 |         /// Initialize with a path
56 +         /// - Parameter path: The URL path for the DELETE request
   |             ╰─suggestion: Document 'wrappedValue' parameter
57 |         public init(wrappedValue: NetworkResponse? = nil, _ path: String) {
58 |             self.path = path
warning: Parameter 'wrappedValue' is missing documentation
  --> Sources/SimpleNetworking/PropertyWrappers/Get.swift:56:63-56:63
54 |
55 |         /// Initialize with a path
56 +         /// - Parameter path: The URL path for the GET request
   |             ╰─suggestion: Document 'wrappedValue' parameter
57 |         public init(wrappedValue: NetworkResponse? = nil, _ path: String) {
58 |             self.path = path
warning: Parameter 'wrappedValue' is missing documentation
  --> Sources/SimpleNetworking/PropertyWrappers/Post.swift:56:64-56:64
54 |
55 |         /// Initialize with a path
56 +         /// - Parameter path: The URL path for the POST request
   |             ╰─suggestion: Document 'wrappedValue' parameter
57 |         public init(wrappedValue: NetworkResponse? = nil, _ path: String) {
58 |             self.path = path
warning: Parameter 'wrappedValue' is missing documentation
  --> Sources/SimpleNetworking/PropertyWrappers/Put.swift:56:63-56:63
54 |
55 |         /// Initialize with a path
56 +         /// - Parameter path: The URL path for the PUT request
   |             ╰─suggestion: Document 'wrappedValue' parameter
57 |         public init(wrappedValue: NetworkResponse? = nil, _ path: String) {
58 |             self.path = path
warning: Parameter 'wrappedValue' is missing documentation
  --> Sources/SimpleNetworking/PropertyWrappers/SimpleNetworkingWrapper.swift:67:51-67:51
65 |         /// - Parameters:
66 |         ///   - method: The HTTP method (without associated value for GET)
   |               ╰─suggestion: Document 'wrappedValue' parameter
67 +         ///   - path: The URL path for the request
68 |         public init(wrappedValue: NetworkResponse? = nil, _ method: HTTPMethod, _ path: String) {
69 |             self.method = method
warning: Parameter 'wrappedValue' is missing documentation
  --> Sources/SimpleNetworking/PropertyWrappers/Upload.swift:56:66-56:66
54 |
55 |         /// Initialize with a path
56 +         /// - Parameter path: The URL path for the upload request
   |             ╰─suggestion: Document 'wrappedValue' parameter
57 |         public init(wrappedValue: NetworkResponse? = nil, _ path: String) {
58 |             self.path = path
warning: Parameter 'mock' not found in instance method declaration
   --> Sources/SimpleNetworking/SimpleNetworking.swift:119:21-119:25
117 |
118 |     /// Set mock url data
119 +     /// - Parameter mock: Mock request.
    |                     ╰─suggestion: Replace 'mock' with 'mockData'
120 |     public func set(mockData: [String: SNMock]) {
121 |         var newMockData: [String: SNMock] = [:]
warning: Parameter 'mockData' is missing documentation
   --> Sources/SimpleNetworking/SimpleNetworking.swift:119:40-119:40
117 |
118 |     /// Set mock url data
119 +     /// - Parameter mock: Mock request.
    |                                        ╰─suggestion: Document 'mockData' parameter
120 |     public func set(mockData: [String: SNMock]) {
121 |         var newMockData: [String: SNMock] = [:]
warning: External name 'add' used to document parameter
   --> Sources/SimpleNetworking/SimpleNetworking.swift:133:21-133:24
131 |
132 |     /// Add a cookie to the storage
133 +     /// - Parameter add: cookie
    |                     ╰─suggestion: Replace 'add' with 'cookie'
134 |     public func cookie(add cookie: HTTPCookie) {
135 |         cookies?.removeAll(where: { $0.name == cookie.name })
warning: External name 'add' used to document parameter
   --> Sources/SimpleNetworking/SimpleNetworking.swift:140:21-140:24
138 |
139 |     /// Add header to request
140 +     /// - Parameter add: Header to be added.
    |                     ╰─suggestion: Replace 'add' with 'header'
141 |     public func headers(add header: HTTPHeader) {
142 |         headers?.removeAll(where: { $0.name == header.name })
warning: Parameter 'add' not found in instance method declaration
   --> Sources/SimpleNetworking/SimpleNetworking.swift:154:13-154:36
152 |     // MARK: - Add values
153 |         /// Add a cookie to the storage
154 +     /// - Parameter add: cookie
    |             ╰─suggestion: Remove 'add' parameter documentation
155 |     public func add(cookie: HTTPCookie) {
156 |         cookies?.removeAll(where: { $0.name == cookie.name })
warning: Parameter 'cookie' is missing documentation
   --> Sources/SimpleNetworking/SimpleNetworking.swift:154:36-154:36
152 |     // MARK: - Add values
153 |         /// Add a cookie to the storage
154 +     /// - Parameter add: cookie
    |                                    ╰─suggestion: Document 'cookie' parameter
155 |     public func add(cookie: HTTPCookie) {
156 |         cookies?.removeAll(where: { $0.name == cookie.name })
warning: Parameter 'add' not found in instance method declaration
   --> Sources/SimpleNetworking/SimpleNetworking.swift:161:9-161:45
159 |
160 |     /// Add header to request
161 +     /// - Parameter add: Header to be added.
    |         ╰─suggestion: Remove 'add' parameter documentation
162 |     public func add(header: HTTPHeader) {
163 |         headers?.removeAll(where: { $0.name == header.name })
warning: Parameter 'header' is missing documentation
   --> Sources/SimpleNetworking/SimpleNetworking.swift:161:45-161:45
159 |
160 |     /// Add header to request
161 +     /// - Parameter add: Header to be added.
    |                                             ╰─suggestion: Document 'header' parameter
162 |     public func add(header: HTTPHeader) {
163 |         headers?.removeAll(where: { $0.name == header.name })
warning: Parameter 'add' not found in instance method declaration
   --> Sources/SimpleNetworking/SimpleNetworking.swift:168:9-168:45
166 |
167 |     /// Add header to request
168 +     /// - Parameter add: Header to be added.
    |         ╰─suggestion: Remove 'add' parameter documentation
169 |     public func add(header: String, value: String) {
170 |         let headerStruct = HTTPHeader(name: header, value: value)
warning: Parameter 'header' is missing documentation
   --> Sources/SimpleNetworking/SimpleNetworking.swift:168:45-168:45
166 |
167 |     /// Add header to request
168 +     /// - Parameter add: Header to be added.
    |                                             ╰─suggestion: Document 'header' parameter
169 |     public func add(header: String, value: String) {
170 |         let headerStruct = HTTPHeader(name: header, value: value)
warning: Parameter 'value' is missing documentation
   --> Sources/SimpleNetworking/SimpleNetworking.swift:168:45-168:45
166 |
167 |     /// Add header to request
168 +     /// - Parameter add: Header to be added.
    |                                             ╰─suggestion: Document 'value' parameter
169 |     public func add(header: String, value: String) {
170 |         let headerStruct = HTTPHeader(name: header, value: value)
warning: Parameter 'url' not found in instance method declaration
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:23:11-24:74
21 |     ///
22 |     /// - Parameters:
23 +     ///   - url: A value that identifies the location of a resource, \
   |           ╰─suggestion: Remove 'url' parameter documentation
24 +     ///   such as an item on a remote server or the path to a local file.
25 |     ///   - method: The HTTP request method.
26 |     public func request(
warning: Parameter 'function' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:25:45-25:45
23 |     ///   - url: A value that identifies the location of a resource, \
24 |     ///   such as an item on a remote server or the path to a local file.
25 +     ///   - method: The HTTP request method.
   |                                             ╰─suggestion: Document 'function' parameter
26 |     public func request(
27 |         path: String,
warning: Parameter 'file' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:25:45-25:45
23 |     ///   - url: A value that identifies the location of a resource, \
24 |     ///   such as an item on a remote server or the path to a local file.
25 +     ///   - method: The HTTP request method.
   |                                             ╰─suggestion: Document 'file' parameter
26 |     public func request(
27 |         path: String,
warning: Parameter 'path' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:25:45-25:45
23 |     ///   - url: A value that identifies the location of a resource, \
24 |     ///   such as an item on a remote server or the path to a local file.
25 +     ///   - method: The HTTP request method.
   |           ╰─suggestion: Document 'path' parameter
26 |     public func request(
27 |         path: String,
warning: Parameter 'encoding' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:25:45-25:45
23 |     ///   - url: A value that identifies the location of a resource, \
24 |     ///   such as an item on a remote server or the path to a local file.
25 +     ///   - method: The HTTP request method.
   |                                             ╰─suggestion: Document 'encoding' parameter
26 |     public func request(
27 |         path: String,
warning: Parameter 'line' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:25:45-25:45
23 |     ///   - url: A value that identifies the location of a resource, \
24 |     ///   such as an item on a remote server or the path to a local file.
25 +     ///   - method: The HTTP request method.
   |                                             ╰─suggestion: Document 'line' parameter
26 |     public func request(
27 |         path: String,
warning: Parameter 'url' not found in instance method declaration
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:63:11-64:74
61 |     ///
62 |     /// - Parameters:
63 +     ///   - url: A value that identifies the location of a resource, \
   |           ╰─suggestion: Remove 'url' parameter documentation
64 +     ///   such as an item on a remote server or the path to a local file.
65 |     ///   - method: The HTTP request method.
66 |     ///   - completionHandler: This completion handler takes the following parameter: [NetworkResponse](NetworkResponse)
warning: Parameter 'function' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:66:121-66:121
64 |     ///   such as an item on a remote server or the path to a local file.
65 |     ///   - method: The HTTP request method.
66 +     ///   - completionHandler: This completion handler takes the following parameter: [NetworkResponse](NetworkResponse)
   |                                                                                                                         ╰─suggestion: Document 'function' parameter
67 |     @available(*, deprecated, message: "Use async/await version instead for better concurrency support")
68 |     public func request(
warning: Parameter 'encoding' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:66:121-66:121
64 |     ///   such as an item on a remote server or the path to a local file.
65 |     ///   - method: The HTTP request method.
66 +     ///   - completionHandler: This completion handler takes the following parameter: [NetworkResponse](NetworkResponse)
   |           ╰─suggestion: Document 'encoding' parameter
67 |     @available(*, deprecated, message: "Use async/await version instead for better concurrency support")
68 |     public func request(
warning: Parameter 'line' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:66:121-66:121
64 |     ///   such as an item on a remote server or the path to a local file.
65 |     ///   - method: The HTTP request method.
66 +     ///   - completionHandler: This completion handler takes the following parameter: [NetworkResponse](NetworkResponse)
   |                                                                                                                         ╰─suggestion: Document 'line' parameter
67 |     @available(*, deprecated, message: "Use async/await version instead for better concurrency support")
68 |     public func request(
warning: Parameter 'path' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:66:121-66:121
64 |     ///   such as an item on a remote server or the path to a local file.
65 |     ///   - method: The HTTP request method.
   |           ╰─suggestion: Document 'path' parameter
66 +     ///   - completionHandler: This completion handler takes the following parameter: [NetworkResponse](NetworkResponse)
67 |     @available(*, deprecated, message: "Use async/await version instead for better concurrency support")
68 |     public func request(
warning: Parameter 'file' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:66:121-66:121
64 |     ///   such as an item on a remote server or the path to a local file.
65 |     ///   - method: The HTTP request method.
66 +     ///   - completionHandler: This completion handler takes the following parameter: [NetworkResponse](NetworkResponse)
   |                                                                                                                         ╰─suggestion: Document 'file' parameter
67 |     @available(*, deprecated, message: "Use async/await version instead for better concurrency support")
68 |     public func request(
warning: Parameter 'function' is missing documentation
   --> Sources/SimpleNetworking/Structs/NetworkResponse.swift:128:52-128:52
126 |
127 |         /// Decode to an Codable type
128 +         /// - Parameter strategy: decoding strategy
    |                                                    ╰─suggestion: Document 'function' parameter
129 |         /// - Returns: T
130 |         public func decoded<T: Codable>(
warning: Parameter 'file' is missing documentation
   --> Sources/SimpleNetworking/Structs/NetworkResponse.swift:128:52-128:52
126 |
127 |         /// Decode to an Codable type
128 +         /// - Parameter strategy: decoding strategy
    |                                                    ╰─suggestion: Document 'file' parameter
129 |         /// - Returns: T
130 |         public func decoded<T: Codable>(
warning: Parameter 'line' is missing documentation
   --> Sources/SimpleNetworking/Structs/NetworkResponse.swift:128:52-128:52
126 |
127 |         /// Decode to an Codable type
128 +         /// - Parameter strategy: decoding strategy
    |                                                    ╰─suggestion: Document 'line' parameter
129 |         /// - Returns: T
130 |         public func decoded<T: Codable>(
Finished building documentation for 'SimpleNetworking' (0.45s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/0xwdg/simplenetworking/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.22s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.73s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (10.59s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (11.73s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit SourceRange.swift
[7/53] Compiling SymbolKit Metadata.swift
[8/53] Compiling SymbolKit Module.swift
[9/53] Compiling SymbolKit OperatingSystem.swift
[10/53] Compiling SymbolKit Platform.swift
[11/53] Compiling SymbolKit Symbol.swift
[12/53] Compiling SymbolKit SymbolKind.swift
[13/53] Compiling SymbolKit SymbolGraph.swift
[14/53] Compiling SymbolKit GraphCollector.swift
[15/57] Compiling SymbolKit SemanticVersion.swift
[16/57] Compiling SymbolKit AccessControl.swift
[17/57] Compiling SymbolKit Availability.swift
[18/57] Compiling SymbolKit AvailabilityItem.swift
[19/57] Compiling SymbolKit Domain.swift
[20/57] Compiling SymbolKit DeclarationFragments.swift
[21/57] Compiling SymbolKit Fragment.swift
[22/57] Compiling SymbolKit FragmentKind.swift
[23/57] Compiling SymbolKit FunctionParameter.swift
[24/57] Compiling SymbolKit FunctionSignature.swift
[25/57] Compiling SymbolKit Identifier.swift
[26/57] Compiling SymbolKit KindIdentifier.swift
[27/57] Compiling SymbolKit Location.swift
[28/57] Compiling SymbolKit Mutability.swift
[29/57] Compiling SymbolKit GenericConstraint.swift
[30/57] Compiling SymbolKit GenericParameter.swift
[31/57] Compiling SymbolKit Generics.swift
[32/57] Compiling SymbolKit Namespace.swift
[33/57] Compiling SymbolKit Mixin+Equals.swift
[34/57] Compiling SymbolKit Mixin+Hash.swift
[35/57] Compiling SymbolKit Mixin.swift
[36/57] Compiling SymbolKit LineList.swift
[37/57] Compiling SymbolKit Position.swift
[38/57] Compiling Snippets Snippet.swift
[39/57] Emitting module Snippets
[40/57] Compiling Snippets SnippetParser.swift
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit SourceOrigin.swift
[44/57] Compiling SymbolKit GenericConstraints.swift
[45/57] Compiling SymbolKit Swift.swift
[46/57] Compiling SymbolKit Names.swift
[47/57] Compiling SymbolKit SPI.swift
[48/57] Compiling SymbolKit Snippet.swift
[49/57] Compiling SymbolKit Extension.swift
[50/57] Emitting module SymbolKit
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Emitting module snippet_extract
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Compiling snippet_extract URL+Status.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.70s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'SimpleNetworking' complete! (0.18s)
     372
3	/Users/admin/builder/spi-builder-workspace/.docs/0xwdg/simplenetworking/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/0xwdg/simplenetworking/main
File count: 372
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-0xwdg-simplenetworking-main-5fce5a78.zip to s3://spi-docs-inbox/prod-0xwdg-simplenetworking-main-5fce5a78.zip
Copying... [18%]
Copying... [27%]
Copying... [37%]
Copying... [46%]
Copying... [55%]
Copying... [64%]
Copying... [73%]
Copying... [82%]
Copying... [92%]
Copying... [100%]
Done.