The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BSWFoundation 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.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theleftbit/BSWFoundation.git
Reference: 6.0.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/theleftbit/BSWFoundation
 * tag               6.0.2      -> FETCH_HEAD
HEAD is now at e584dbb Merge pull request #146 from theleftbit/xcode-preview
Cloned https://github.com/theleftbit/BSWFoundation.git
Revision (git rev-parse @):
e584dbba0be76c05b10f734e7b46bdc28cc13933
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/theleftbit/BSWFoundation.git at 6.0.2
========================================
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/2] Compiling KeychainAccess Keychain.swift
[2/2] Emitting module KeychainAccess
[3/28] Compiling BSWFoundation ModuleConstants.swift
[4/28] Compiling BSWFoundation FailableCodableArray.swift
[5/28] Compiling BSWFoundation JSONParser.swift
[6/28] Compiling BSWFoundation String+Utils.swift
[7/28] Compiling BSWFoundation Task.swift
[8/28] Compiling BSWFoundation Throttler.swift
[9/28] Compiling BSWFoundation ProcessInfo.swift
[10/28] Compiling BSWFoundation ProgressObserver.swift
[11/28] Compiling BSWFoundation Random.swift
[12/28] Compiling BSWFoundation String+Crypto.swift
[13/28] Compiling BSWFoundation Collections.swift
[14/28] Compiling BSWFoundation Date+Extensions.swift
[15/28] Compiling BSWFoundation Error+Extensions.swift
[16/28] Compiling BSWFoundation NSNumber+Extensions.swift
[17/28] Compiling BSWFoundation APIClient+Error.swift
[18/28] Compiling BSWFoundation APIClient.swift
[19/28] Compiling BSWFoundation Endpoint.swift
[20/28] Compiling BSWFoundation Environment.swift
[21/31] Compiling BSWFoundation MockAPIClient.swift
[22/31] Compiling BSWFoundation Router.swift
[23/31] Compiling BSWFoundation AuthStorage.swift
[24/31] Compiling BSWFoundation Bundle+Extensions.swift
[25/31] Emitting module BSWFoundation
[26/31] Compiling BSWFoundation UIApplication+Tests.swift
[27/31] Compiling BSWFoundation With.swift
[28/31] Compiling BSWFoundation LocationFetcher.swift
[29/31] Compiling BSWFoundation CodableKeychainBacked.swift
[30/31] Compiling BSWFoundation KeychainBacked.swift
[31/31] Compiling BSWFoundation UserDefaultsBacked.swift
Build complete! (16.07s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git from cache
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git (0.23s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.03s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "bswfoundation",
      "name": "BSWFoundation",
      "url": "https://github.com/theleftbit/BSWFoundation.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BSWFoundation",
      "dependencies": [
        {
          "identity": "keychainaccess",
          "name": "KeychainAccess",
          "url": "https://github.com/kishikawakatsumi/KeychainAccess.git",
          "version": "4.2.2",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainAccess",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/theleftbit/BSWFoundation.git from cache
Fetched https://github.com/theleftbit/BSWFoundation.git (0.33s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git from cache
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git (0.22s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.03s)
Creating working copy for https://github.com/theleftbit/BSWFoundation.git
Working copy of https://github.com/theleftbit/BSWFoundation.git resolved at 6.0.2
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
warning: '.resolve-product-dependencies': dependency 'bswfoundation' is not used by any target
Found 1 product dependencies
  - KeychainAccess
Done.