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.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theleftbit/BSWFoundation.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/theleftbit/BSWFoundation
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
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 develop
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git from cache
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git (0.21s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.05s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainAccess",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/theleftbit/BSWFoundation.git
[1/4072] Fetching bswfoundation
Fetched https://github.com/theleftbit/BSWFoundation.git (0.52s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git from cache
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git (0.19s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.05s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/theleftbit/BSWFoundation.git
Working copy of https://github.com/theleftbit/BSWFoundation.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'bswfoundation' is not used by any target
Found 1 product dependencies
  - KeychainAccess
========================================
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] Emitting module BSWFoundation
[4/31] Compiling BSWFoundation Collections.swift
[5/31] Compiling BSWFoundation Date+Extensions.swift
[6/31] Compiling BSWFoundation Error+Extensions.swift
[7/31] Compiling BSWFoundation NSNumber+Extensions.swift
[8/31] Compiling BSWFoundation CodableKeychainBacked.swift
[9/31] Compiling BSWFoundation KeychainBacked.swift
[10/31] Compiling BSWFoundation UserDefaultsBacked.swift
[11/31] Compiling BSWFoundation MockAPIClient.swift
[12/31] Compiling BSWFoundation Router.swift
[13/31] Compiling BSWFoundation AuthStorage.swift
[14/31] Compiling BSWFoundation Bundle+Extensions.swift
[15/31] Compiling BSWFoundation APIClient+Error.swift
[16/31] Compiling BSWFoundation APIClient.swift
[17/31] Compiling BSWFoundation Endpoint.swift
[18/31] Compiling BSWFoundation Environment.swift
[19/31] Compiling BSWFoundation ProcessInfo.swift
[20/31] Compiling BSWFoundation ProgressObserver.swift
[21/31] Compiling BSWFoundation Random.swift
[22/31] Compiling BSWFoundation String+Crypto.swift
[23/31] Compiling BSWFoundation UIApplication+Tests.swift
[24/31] Compiling BSWFoundation With.swift
[25/31] Compiling BSWFoundation LocationFetcher.swift
[26/31] Compiling BSWFoundation String+Utils.swift
[27/31] Compiling BSWFoundation Task.swift
[28/31] Compiling BSWFoundation Throttler.swift
[29/31] Compiling BSWFoundation ModuleConstants.swift
[30/31] Compiling BSWFoundation FailableCodableArray.swift
[31/31] Compiling BSWFoundation JSONParser.swift
Build complete! (14.62s)
Build complete.
Done.