The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EncryptedAppStorage 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/khuong291/EncryptedAppStorage.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/khuong291/EncryptedAppStorage
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6f0f02e Merge pull request #4 from lake-of-fire/master
Cloned https://github.com/khuong291/EncryptedAppStorage.git
Revision (git rev-parse @):
6f0f02e2f2768e42ddb8d667fafc70c0a57462ef
SUCCESS checkout https://github.com/khuong291/EncryptedAppStorage.git at master
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git from cache
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git (0.25s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at master
========================================
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": "encryptedappstorage",
      "name": "EncryptedAppStorage",
      "url": "https://github.com/khuong291/EncryptedAppStorage.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EncryptedAppStorage",
      "dependencies": [
        {
          "identity": "keychainaccess",
          "name": "KeychainAccess",
          "url": "https://github.com/kishikawakatsumi/KeychainAccess.git",
          "version": "unspecified",
          "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainAccess",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/khuong291/EncryptedAppStorage.git from cache
Fetched https://github.com/khuong291/EncryptedAppStorage.git (0.15s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git from cache
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git (0.22s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at master
Creating working copy for https://github.com/khuong291/EncryptedAppStorage.git
Working copy of https://github.com/khuong291/EncryptedAppStorage.git resolved at master
warning: '.resolve-product-dependencies': dependency 'encryptedappstorage' 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/5] Emitting module EncryptedAppStorage
[4/5] Compiling EncryptedAppStorage KeychainStorage.swift
[5/5] Compiling EncryptedAppStorage EncryptedAppStorage.swift
Build complete! (13.32s)
Build complete.
Done.