The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SessionTools, reference main (fc93f2), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 12:42:47 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/BottleRocketStudios/iOS-SessionTools.git
Reference: main
Initialized empty Git repository in /Users/admin/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
[1/4388] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (2.76s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (3.47s)
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/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "ios-sessiontools",
      "name": "SessionTools",
      "url": "https://github.com/BottleRocketStudios/iOS-SessionTools.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/iOS-SessionTools",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "keychainaccess",
          "name": "KeychainAccess",
          "url": "https://github.com/kishikawakatsumi/KeychainAccess.git",
          "version": "4.2.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainAccess",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/BottleRocketStudios/iOS-SessionTools.git
[1/986] Fetching ios-sessiontools
Fetched https://github.com/BottleRocketStudios/iOS-SessionTools.git from cache (0.98s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git from cache
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.54s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.62s)
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/BottleRocketStudios/iOS-SessionTools.git
Working copy of https://github.com/BottleRocketStudios/iOS-SessionTools.git resolved at main (fc93f2f)
warning: '.resolve-product-dependencies': dependency 'ios-sessiontools' is not used by any target
Found 1 product dependencies
  - KeychainAccess
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/BottleRocketStudios/iOS-SessionTools.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/5] Compiling KeychainAccess Keychain.swift
[5/5] Emitting module KeychainAccess
[6/12] Compiling SessionTools KeychainStorageContainer.swift
[7/12] Compiling SessionTools Session.swift
[8/12] Emitting module SessionTools
[9/12] Compiling SessionTools Refreshable.swift
[10/12] Compiling SessionTools UserSession.swift
[11/12] Compiling SessionTools SessionContainer.swift
[12/12] Compiling SessionTools NotificationPosting.swift
Build complete! (5.32s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
    }
  ],
  "manifest_display_name" : "SessionTools",
  "name" : "SessionTools",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "4.2"
    }
  ],
  "products" : [
    {
      "name" : "SessionTools",
      "targets" : [
        "SessionTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SessionToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "SessionToolsTests",
      "path" : "Tests",
      "sources" : [
        "KeychainStorageContainerTests.swift",
        "Mocks/MockNotificationPoster.swift",
        "Mocks/MockSession.swift",
        "Mocks/MockStorageContainer.swift",
        "SessionTests.swift",
        "UserSessionTests.swift"
      ],
      "target_dependencies" : [
        "SessionTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SessionTools",
      "module_type" : "SwiftTarget",
      "name" : "SessionTools",
      "path" : "Sources",
      "product_dependencies" : [
        "KeychainAccess"
      ],
      "product_memberships" : [
        "SessionTools"
      ],
      "sources" : [
        "Core/NotificationPosting.swift",
        "Core/Refreshable.swift",
        "Core/Session.swift",
        "Core/SessionContainer.swift",
        "Core/UserSession.swift",
        "KeychainStorage/KeychainStorageContainer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.