The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EncryptedAppStorage, reference master (6f0f02), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 18:12:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/khuong291/EncryptedAppStorage.git
Reference: master
Initialized empty Git repository in /Users/admin/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/khuong291/EncryptedAppStorage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Emitting module KeychainAccess
[5/5] Compiling KeychainAccess Keychain.swift
[6/8] Emitting module EncryptedAppStorage
[7/8] Compiling EncryptedAppStorage KeychainStorage.swift
[8/8] Compiling EncryptedAppStorage EncryptedAppStorage.swift
Build complete! (13.90s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4386] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.26s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at master (e0c7eeb)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
    }
  ],
  "manifest_display_name" : "EncryptedAppStorage",
  "name" : "EncryptedAppStorage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "EncryptedAppStorage",
      "targets" : [
        "EncryptedAppStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EncryptedAppStorage",
      "module_type" : "SwiftTarget",
      "name" : "EncryptedAppStorage",
      "path" : "Sources",
      "product_dependencies" : [
        "KeychainAccess"
      ],
      "product_memberships" : [
        "EncryptedAppStorage"
      ],
      "sources" : [
        "EncryptedAppStorage/EncryptedAppStorage.swift",
        "EncryptedAppStorage/KeychainStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.