The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftyNetworking, reference v0.9.1 (5ef4d5), with Swift 6.2 for macOS (SPM) on 16 Oct 2025 20:58:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/piotrekjeremicz/SwiftyNetworking.git
Reference: v0.9.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/piotrekjeremicz/SwiftyNetworking
 * tag               v0.9.1     -> FETCH_HEAD
HEAD is now at 5ef4d5b Merge pull request #13 from piotrekjeremicz/develop
Cloned https://github.com/piotrekjeremicz/SwiftyNetworking.git
Revision (git rev-parse @):
5ef4d5b06f42d88fcb4d7187ed617a68a82f279f
SUCCESS checkout https://github.com/piotrekjeremicz/SwiftyNetworking.git at v0.9.1
Fetching https://github.com/apple/swift-syntax.git
[1/72536] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.55s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 602.0.0 (6.29s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.16s)
========================================
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",
  "dependencies": [
    {
      "identity": "swiftynetworking",
      "name": "SwiftyNetworking",
      "url": "https://github.com/piotrekjeremicz/SwiftyNetworking.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyNetworking",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "602.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/piotrekjeremicz/SwiftyNetworking.git
[1/1957] Fetching swiftynetworking
Fetched https://github.com/piotrekjeremicz/SwiftyNetworking.git from cache (1.08s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.84s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 602.0.0 (0.91s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/piotrekjeremicz/SwiftyNetworking.git
Working copy of https://github.com/piotrekjeremicz/SwiftyNetworking.git resolved at v0.9.1 (5ef4d5b)
warning: '.resolve-product-dependencies': dependency 'swiftynetworking' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/piotrekjeremicz/SwiftyNetworking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[1/11] Copying PrivacyInfo.xcprivacy
[1/11] Write NetworkingExample-entitlement.plist
[5/11] Write swift-version-49B95AFC49DCD68C.txt
[7/13] Emitting module NetworkingMacros
[8/13] Compiling NetworkingMacros NetworkingMacros.swift
[8/13] Write Objects.LinkFileList
[9/13] Linking NetworkingMacros-tool
[11/79] Compiling Networking PatchRequest.swift
[12/79] Compiling Networking PostRequest.swift
[13/79] Compiling Networking PutRequest.swift
[14/79] Compiling Networking ModifiedRequest.swift
[15/79] Compiling Networking OverrideRequest.swift
[16/79] Compiling Networking Request.swift
[17/79] Compiling Networking RequestError.swift
[18/79] Compiling Networking Registry.swift
[19/79] Compiling Networking Accept.swift
[20/79] Compiling Networking ApiKey.swift
[21/79] Compiling Networking Authorization.swift
[22/79] Compiling Networking CacheControl.swift
[23/79] Compiling Networking ContentType.swift
[24/79] Compiling Networking Key.swift
[25/79] Compiling Networking QueryItemsModifier.swift
[26/79] Compiling Networking ResponseBodyModifier.swift
[27/79] Compiling Networking ResponseErrorModifier.swift
[28/79] Compiling Networking ServiceModifier.swift
[29/79] Compiling Networking EmptyRequest.swift
[30/79] Compiling Networking DeleterRequest.swift
[31/79] Compiling Networking GetRequest.swift
[32/86] Compiling Networking AfterResponseModifier.swift
[33/86] Compiling Networking BeforeRequestModifier.swift
[34/86] Compiling Networking BodyModifier.swift
[35/86] Compiling Networking ConfigurationModifier.swift
[36/86] Compiling Networking HeadersModifier.swift
[37/86] Compiling Networking MethodModifier.swift
[38/86] Compiling Networking PathModifier.swift
[39/86] Compiling Networking RequestModifier.swift
[40/86] Compiling Networking Response.swift
[41/86] Compiling Networking ResponseBuilder.swift
[42/86] Compiling Networking ResponseError.swift
[43/86] Compiling Networking AuthorizationProvider.swift
[44/86] Compiling Networking AuthorizeModifier.swift
[45/86] Compiling Networking StoreCredentialsModifier.swift
[46/86] Compiling Networking ResponseBodyKey.swift
[47/86] Compiling Networking ResponseErrorKey.swift
[48/86] Compiling Networking ResponseInterceptorKey.swift
[49/86] Compiling Networking ServiceKey.swift
[50/86] Compiling Networking DecodingError+Extension.swift
[51/86] Compiling Networking Never+Request.swift
[52/86] Compiling Networking URLRequest+Extension.swift
[53/86] Compiling Networking URLResponse+Extension.swift
[54/86] Compiling Networking URLSessionProvider.swift
[55/86] Compiling Networking Session.swift
[56/86] Compiling Networking SessionProvider.swift
[57/86] Compiling Networking AnyCodable.swift
[58/86] Compiling Networking AnyDecodable.swift
[59/86] Compiling Networking AnyEncodable.swift
[60/86] Compiling Networking Method.swift
[61/86] Compiling Networking AuthorizationKey.swift
[62/86] Compiling Networking AuthorizationStore.swift
[63/86] Compiling Networking KeychainAuthorizationStore.swift
[64/86] Compiling Networking RequestInterceptor.swift
[65/86] Compiling Networking ResponseInterceptor.swift
[66/86] Compiling Networking Service.swift
[67/86] Compiling Networking Session+Extension.swift
[68/86] Emitting module Networking
[69/86] Compiling Networking ConfigurationKey.swift
[70/86] Compiling Networking ConfigurationValues.swift
[71/86] Compiling Networking BodyKey.swift
[72/86] Compiling Networking HeadersKey.swift
[73/86] Compiling Networking MethodKey.swift
[74/86] Compiling Networking PathKey.swift
[75/86] Compiling Networking QueryItemsKey.swift
[76/86] Compiling Networking RequestInterceptorsKey.swift
[77/86] Compiling Networking KeyValueBuilder.swift
[78/86] Compiling Networking KeyValueGroup.swift
[79/86] Compiling Networking KeyValuePair.swift
[80/86] Compiling Networking ValueBasicType.swift
[81/86] Compiling Networking TopLevelDecoder.swift
[82/86] Compiling Networking TopLevelEncoder.swift
[83/86] Compiling Networking resource_bundle_accessor.swift
[84/96] Compiling NetworkingExample DummyJsonService.swift
[85/96] Compiling NetworkingExample main.swift
[86/96] Compiling NetworkingExample DummyAuthorizationProvider.swift
[87/96] Compiling NetworkingExample AuthorizationFlow.swift
[88/96] Compiling NetworkingExample AddToDoRequest.swift
[89/96] Compiling NetworkingExample User.swift
[90/96] Compiling NetworkingExample ToDo.swift
[91/96] Compiling NetworkingExample AuthorizedUser.swift
[92/96] Compiling NetworkingExample GetToDosRequest.swift
[93/96] Emitting module NetworkingExample
[93/96] Write Objects.LinkFileList
[94/96] Linking NetworkingExample
[95/96] Applying NetworkingExample
Build complete! (7.42s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SwiftyNetworking",
  "name" : "SwiftyNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Networking",
      "targets" : [
        "Networking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkingExample",
      "targets" : [
        "NetworkingExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NetworkingMacros",
      "targets" : [
        "NetworkingMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingTests",
      "path" : "Tests/NetworkingTests",
      "sources" : [
        "SwiftyNetworkingTests.swift"
      ],
      "target_dependencies" : [
        "Networking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkingMacros",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingMacros",
      "path" : "Sources/NetworkingMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Networking",
        "NetworkingExample",
        "NetworkingMacros"
      ],
      "sources" : [
        "NetworkingMacros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "NetworkingExample",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingExample",
      "path" : "Examples/NetworkingExample",
      "product_memberships" : [
        "NetworkingExample"
      ],
      "sources" : [
        "Model/AuthorizedUser.swift",
        "Model/ToDo.swift",
        "Model/User.swift",
        "Sample/AddToDoRequest.swift",
        "Sample/AuthorizationFlow.swift",
        "Sample/GetToDosRequest.swift",
        "Service/DummyAuthorizationProvider.swift",
        "Service/DummyJsonService.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Networking"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Networking",
      "module_type" : "SwiftTarget",
      "name" : "Networking",
      "path" : "Sources/Networking",
      "product_memberships" : [
        "Networking",
        "NetworkingExample"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Networking/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Configuration/ConfigurationKey.swift",
        "Configuration/ConfigurationValues.swift",
        "Configuration/Keys/BodyKey.swift",
        "Configuration/Keys/HeadersKey.swift",
        "Configuration/Keys/MethodKey.swift",
        "Configuration/Keys/PathKey.swift",
        "Configuration/Keys/QueryItemsKey.swift",
        "Configuration/Keys/RequestInterceptorsKey.swift",
        "Configuration/Keys/ResponseBodyKey.swift",
        "Configuration/Keys/ResponseErrorKey.swift",
        "Configuration/Keys/ResponseInterceptorKey.swift",
        "Configuration/Keys/ServiceKey.swift",
        "Extension/DecodingError+Extension.swift",
        "Extension/Never+Request.swift",
        "Extension/URLRequest+Extension.swift",
        "Extension/URLResponse+Extension.swift",
        "Modifier/AfterResponseModifier.swift",
        "Modifier/BeforeRequestModifier.swift",
        "Modifier/BodyModifier.swift",
        "Modifier/ConfigurationModifier.swift",
        "Modifier/HeadersModifier.swift",
        "Modifier/MethodModifier.swift",
        "Modifier/PathModifier.swift",
        "Modifier/QueryItemsModifier.swift",
        "Modifier/ResponseBodyModifier.swift",
        "Modifier/ResponseErrorModifier.swift",
        "Modifier/ServiceModifier.swift",
        "Request/EmptyRequest.swift",
        "Request/Methods/DeleterRequest.swift",
        "Request/Methods/GetRequest.swift",
        "Request/Methods/PatchRequest.swift",
        "Request/Methods/PostRequest.swift",
        "Request/Methods/PutRequest.swift",
        "Request/ModifiedRequest.swift",
        "Request/OverrideRequest.swift",
        "Request/Request.swift",
        "Request/RequestError.swift",
        "Request/RequestModifier.swift",
        "Response/Response.swift",
        "Response/ResponseBuilder.swift",
        "Response/ResponseError.swift",
        "Service/Authorization/AuthorizationProvider.swift",
        "Service/Authorization/Modifiers/AuthorizeModifier.swift",
        "Service/Authorization/Modifiers/StoreCredentialsModifier.swift",
        "Service/Authorization/Store/AuthorizationKey.swift",
        "Service/Authorization/Store/AuthorizationStore.swift",
        "Service/Authorization/Store/KeychainAuthorizationStore.swift",
        "Service/Interceptor/RequestInterceptor.swift",
        "Service/Interceptor/ResponseInterceptor.swift",
        "Service/Service.swift",
        "Session/Implementation/Foundation/Session+Extension.swift",
        "Session/Implementation/Foundation/URLSessionProvider.swift",
        "Session/Session.swift",
        "Session/SessionProvider.swift",
        "Types/AnyCodable/AnyCodable.swift",
        "Types/AnyCodable/AnyDecodable.swift",
        "Types/AnyCodable/AnyEncodable.swift",
        "Types/Method.swift",
        "Types/Registry.swift",
        "Types/Structures/Headers/Accept.swift",
        "Types/Structures/Headers/ApiKey.swift",
        "Types/Structures/Headers/Authorization.swift",
        "Types/Structures/Headers/CacheControl.swift",
        "Types/Structures/Headers/ContentType.swift",
        "Types/Structures/Key.swift",
        "Types/Structures/KeyValueBuilder.swift",
        "Types/Structures/KeyValueGroup.swift",
        "Types/Structures/KeyValuePair.swift",
        "Types/Structures/ValueBasicType.swift",
        "Types/TopLevelDecoder.swift",
        "Types/TopLevelEncoder.swift"
      ],
      "target_dependencies" : [
        "NetworkingMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.