The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CollectionLoader 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/happn-app/CollectionLoader.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/happn-app/CollectionLoader
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 420dcee Rename happn-tech to happn-app
Cloned https://github.com/happn-app/CollectionLoader.git
Revision (git rev-parse @):
420dcee7e04c4bc95273443dcc6dec0ad6630664
SUCCESS checkout https://github.com/happn-app/CollectionLoader.git at main
Fetching https://github.com/happn-app/KVObserver.git from cache
Fetching https://github.com/happn-app/AsyncOperationResult.git from cache
Fetched https://github.com/happn-app/KVObserver.git (0.27s)
Fetched https://github.com/happn-app/AsyncOperationResult.git (0.29s)
Computing version for https://github.com/happn-app/AsyncOperationResult.git
Computed https://github.com/happn-app/AsyncOperationResult.git at 1.0.7 (0.64s)
Computing version for https://github.com/happn-app/KVObserver.git
Computed https://github.com/happn-app/KVObserver.git at 0.9.5 (0.73s)
Creating working copy for https://github.com/happn-app/AsyncOperationResult.git
Working copy of https://github.com/happn-app/AsyncOperationResult.git resolved at 1.0.7
Creating working copy for https://github.com/happn-app/KVObserver.git
Working copy of https://github.com/happn-app/KVObserver.git resolved at 0.9.5
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "collectionloader",
      "name": "CollectionLoader",
      "url": "https://github.com/happn-app/CollectionLoader.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CollectionLoader",
      "dependencies": [
        {
          "identity": "kvobserver",
          "name": "KVObserver",
          "url": "https://github.com/happn-app/KVObserver.git",
          "version": "0.9.5",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KVObserver",
          "dependencies": [
          ]
        },
        {
          "identity": "asyncoperationresult",
          "name": "AsyncOperationResult",
          "url": "https://github.com/happn-app/AsyncOperationResult.git",
          "version": "1.0.7",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncOperationResult",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/happn-app/CollectionLoader.git
[1/401] Fetching collectionloader
Fetched https://github.com/happn-app/CollectionLoader.git (0.32s)
Fetching https://github.com/happn-app/AsyncOperationResult.git from cache
Fetching https://github.com/happn-app/KVObserver.git from cache
Fetched https://github.com/happn-app/AsyncOperationResult.git (0.26s)
Fetched https://github.com/happn-app/KVObserver.git (0.27s)
Computing version for https://github.com/happn-app/KVObserver.git
Computed https://github.com/happn-app/KVObserver.git at 0.9.5 (0.06s)
Computing version for https://github.com/happn-app/AsyncOperationResult.git
Computed https://github.com/happn-app/AsyncOperationResult.git at 1.0.7 (0.03s)
Creating working copy for https://github.com/happn-app/AsyncOperationResult.git
Working copy of https://github.com/happn-app/AsyncOperationResult.git resolved at 1.0.7
Creating working copy for https://github.com/happn-app/KVObserver.git
Working copy of https://github.com/happn-app/KVObserver.git resolved at 0.9.5
Creating working copy for https://github.com/happn-app/CollectionLoader.git
Working copy of https://github.com/happn-app/CollectionLoader.git resolved at main
warning: '.resolve-product-dependencies': dependency 'collectionloader' is not used by any target
Found 2 product dependencies
  - KVObserver
  - AsyncOperationResult
========================================
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/4] Compiling AsyncOperationResult AsyncOperationResult.swift
[2/4] Emitting module AsyncOperationResult
[3/4] Compiling KVObserver KVObserver.swift
[4/4] Emitting module KVObserver
[5/7] Compiling CollectionLoader CollectionLoaderHelper.swift
[6/7] Compiling CollectionLoader CollectionLoader.swift
[7/7] Emitting module CollectionLoader
Build complete! (9.77s)
Build complete.
Done.