The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SessionTools 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/BottleRocketStudios/iOS-SessionTools.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/BottleRocketStudios/iOS-SessionTools
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fc93f2f Merge pull request #34 from BottleRocketStudios/feature/projectRestructure
Cloned https://github.com/BottleRocketStudios/iOS-SessionTools.git
Revision (git rev-parse @):
fc93f2f33c09fdcf6d289f515c34933d9893f182
SUCCESS checkout https://github.com/BottleRocketStudios/iOS-SessionTools.git at main
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git from cache
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git (0.26s)
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
========================================
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": "ios-sessiontools",
      "name": "SessionTools",
      "url": "https://github.com/BottleRocketStudios/iOS-SessionTools.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/iOS-SessionTools",
      "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/BottleRocketStudios/iOS-SessionTools.git
[1/986] Fetching ios-sessiontools
Fetched https://github.com/BottleRocketStudios/iOS-SessionTools.git (0.37s)
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.02s)
Creating working copy for https://github.com/BottleRocketStudios/iOS-SessionTools.git
Working copy of https://github.com/BottleRocketStudios/iOS-SessionTools.git resolved at main
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 'ios-sessiontools' 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] Emitting module KeychainAccess
[2/2] Compiling KeychainAccess Keychain.swift
[3/9] Compiling SessionTools Refreshable.swift
[4/9] Emitting module SessionTools
[5/9] Compiling SessionTools KeychainStorageContainer.swift
[6/9] Compiling SessionTools UserSession.swift
[7/9] Compiling SessionTools Session.swift
[8/9] Compiling SessionTools NotificationPosting.swift
[9/9] Compiling SessionTools SessionContainer.swift
Build complete! (8.92s)
Build complete.
Done.