The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Valet with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/square/Valet.git
Reference: 4.3.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/square/Valet
 * tag               4.3.0      -> FETCH_HEAD
HEAD is now at 3df8eaa Make core types Sendable and @unchecked Sendable (#308)
Submodule path 'Tests/XCTest-watchOS': checked out '913a187a1f946976ebe83181131caafd2a0782b6'
Submodule 'Tests/xctest-watchOS' (https://github.com/dfed/XCTest-watchOS.git) registered for path 'Tests/XCTest-watchOS'
Cloning into '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/XCTest-watchOS'...
Cloned https://github.com/square/Valet.git
Revision (git rev-parse @):
3df8eaa90e1fa0d80830733cdc3c9e098146af3d
SUCCESS checkout https://github.com/square/Valet.git at 4.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "valet",
      "name": "Valet",
      "url": "https://github.com/square/Valet.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Valet",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/square/Valet.git from cache
Fetched https://github.com/square/Valet.git from cache (0.28s)
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/Valet-3c633d07 is not valid git repository for 'https://github.com/square/Valet.git', will fetch again.
Fetching https://github.com/square/Valet.git from cache
Fetched https://github.com/square/Valet.git from cache (0.02s)
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/Valet-3c633d07 is not valid git repository for 'https://github.com/square/Valet.git', will fetch again.
Fetching https://github.com/square/Valet.git from cache
Fetched https://github.com/square/Valet.git from cache (0.01s)
Creating working copy for https://github.com/square/Valet.git
Working copy of https://github.com/square/Valet.git resolved at 4.3.0 (3df8eaa)
warning: '.resolve-product-dependencies': dependency 'valet' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/square/Valet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/17] Compiling Valet SecureEnclave.swift
[4/17] Compiling Valet SecureEnclaveAccessControl.swift
[5/19] Compiling Valet SecureEnclaveValet.swift
[6/19] Compiling Valet SharedGroupIdentifier.swift
[7/19] Compiling Valet MigratableKeyValuePair.swift
[8/19] Compiling Valet MigrationError.swift
[9/19] Compiling Valet Service.swift
[10/19] Compiling Valet KeychainError.swift
[11/19] Compiling Valet Keychain.swift
[12/19] Compiling Valet SecItem.swift
[13/19] Compiling Valet Accessibility.swift
[14/19] Compiling Valet CloudAccessibility.swift
[15/19] Compiling Valet Identifier.swift
[16/19] Compiling Valet Configuration.swift
[17/19] Emitting module Valet
[18/19] Compiling Valet SinglePromptSecureEnclaveValet.swift
[19/19] Compiling Valet Valet.swift
Build complete! (4.48s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Valet",
  "name" : "Valet",
  "path" : "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "Valet",
      "targets" : [
        "Valet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Valet",
      "module_type" : "SwiftTarget",
      "name" : "Valet",
      "path" : "Sources/Valet",
      "product_memberships" : [
        "Valet"
      ],
      "sources" : [
        "Accessibility.swift",
        "CloudAccessibility.swift",
        "Identifier.swift",
        "Internal/Configuration.swift",
        "Internal/Keychain.swift",
        "Internal/SecItem.swift",
        "Internal/Service.swift",
        "KeychainError.swift",
        "MigratableKeyValuePair.swift",
        "MigrationError.swift",
        "SecureEnclave.swift",
        "SecureEnclaveAccessControl.swift",
        "SecureEnclaveValet.swift",
        "SharedGroupIdentifier.swift",
        "SinglePromptSecureEnclaveValet.swift",
        "Valet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.

Build Machine: Mac 7