The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Serpent, reference 2.0.3 (31abec), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 15:14:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "serpent",
      "name": "Serpent",
      "url": "https://github.com/ml-archive/Serpent.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Serpent",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ml-archive/Serpent.git
[1/4514] Fetching serpent
Fetched https://github.com/ml-archive/Serpent.git from cache (7.86s)
Creating working copy for https://github.com/ml-archive/Serpent.git
Working copy of https://github.com/ml-archive/Serpent.git resolved at 2.0.3 (31abec1)
warning: '.resolve-product-dependencies': dependency 'serpent' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ml-archive/Serpent.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling Serpent Operator.swift
[4/7] Compiling Serpent BridgingBox.swift
[5/7] Compiling Serpent Serpent.swift
[6/7] Emitting module Serpent
[7/7] Compiling Serpent Extensions.swift
Build complete! (7.76s)
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.