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 main (bcf402), with Swift 6.0 for macOS (SPM) on 15 Jun 2025 16:34:12 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samsonjs/Osiris
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bcf402d Remove Linux testing cruft that we no longer need
Cloned https://github.com/samsonjs/Osiris.git
Revision (git rev-parse @):
bcf402db8f8c98b0e597dadf51c9be79f917e67b
SUCCESS checkout https://github.com/samsonjs/Osiris.git at main
========================================
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 RequestBuilder.swift
[4/11] Compiling Osiris MultipartFormEncoder.swift
[5/11] Compiling Osiris HTTPRequest.swift
[6/11] Compiling Osiris HTTPRequestError.swift
[7/11] Compiling Osiris HTTPContentType.swift
[8/11] Compiling Osiris FormEncoder.swift
[9/11] Compiling Osiris HTTPMethod.swift
[10/11] Compiling Osiris HTTPResponse.swift
[11/11] Emitting module Osiris
Build complete! (5.37s)
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.