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 Serpent, reference master (212d6d), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 14:32:16 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/ml-archive/Serpent.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ml-archive/Serpent
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 212d6d2 Update README.md
Cloned https://github.com/ml-archive/Serpent.git
Revision (git rev-parse @):
212d6d237670cdba48489c27bc67a89da3cbb9b4
SUCCESS checkout https://github.com/ml-archive/Serpent.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ml-archive/Serpent.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/7] Compiling Serpent Serpent.swift
[4/7] Compiling Serpent Operator.swift
[5/7] Compiling Serpent BridgingBox.swift
[6/7] Compiling Serpent Extensions.swift
[7/7] Emitting module Serpent
Build complete! (6.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Serpent",
  "name" : "Serpent",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Serpent",
      "targets" : [
        "Serpent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SerpentTests",
      "module_type" : "SwiftTarget",
      "name" : "SerpentTests",
      "path" : "Serpent/SerpentTests",
      "sources" : [
        "Models/CustomOperatorsTestModel.swift",
        "Models/DecodableModel.swift",
        "Models/EnumsTestModel.swift",
        "Models/HexInitializableTestModel.swift",
        "Models/NetworkTestModel.swift",
        "Models/NilTestModel.swift",
        "Models/PerformanceTestModel.swift",
        "Models/PerformanceTestSmallModel.swift",
        "Models/PrimitivesTestModel.swift",
        "Models/SerializableEntityTestModel.swift",
        "Models/SimpleModel.swift",
        "Models/StringInitializableTestModel.swift",
        "Tests/AlamofireExtensionTests.swift",
        "Tests/BridgingBoxTests.swift",
        "Tests/CashierExtensionTests.swift",
        "Tests/CustomOperatorsTests.swift",
        "Tests/DecodableTests.swift",
        "Tests/HexInitalizableTests.swift",
        "Tests/SerializableEntityTests.swift",
        "Tests/SerializableEnumsTests.swift",
        "Tests/SerializableNilEntitiesTests.swift",
        "Tests/SerializablePerformanceTest.swift",
        "Tests/SerializablePrimitivesTests.swift",
        "Tests/StringInitializableTests.swift"
      ],
      "target_dependencies" : [
        "Serpent"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Serpent",
      "module_type" : "SwiftTarget",
      "name" : "Serpent",
      "path" : "Sources/Serpent",
      "product_memberships" : [
        "Serpent"
      ],
      "sources" : [
        "BridgingBox.swift",
        "Extensions.swift",
        "Operator.swift",
        "Serpent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.