The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RKAPIService, reference main (5905e2), with Swift 6.2 for macOS (SPM) on 25 Jun 2025 19:04:40 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/TheRakiburKhan/RKAPIService.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/TheRakiburKhan/RKAPIService
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5905e29 Updated with JSONEncoder controll, NetworkResult have raw HTTPURLResponse and partial support for swift 6
Cloned https://github.com/TheRakiburKhan/RKAPIService.git
Revision (git rev-parse @):
5905e2995630c390276158778ac50fceb1d4394c
SUCCESS checkout https://github.com/TheRakiburKhan/RKAPIService.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/TheRakiburKhan/RKAPIService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/13] Compiling RKAPIUtility UploadAttachment.swift
[6/13] Compiling RKAPIUtility NetworkResult.swift
[7/13] Compiling RKAPIUtility HTTPMethod.swift
[8/13] Compiling RKAPIUtility HTTPHeader.swift
[9/13] Compiling RKAPIUtility HTTPStatusCode.swift
[10/13] Compiling RKAPIUtility RKAPIHelper.swift
[11/13] Compiling RKAPIUtility Attachment.swift
[12/13] Compiling RKAPIUtility AttachedFile.swift
[13/13] Emitting module RKAPIUtility
[14/17] Compiling RKAPIService RKAPIService+completion.swift
[15/17] Compiling RKAPIService RKAPIService.swift
[16/17] Emitting module RKAPIService
[17/17] Compiling RKAPIService RKAPIService+async.swift
[18/19] Emitting module RKAPIServiceCombine
[19/19] Compiling RKAPIServiceCombine RKAPIServiceCombine.swift
Build complete! (8.46s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RKAPIService",
  "name" : "RKAPIService",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "RKAPIUtility",
      "targets" : [
        "RKAPIUtility"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RKAPIService",
      "targets" : [
        "RKAPIService",
        "RKAPIUtility"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RKAPIServiceCombine",
      "targets" : [
        "RKAPIServiceCombine",
        "RKAPIUtility"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RKAPIUtility",
      "module_type" : "SwiftTarget",
      "name" : "RKAPIUtility",
      "path" : "Sources/RKAPIUtility",
      "product_memberships" : [
        "RKAPIUtility",
        "RKAPIService",
        "RKAPIServiceCombine"
      ],
      "sources" : [
        "AttachedFile.swift",
        "Attachment.swift",
        "HTTPHeader.swift",
        "HTTPMethod.swift",
        "HTTPStatusCode.swift",
        "NetworkResult.swift",
        "RKAPIHelper.swift",
        "UploadAttachment.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RKAPIServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "RKAPIServiceTests",
      "path" : "Tests/RKAPIServiceTests",
      "sources" : [
        "RKAPIServiceTests.swift"
      ],
      "target_dependencies" : [
        "RKAPIService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RKAPIServiceCombineTests",
      "module_type" : "SwiftTarget",
      "name" : "RKAPIServiceCombineTests",
      "path" : "Tests/RKAPIServiceCombineTests",
      "sources" : [
        "RKAPIServiceCombineTests.swift"
      ],
      "target_dependencies" : [
        "RKAPIServiceCombine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RKAPIServiceCombine",
      "module_type" : "SwiftTarget",
      "name" : "RKAPIServiceCombine",
      "path" : "Sources/RKAPIServiceCombine",
      "product_memberships" : [
        "RKAPIServiceCombine"
      ],
      "sources" : [
        "RKAPIServiceCombine.swift"
      ],
      "target_dependencies" : [
        "RKAPIService",
        "RKAPIUtility"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RKAPIService",
      "module_type" : "SwiftTarget",
      "name" : "RKAPIService",
      "path" : "Sources/RKAPIService",
      "product_memberships" : [
        "RKAPIService",
        "RKAPIServiceCombine"
      ],
      "sources" : [
        "RKAPIService+async.swift",
        "RKAPIService+completion.swift",
        "RKAPIService.swift"
      ],
      "target_dependencies" : [
        "RKAPIUtility"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.