The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftStrideIO, reference main (48e3d4), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 20:25:02 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/rayhaanalykhan/SwiftStrideIO.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rayhaanalykhan/SwiftStrideIO
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 48e3d4b Update README.md
Cloned https://github.com/rayhaanalykhan/SwiftStrideIO.git
Revision (git rev-parse @):
48e3d4b5f459db9c2dba55ecd686dd8bc437505b
SUCCESS checkout https://github.com/rayhaanalykhan/SwiftStrideIO.git at main
Fetching https://github.com/rayhaanalykhan/CipherEncryption.git
[1/95] Fetching cipherencryption
Fetched https://github.com/rayhaanalykhan/CipherEncryption.git from cache (0.65s)
Creating working copy for https://github.com/rayhaanalykhan/CipherEncryption.git
Working copy of https://github.com/rayhaanalykhan/CipherEncryption.git resolved at main (961fe44)
========================================
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": "swiftstrideio",
      "name": "SwiftStrideIO",
      "url": "https://github.com/rayhaanalykhan/SwiftStrideIO.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftStrideIO",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "cipherencryption",
          "name": "CipherEncryption",
          "url": "https://github.com/rayhaanalykhan/CipherEncryption.git",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CipherEncryption",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/rayhaanalykhan/SwiftStrideIO.git
[1/149] Fetching swiftstrideio
Fetched https://github.com/rayhaanalykhan/SwiftStrideIO.git from cache (0.67s)
Fetching https://github.com/rayhaanalykhan/CipherEncryption.git from cache
Fetched https://github.com/rayhaanalykhan/CipherEncryption.git from cache (0.45s)
Creating working copy for https://github.com/rayhaanalykhan/CipherEncryption.git
Working copy of https://github.com/rayhaanalykhan/CipherEncryption.git resolved at main (cbe4b05)
Creating working copy for https://github.com/rayhaanalykhan/SwiftStrideIO.git
Working copy of https://github.com/rayhaanalykhan/SwiftStrideIO.git resolved at main (48e3d4b)
warning: '.resolve-product-dependencies': dependency 'swiftstrideio' is not used by any target
Found 1 product dependencies
  - CipherEncryption
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/rayhaanalykhan/SwiftStrideIO.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling CipherEncryption CipherEncryption.swift
[5/5] Emitting module CipherEncryption
[6/7] Compiling SwiftStrideIO SwiftStrideIO.swift
[7/7] Emitting module SwiftStrideIO
Build complete! (4.80s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cipherencryption",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rayhaanalykhan/CipherEncryption.git"
    }
  ],
  "manifest_display_name" : "SwiftStrideIO",
  "name" : "SwiftStrideIO",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftStrideIO",
      "targets" : [
        "SwiftStrideIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftStrideIO",
      "module_type" : "SwiftTarget",
      "name" : "SwiftStrideIO",
      "path" : "Sources/SwiftStrideIO",
      "product_dependencies" : [
        "CipherEncryption"
      ],
      "product_memberships" : [
        "SwiftStrideIO"
      ],
      "sources" : [
        "SwiftStrideIO.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.