The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Serpent, reference 2.0.3 (31abec), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 14:34:03 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: 2.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ml-archive/Serpent
 * tag               2.0.3      -> FETCH_HEAD
HEAD is now at 31abec1 Merge pull request #173 from nodes-ios/feature/update-podspec
Cloned https://github.com/ml-archive/Serpent.git
Revision (git rev-parse @):
31abec139e5dd74144c542906eb70d73a3f9f3b0
SUCCESS checkout https://github.com/ml-archive/Serpent.git at 2.0.3
========================================
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] Emitting module Serpent
[7/7] Compiling Serpent Extensions.swift
Build complete! (6.80s)
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.