The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swawsh with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/scottorly/swawsh.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/scottorly/swawsh
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
Fetching https://github.com/IBM-Swift/BlueCryptor.git from cache
Fetched https://github.com/IBM-Swift/BlueCryptor.git (0.28s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.32 (0.51s)
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/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swawsh",
      "name": "Swawsh",
      "url": "https://github.com/scottorly/swawsh.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swawsh",
      "dependencies": [
        {
          "identity": "bluecryptor",
          "name": "Cryptor",
          "url": "https://github.com/IBM-Swift/BlueCryptor.git",
          "version": "1.0.200",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueCryptor",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/scottorly/swawsh.git
[1/96] Fetching swawsh
Fetched https://github.com/scottorly/swawsh.git (0.26s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git from cache
Fetched https://github.com/IBM-Swift/BlueCryptor.git (0.19s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.04s)
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
Creating working copy for https://github.com/scottorly/swawsh.git
Working copy of https://github.com/scottorly/swawsh.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swawsh' is not used by any target
Found 1 product dependencies
  - Cryptor
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling Cryptor Status.swift
[2/11] Compiling Cryptor Updatable.swift
[3/11] Compiling Cryptor Crypto.swift
[4/11] Compiling Cryptor Cryptor.swift
[5/12] Compiling Cryptor KeyDerivation.swift
[6/12] Compiling Cryptor Random.swift
[7/12] Compiling Cryptor SSLPointerTricks.swift
[8/12] Compiling Cryptor Digest.swift
[9/12] Compiling Cryptor HMAC.swift
[10/12] Emitting module Cryptor
[11/12] Compiling Cryptor StreamCryptor.swift
[12/12] Compiling Cryptor Utilities.swift
[13/18] Compiling Swawsh SwawshStringToSign.swift
[14/18] Compiling Swawsh DigestService.swift
[15/18] Compiling Swawsh SwashCredential.swift
[16/18] Compiling Swawsh SwawshHeader.swift
[17/18] Compiling Swawsh DateService.swift
[18/18] Emitting module Swawsh
Build complete! (8.47s)
Build complete.
Done.