The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftSimpleCloudStore 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/xiiagency/SwiftSimpleCloudStore.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/xiiagency/SwiftSimpleCloudStore
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 10e4d71 [SSCS-5] Make package public (#6)
Cloned https://github.com/xiiagency/SwiftSimpleCloudStore.git
Revision (git rev-parse @):
10e4d71603b600fcdbf16cb69fd32e0ee60ae42b
SUCCESS checkout https://github.com/xiiagency/SwiftSimpleCloudStore.git at main
Fetching https://github.com/xiiagency/SwiftFoundationExtensions from cache
Fetched https://github.com/xiiagency/SwiftFoundationExtensions (0.16s)
Computing version for https://github.com/xiiagency/SwiftFoundationExtensions
Computed https://github.com/xiiagency/SwiftFoundationExtensions at 1.0.0 (0.02s)
Creating working copy for https://github.com/xiiagency/SwiftFoundationExtensions
Working copy of https://github.com/xiiagency/SwiftFoundationExtensions resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftsimplecloudstore",
      "name": "SwiftSimpleCloudStore",
      "url": "https://github.com/xiiagency/SwiftSimpleCloudStore.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSimpleCloudStore",
      "dependencies": [
        {
          "identity": "swiftfoundationextensions",
          "name": "SwiftFoundationExtensions",
          "url": "https://github.com/xiiagency/SwiftFoundationExtensions",
          "version": "1.0.0",
          "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFoundationExtensions",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/xiiagency/SwiftSimpleCloudStore.git from cache
Fetched https://github.com/xiiagency/SwiftSimpleCloudStore.git (0.23s)
Fetching https://github.com/xiiagency/SwiftFoundationExtensions from cache
Fetched https://github.com/xiiagency/SwiftFoundationExtensions (0.20s)
Computing version for https://github.com/xiiagency/SwiftFoundationExtensions
Computed https://github.com/xiiagency/SwiftFoundationExtensions at 1.0.0 (0.01s)
Creating working copy for https://github.com/xiiagency/SwiftFoundationExtensions
Working copy of https://github.com/xiiagency/SwiftFoundationExtensions resolved at 1.0.0
Creating working copy for https://github.com/xiiagency/SwiftSimpleCloudStore.git
Working copy of https://github.com/xiiagency/SwiftSimpleCloudStore.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swiftsimplecloudstore' is not used by any target
Found 1 product dependencies
  - SwiftFoundationExtensions
========================================
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/13] Compiling SwiftFoundationExtensions BundleInformation.swift
[2/13] Compiling SwiftFoundationExtensions ElapsedTimer.swift
[3/13] Compiling SwiftFoundationExtensions Error+Extensions.swift
[4/13] Compiling SwiftFoundationExtensions ErrorWithTrace.swift
[5/14] Compiling SwiftFoundationExtensions Comparable+Extensions.swift
[6/14] Compiling SwiftFoundationExtensions Dictionary+Extensions.swift
[7/14] Compiling SwiftFoundationExtensions EnumeratedSequence+Extensions.swift
[8/14] Emitting module SwiftFoundationExtensions
[9/14] Compiling SwiftFoundationExtensions Sequence+Extensions.swift
[10/14] Compiling SwiftFoundationExtensions Date+Extensions.swift
[11/14] Compiling SwiftFoundationExtensions AsyncSequence+Extensions.swift
[12/14] Compiling SwiftFoundationExtensions Collection+Extensions.swift
[13/14] Compiling SwiftFoundationExtensions Logger+Extensions.swift
[14/14] Compiling SwiftFoundationExtensions Double+Extensions.swift
[15/17] Compiling SwiftSimpleCloudStore SimpleCloudStore.swift
[16/17] Emitting module SwiftSimpleCloudStore
[17/17] Compiling SwiftSimpleCloudStore EnvironmentValues+Extensions.swift
Build complete! (12.92s)
Build complete.
Done.