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 NetworkService, reference main (c82827), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 04:44:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/NetworkService.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MFB-Technologies-Inc/NetworkService
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c82827c Merge pull request #20 from MFB-Technologies-Inc/feature/update-dependencies
Cloned https://github.com/MFB-Technologies-Inc/NetworkService.git
Revision (git rev-parse @):
c82827c153118d1ee6da1339d4a17a68c52aee9b
SUCCESS checkout https://github.com/MFB-Technologies-Inc/NetworkService.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/NetworkService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-1EA4D86E10B52AF.txt
[9/47] Compiling HTTPTypes HTTPParsedFields.swift
[10/47] Compiling HTTPTypes HTTPFieldName.swift
[11/47] Compiling HTTPTypes NIOLock.swift
[12/47] Compiling HTTPTypes HTTPRequest.swift
[13/47] Compiling HTTPTypes ISOLatin1String.swift
[14/47] Compiling HTTPTypes HTTPResponse.swift
[15/47] Compiling HTTPTypes HTTPField.swift
[16/47] Emitting module HTTPTypes
[17/47] Compiling HTTPTypes HTTPFields.swift
[18/53] Compiling IssueReporting TestContext.swift
[19/53] Compiling IssueReporting Unimplemented.swift
[20/55] Compiling IssueReporting WithExpectedIssue.swift
[21/55] Compiling IssueReporting WithIssueContext.swift
[22/55] Compiling IssueReporting Deprecations.swift
[23/55] Compiling IssueReporting FailureObserver.swift
[24/55] Compiling IssueReporting LockIsolated.swift
[25/55] Compiling IssueReporting Rethrows.swift
[26/55] Compiling IssueReporting RuntimeWarningReporter.swift
[27/55] Compiling IssueReporting ReportIssue.swift
[28/55] Compiling IssueReporting BreakpointReporter.swift
[29/55] Compiling IssueReporting FatalErrorReporter.swift
[30/55] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[31/55] Compiling ConcurrencyExtras LockIsolated.swift
[32/55] Compiling ConcurrencyExtras Locking.swift
[33/56] Compiling IssueReporting ErrorReporting.swift
[34/56] Compiling IssueReporting AppHostWarning.swift
[35/56] Emitting module IssueReporting
[36/56] Compiling IssueReporting IsTesting.swift
[37/56] Compiling IssueReporting IssueReporter.swift
[38/56] Compiling IssueReporting Warn.swift
[39/56] Compiling IssueReporting XCTest.swift
[40/56] Compiling IssueReporting SwiftTesting.swift
[41/56] Compiling IssueReporting UncheckedSendable.swift
[42/56] Compiling ConcurrencyExtras AsyncStream.swift
[43/56] Emitting module ConcurrencyExtras
[46/56] Compiling ConcurrencyExtras UncheckedBox.swift
[47/56] Compiling ConcurrencyExtras Result.swift
[48/56] Compiling ConcurrencyExtras MainSerialExecutor.swift
[49/56] Compiling ConcurrencyExtras Task.swift
[50/56] Compiling ConcurrencyExtras UncheckedSendable.swift
[51/68] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[52/68] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[53/68] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[54/68] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[55/68] Emitting module HTTPTypesFoundation
[56/68] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[57/79] Compiling NetworkService Result+NetworkService.swift
[58/79] Compiling NetworkService NetworkServiceClient+Start.swift
[59/79] Compiling NetworkService NetworkServiceClient.swift
[60/80] Compiling NetworkService NetworkServiceClient+Post.swift
[61/80] Compiling NetworkService NetworkServiceError.swift
[62/80] Compiling NetworkService NetworkServiceClient+GetSession.swift
[63/80] Compiling NetworkService NetworkServiceClient+Put.swift
[64/80] Compiling NetworkService TopLevelCodable.swift
[65/80] Emitting module NetworkService
[66/80] Compiling NetworkService NetworkService.swift
[67/80] Compiling NetworkService NetworkServiceClient+Delete.swift
[68/80] Compiling NetworkService NetworkServiceClient+Get.swift
[69/80] Compiling CombineSchedulers UIScheduler.swift
[70/80] Compiling CombineSchedulers UIKit.swift
[71/81] Emitting module CombineSchedulers
[74/81] Compiling CombineSchedulers UnimplementedScheduler.swift
[75/81] Compiling CombineSchedulers Timer.swift
[76/81] Compiling CombineSchedulers TestScheduler.swift
[77/81] Compiling CombineSchedulers NSRecursiveLock.swift
[78/81] Compiling CombineSchedulers Lock.swift
[79/81] Compiling CombineSchedulers SwiftUI.swift
[80/81] Compiling CombineSchedulers ImmediateScheduler.swift
[81/81] Compiling CombineSchedulers Deprecations.swift
[82/86] Compiling NetworkServiceTestHelper RepeatResponse.swift
[83/86] Compiling NetworkServiceTestHelper MockOutput.swift
[84/86] Compiling NetworkServiceTestHelper MockNetworkService.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkServiceTestHelper/MockNetworkService.swift:67:45: warning: capture of non-sendable type 'T.SchedulerTimeType.Stride.Type' in an isolated closure; this is an error in the Swift 6 language mode
65 |                 return await Task { [scheduler] in
66 |                     do {
67 |                         try await scheduler.sleep(for: .seconds(.max))
   |                                             `- warning: capture of non-sendable type 'T.SchedulerTimeType.Stride.Type' in an isolated closure; this is an error in the Swift 6 language mode
68 |                     } catch {
69 |                         return Result<Data, any Error>.failure(error)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkServiceTestHelper/MockNetworkService.swift:67:35: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
65 |                 return await Task { [scheduler] in
66 |                     do {
67 |                         try await scheduler.sleep(for: .seconds(.max))
   |                                   `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
68 |                     } catch {
69 |                         return Result<Data, any Error>.failure(error)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkServiceTestHelper/MockNetworkService.swift:65:38: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 |             case .infinite:
64 |
65 |                 return await Task { [scheduler] in
   |                                      `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 |                     do {
67 |                         try await scheduler.sleep(for: .seconds(.max))
/Users/admin/builder/spi-builder-workspace/Sources/NetworkServiceTestHelper/MockNetworkService.swift:77:45: warning: capture of non-sendable type 'T.SchedulerTimeType.Stride.Type' in an isolated closure; this is an error in the Swift 6 language mode
75 |                 return await Task { [delay, scheduler] in
76 |                     do {
77 |                         try await scheduler.sleep(for: .seconds(delay.interval))
   |                                             `- warning: capture of non-sendable type 'T.SchedulerTimeType.Stride.Type' in an isolated closure; this is an error in the Swift 6 language mode
78 |                     } catch {
79 |                         return Result<Data, any Error>.failure(error)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkServiceTestHelper/MockNetworkService.swift:77:35: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
75 |                 return await Task { [delay, scheduler] in
76 |                     do {
77 |                         try await scheduler.sleep(for: .seconds(delay.interval))
   |                                   `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
78 |                     } catch {
79 |                         return Result<Data, any Error>.failure(error)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkServiceTestHelper/MockNetworkService.swift:75:45: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
73 |                 }.value
74 |             case .seconds:
75 |                 return await Task { [delay, scheduler] in
   |                                             `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
76 |                     do {
77 |                         try await scheduler.sleep(for: .seconds(delay.interval))
/Users/admin/builder/spi-builder-workspace/Sources/NetworkServiceTestHelper/MockNetworkService.swift:65:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
63 |             case .infinite:
64 |
65 |                 return await Task { [scheduler] in
   |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
66 |                     do {
67 |                         try await scheduler.sleep(for: .seconds(.max))
   |                                             `- note: closure captures 'scheduler' which is accessible to code in the current task
68 |                     } catch {
69 |                         return Result<Data, any Error>.failure(error)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkServiceTestHelper/MockNetworkService.swift:75:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
73 |                 }.value
74 |             case .seconds:
75 |                 return await Task { [delay, scheduler] in
   |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
76 |                     do {
77 |                         try await scheduler.sleep(for: .seconds(delay.interval))
   |                                             `- note: closure captures 'scheduler' which is accessible to code in the current task
78 |                     } catch {
79 |                         return Result<Data, any Error>.failure(error)
[85/86] Compiling NetworkServiceTestHelper Delay.swift
[86/86] Emitting module NetworkServiceTestHelper
Build complete! (21.93s)
Fetching https://github.com/pointfreeco/swift-custom-dump.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/pointfreeco/combine-schedulers.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
[1/2410] Fetching combine-schedulers
[146/10310] Fetching combine-schedulers, ohhttpstubs
[225/11214] Fetching combine-schedulers, ohhttpstubs, swift-http-types
[446/15795] Fetching combine-schedulers, ohhttpstubs, swift-http-types, swift-custom-dump
Fetched https://github.com/apple/swift-http-types.git from cache (1.13s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (1.13s)
Fetched https://github.com/pointfreeco/combine-schedulers.git from cache (1.13s)
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (1.13s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (3.68s)
Computing version for https://github.com/pointfreeco/combine-schedulers.git
Computed https://github.com/pointfreeco/combine-schedulers.git at 1.0.3 (0.41s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/861] Fetching swift-concurrency-extras
[105/6328] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.22s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.22s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.62s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.42s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 1.3.3 (0.41s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.39s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/combine-schedulers.git
Working copy of https://github.com/pointfreeco/combine-schedulers.git resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
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/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "ohhttpstubs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.1.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AliSoftware/OHHTTPStubs.git"
    },
    {
      "identity" : "combine-schedulers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/combine-schedulers.git"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    }
  ],
  "manifest_display_name" : "NetworkService",
  "name" : "NetworkService",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "NetworkService",
      "targets" : [
        "NetworkService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkServiceTestHelper",
      "targets" : [
        "NetworkServiceTestHelper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NetworkServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkServiceTests",
      "path" : "Tests/NetworkServiceTests",
      "product_dependencies" : [
        "CustomDump",
        "OHHTTPStubs",
        "OHHTTPStubsSwift"
      ],
      "sources" : [
        "HTTPFields+AsDictionary.swift",
        "NetworkServiceTests+Cancellation.swift",
        "NetworkServiceTests+Delete.swift",
        "NetworkServiceTests+Get.swift",
        "NetworkServiceTests+Post.swift",
        "NetworkServiceTests+Put.swift",
        "NetworkServiceTests.swift",
        "NetworkTestCase.swift",
        "Result+NetworkServiceTests.swift"
      ],
      "target_dependencies" : [
        "NetworkService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkServiceTestHelperTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkServiceTestHelperTests",
      "path" : "Tests/NetworkServiceTestHelperTests",
      "product_dependencies" : [
        "CombineSchedulers",
        "CustomDump"
      ],
      "sources" : [
        "MockNetworkServiceTests.swift"
      ],
      "target_dependencies" : [
        "NetworkServiceTestHelper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkServiceTestHelper",
      "module_type" : "SwiftTarget",
      "name" : "NetworkServiceTestHelper",
      "path" : "Sources/NetworkServiceTestHelper",
      "product_dependencies" : [
        "CombineSchedulers"
      ],
      "product_memberships" : [
        "NetworkServiceTestHelper"
      ],
      "sources" : [
        "Delay.swift",
        "MockNetworkService.swift",
        "MockOutput.swift",
        "RepeatResponse.swift"
      ],
      "target_dependencies" : [
        "NetworkService"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkService",
      "module_type" : "SwiftTarget",
      "name" : "NetworkService",
      "path" : "Sources/NetworkService",
      "product_dependencies" : [
        "HTTPTypes",
        "HTTPTypesFoundation"
      ],
      "product_memberships" : [
        "NetworkService",
        "NetworkServiceTestHelper"
      ],
      "sources" : [
        "NetworkService.swift",
        "NetworkServiceClient+Delete.swift",
        "NetworkServiceClient+Get.swift",
        "NetworkServiceClient+GetSession.swift",
        "NetworkServiceClient+Post.swift",
        "NetworkServiceClient+Put.swift",
        "NetworkServiceClient+Start.swift",
        "NetworkServiceClient.swift",
        "NetworkServiceError.swift",
        "Result+NetworkService.swift",
        "TopLevelCodable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.