The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swawsh, reference 0.2.0 (7a415f), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 16:25:17 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/scottorly/swawsh.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/scottorly/swawsh
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 7a415fe Update Package.swift & add test target
Cloned https://github.com/scottorly/swawsh.git
Revision (git rev-parse @):
7a415feeed29bea8573c2f412e7c8485566db4c8
SUCCESS checkout https://github.com/scottorly/swawsh.git at 0.2.0
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/1654] Fetching bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.78s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.32 (1.47s)
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.32
========================================
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": "swawsh",
      "name": "Swawsh",
      "url": "https://github.com/scottorly/swawsh.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swawsh",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "bluecryptor",
          "name": "Cryptor",
          "url": "https://github.com/IBM-Swift/BlueCryptor.git",
          "version": "1.0.200",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueCryptor",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/scottorly/swawsh.git
[1/96] Fetching swawsh
Fetched https://github.com/scottorly/swawsh.git from cache (0.63s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git from cache
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.48s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (1.18s)
Creating working copy for https://github.com/scottorly/swawsh.git
Working copy of https://github.com/scottorly/swawsh.git resolved at 0.2.0 (7a415fe)
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.200
warning: '.resolve-product-dependencies': dependency 'swawsh' is not used by any target
Found 1 product dependencies
  - Cryptor
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/scottorly/swawsh.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/14] Emitting module Cryptor
[5/14] Compiling Cryptor Status.swift
[6/14] Compiling Cryptor HMAC.swift
[7/14] Compiling Cryptor KeyDerivation.swift
[8/14] Compiling Cryptor Random.swift
[9/14] Compiling Cryptor Updatable.swift
[10/14] Compiling Cryptor Crypto.swift
[11/14] Compiling Cryptor Cryptor.swift
[12/14] Compiling Cryptor StreamCryptor.swift
[13/14] Compiling Cryptor Digest.swift
[14/14] Compiling Cryptor SSLPointerTricks.swift
[15/15] Compiling Cryptor Utilities.swift
[16/21] Compiling Swawsh SwawshStringToSign.swift
[17/21] Compiling Swawsh DigestService.swift
[18/21] Compiling Swawsh DateService.swift
[19/21] Compiling Swawsh SwashCredential.swift
[20/21] Emitting module Swawsh
[21/21] Compiling Swawsh SwawshHeader.swift
Build complete! (6.16s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bluecryptor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.32",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueCryptor.git"
    }
  ],
  "manifest_display_name" : "Swawsh",
  "name" : "Swawsh",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Swawsh",
      "targets" : [
        "Swawsh"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwawshTests",
      "module_type" : "SwiftTarget",
      "name" : "SwawshTests",
      "path" : "Tests/SwawshTests",
      "sources" : [
        "DateServiceTests.swift",
        "DigestServiceTests.swift",
        "SwawshTests.swift"
      ],
      "target_dependencies" : [
        "Swawsh"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Swawsh",
      "module_type" : "SwiftTarget",
      "name" : "Swawsh",
      "path" : "Sources",
      "product_dependencies" : [
        "Cryptor"
      ],
      "product_memberships" : [
        "Swawsh"
      ],
      "sources" : [
        "DateService.swift",
        "DigestService.swift",
        "SwashCredential.swift",
        "SwawshHeader.swift",
        "SwawshStringToSign.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.