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 Osiris, reference 2.0.1 (59a11b), with Swift 6.0 for macOS (SPM) on 16 Jun 2025 07:08:43 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samsonjs/Osiris.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samsonjs/Osiris
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at 59a11b9 Prepare for 2.0.1 release
Cloned https://github.com/samsonjs/Osiris.git
Revision (git rev-parse @):
59a11b9cee0f7a2aae02d1bf71b9fa4c20822605
SUCCESS checkout https://github.com/samsonjs/Osiris.git at 2.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/samsonjs/Osiris.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/11] Compiling Osiris MultipartFormEncoder.swift
[4/11] Compiling Osiris RequestBuilder.swift
[5/11] Compiling Osiris HTTPRequest.swift
[6/11] Compiling Osiris HTTPContentType.swift
[7/11] Compiling Osiris HTTPRequestError.swift
[8/11] Compiling Osiris FormEncoder.swift
[9/11] Emitting module Osiris
[10/11] Compiling Osiris HTTPResponse.swift
[11/11] Compiling Osiris HTTPMethod.swift
Build complete! (6.20s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Osiris",
  "name" : "Osiris",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Osiris",
      "targets" : [
        "Osiris"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OsirisTests",
      "module_type" : "SwiftTarget",
      "name" : "OsirisTests",
      "path" : "Tests/OsirisTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OsirisTests/Resources/lorem.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OsirisTests/Resources/notbad.jpg",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FormEncoderTests.swift",
        "HTTPMethodTests.swift",
        "HTTPRequestErrorTests.swift",
        "HTTPRequestTests.swift",
        "HTTPResponseTests.swift",
        "MultipartFormEncoderTests.swift",
        "RequestBuilderTests.swift"
      ],
      "target_dependencies" : [
        "Osiris"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Osiris",
      "module_type" : "SwiftTarget",
      "name" : "Osiris",
      "path" : "Sources/Osiris",
      "product_memberships" : [
        "Osiris"
      ],
      "sources" : [
        "FormEncoder.swift",
        "HTTPContentType.swift",
        "HTTPMethod.swift",
        "HTTPRequest.swift",
        "HTTPRequestError.swift",
        "HTTPResponse.swift",
        "MultipartFormEncoder.swift",
        "RequestBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.