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 SafeTypes, reference 1.0.0 (1f88a8), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 05:35:29 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/lucaswkuipers/SafeTypes.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lucaswkuipers/SafeTypes
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 1f88a8f Update issue templates
Cloned https://github.com/lucaswkuipers/SafeTypes.git
Revision (git rev-parse @):
1f88a8f55ade8ba3526b5663b14246c5fefef267
SUCCESS checkout https://github.com/lucaswkuipers/SafeTypes.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/lucaswkuipers/SafeTypes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/13] Compiling SafeTypes NonZero.swift
[4/14] Compiling SafeTypes NonPositive.swift
[5/14] Compiling SafeTypes Number.swift
[6/14] Compiling SafeTypes NonNegative.swift
[7/14] Compiling SafeTypes Positive.swift
[8/14] Compiling SafeTypes Negative.swift
[9/14] Compiling SafeTypes MinusOneToOne.swift
[10/14] Compiling SafeTypes MultiElementsArray.swift
[11/14] Compiling SafeTypes NonEmptyArray.swift
[12/14] Compiling SafeTypes NonEmptyString.swift
[13/14] Emitting module SafeTypes
[14/14] Compiling SafeTypes ZeroToOne.swift
Build complete! (0.92s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SafeTypes",
  "name" : "SafeTypes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SafeTypes",
      "targets" : [
        "SafeTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeTypesTests",
      "path" : "Tests/SafeTypesTests",
      "sources" : [
        "Collections/MultiElementsArrayTests.swift",
        "Collections/NonEmptyArrayTests.swift",
        "Collections/NonEmptyStringTests.swift",
        "Numbers/MinusOneToOne.swift",
        "Numbers/NegativeTests.swift",
        "Numbers/NonNegativeTests.swift",
        "Numbers/NonPositiveTests.swift",
        "Numbers/PositiveTests.swift",
        "Numbers/ZeroToOneTests.swift"
      ],
      "target_dependencies" : [
        "SafeTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeTypes",
      "module_type" : "SwiftTarget",
      "name" : "SafeTypes",
      "path" : "Sources/SafeTypes",
      "product_memberships" : [
        "SafeTypes"
      ],
      "sources" : [
        "Collections/MultiElementsArray.swift",
        "Collections/NonEmptyArray.swift",
        "Collections/NonEmptyString.swift",
        "Numbers/MinusOneToOne.swift",
        "Numbers/Negative.swift",
        "Numbers/NonNegative.swift",
        "Numbers/NonPositive.swift",
        "Numbers/NonZero.swift",
        "Numbers/Number.swift",
        "Numbers/Positive.swift",
        "Numbers/ZeroToOne.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.