The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CELLULAR, reference master (2e1108), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 04:19:53 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cellular/cellular-swift.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/10] Compiling CELLULAR StoryboardIdentifier.swift
[4/10] Compiling CELLULAR NSLock+Lock.swift
[5/10] Compiling CELLULAR Lock.swift
[6/10] Compiling CELLULAR DispatchLock.swift
[7/10] Compiling CELLULAR Protected.swift
[8/10] Compiling CELLULAR KeyedDecodingContainer+Convenience.swift
[9/10] Emitting module CELLULAR
[10/10] Compiling CELLULAR KeyedDecodingContainer+FailableSequence.swift
Build complete! (3.89s)
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.