The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CELLULAR, reference master (2e1108), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 03:29:32 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/cellular/cellular-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cellular/cellular-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2e11080 Merge pull request #6 from markuswntr/master
Cloned https://github.com/cellular/cellular-swift.git
Revision (git rev-parse @):
2e1108028fb08424a870ad5406c4757e35810330
SUCCESS checkout https://github.com/cellular/cellular-swift.git at master
========================================
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": "cellular-swift",
      "name": "CELLULAR",
      "url": "https://github.com/cellular/cellular-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cellular-swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cellular/cellular-swift.git
[1/563] Fetching cellular-swift
Fetched https://github.com/cellular/cellular-swift.git from cache (0.65s)
Creating working copy for https://github.com/cellular/cellular-swift.git
Working copy of https://github.com/cellular/cellular-swift.git resolved at master (2e11080)
warning: '.resolve-product-dependencies': dependency 'cellular-swift' 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/cellular/cellular-swift.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/10] Compiling CELLULAR Protected.swift
[4/10] Compiling CELLULAR StoryboardIdentifier.swift
[5/10] Compiling CELLULAR NSLock+Lock.swift
[6/10] Compiling CELLULAR Lock.swift
[7/10] Compiling CELLULAR DispatchLock.swift
[8/10] Compiling CELLULAR KeyedDecodingContainer+FailableSequence.swift
[9/10] Emitting module CELLULAR
[10/10] Compiling CELLULAR KeyedDecodingContainer+Convenience.swift
Build complete! (4.12s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CELLULAR",
  "name" : "CELLULAR",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CELLULAR",
      "targets" : [
        "CELLULAR"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CELLULARTests",
      "module_type" : "SwiftTarget",
      "name" : "CELLULARTests",
      "path" : "Tests/CELLULARTests",
      "sources" : [
        "CodableTests.swift",
        "LockingTests.swift",
        "StoryboardTests.swift"
      ],
      "target_dependencies" : [
        "CELLULAR"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CELLULAR",
      "module_type" : "SwiftTarget",
      "name" : "CELLULAR",
      "path" : "Sources/CELLULAR",
      "product_memberships" : [
        "CELLULAR"
      ],
      "sources" : [
        "Codable/KeyedDecodingContainer+Convenience.swift",
        "Codable/KeyedDecodingContainer+FailableSequence.swift",
        "Locking/DispatchLock.swift",
        "Locking/Lock.swift",
        "Locking/NSLock+Lock.swift",
        "Locking/Protected.swift",
        "Storyboard/StoryboardIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.