The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build XMTPiOS, reference 4.2.0 (381c21), with Swift 6.1 for watchOS using Xcode 16.3 on 31 May 2025 19:07:33 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme XMTPiOS-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xmtp/xmtp-ios.git
Reference: 4.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xmtp/xmtp-ios
 * tag               4.2.0      -> FETCH_HEAD
HEAD is now at 381c21f Release 4.2.0 (#522)
Cloned https://github.com/xmtp/xmtp-ios.git
Revision (git rev-parse @):
381c21ff5fb770ff6cbe9c45ae87c775f0ec8371
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/xmtp/xmtp-ios.git at 4.2.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/xmtp/xmtp-ios.git
https://github.com/xmtp/xmtp-ios.git
{
  "dependencies" : [
    {
      "identity" : "csecp256k1.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tesseract-one/CSecp256k1.swift.git"
    },
    {
      "identity" : "connect-swift",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bufbuild/connect-swift"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "exact" : [
          "1.8.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "libxmtp-swift",
      "requirement" : {
        "exact" : [
          "4.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xmtp/libxmtp-swift.git"
    }
  ],
  "manifest_display_name" : "XMTPiOS",
  "name" : "XMTPiOS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "XMTPiOS",
      "targets" : [
        "XMTPiOS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XMTPTestHelpers",
      "targets" : [
        "XMTPTestHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XMTPiOS",
      "module_type" : "SwiftTarget",
      "name" : "XMTPiOS",
      "path" : "Sources/XMTPiOS",
      "product_dependencies" : [
        "CSecp256k1",
        "Connect",
        "LibXMTP",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "XMTPiOS",
        "XMTPTestHelpers"
      ],
      "sources" : [
        "Client.swift",
        "CodecRegistry.swift",
        "Codecs/AttachmentCodec.swift",
        "Codecs/ContentCodec.swift",
        "Codecs/ContentTypeID.swift",
        "Codecs/EncryptedEncodedContent.swift",
        "Codecs/GroupUpdatedCodec.swift",
        "Codecs/MultiRemoteAttachmentCodec.swift",
        "Codecs/ReactionCodec.swift",
        "Codecs/ReactionV2Codec.swift",
        "Codecs/ReadReceiptCodec.swift",
        "Codecs/RemoteAttachmentCodec.swift",
        "Codecs/ReplyCodec.swift",
        "Codecs/TextCodec.swift",
        "Conversation.swift",
        "Conversations.swift",
        "Crypto.swift",
        "Dm.swift",
        "EncodedContentCompression.swift",
        "Extensions/Data.swift",
        "Extensions/Date.swift",
        "Extensions/Ffi.swift",
        "Extensions/String.swift",
        "Extensions/URL.swift",
        "Group.swift",
        "KeyUtil.swift",
        "Libxmtp/ConversationDebugInfo.swift",
        "Libxmtp/DecodedMessage.swift",
        "Libxmtp/DisappearingMessageSettings.swift",
        "Libxmtp/GroupMembershipResult.swift",
        "Libxmtp/InboxState.swift",
        "Libxmtp/Installation.swift",
        "Libxmtp/Member.swift",
        "Libxmtp/PermissionPolicySet.swift",
        "Libxmtp/PublicIdentity.swift",
        "Libxmtp/SignatureRequest.swift",
        "Libxmtp/XMTPDebugInformation.swift",
        "Messages/PrivateKey.swift",
        "PrivatePreferences.swift",
        "Proto/keystore_api/v1/keystore.pb.swift",
        "Proto/message_api/v1/authn.pb.swift",
        "Proto/message_api/v1/message_api.pb.swift",
        "Proto/message_contents/ciphertext.pb.swift",
        "Proto/message_contents/composite.pb.swift",
        "Proto/message_contents/contact.pb.swift",
        "Proto/message_contents/content.pb.swift",
        "Proto/message_contents/conversation_reference.pb.swift",
        "Proto/message_contents/ecies.pb.swift",
        "Proto/message_contents/frames.pb.swift",
        "Proto/message_contents/invitation.pb.swift",
        "Proto/message_contents/message.pb.swift",
        "Proto/message_contents/private_key.pb.swift",
        "Proto/message_contents/private_preferences.pb.swift",
        "Proto/message_contents/public_key.pb.swift",
        "Proto/message_contents/signature.pb.swift",
        "Proto/message_contents/signed_payload.pb.swift",
        "Proto/mls/api/v1/mls.pb.swift",
        "Proto/mls/database/intents.pb.swift",
        "Proto/mls/message_contents/association.pb.swift",
        "Proto/mls/message_contents/credential.pb.swift",
        "Proto/mls/message_contents/group_membership.pb.swift",
        "Proto/mls/message_contents/group_metadata.pb.swift",
        "Proto/mls/message_contents/group_mutable_metadata.pb.swift",
        "Proto/mls/message_contents/group_permissions.pb.swift",
        "Proto/mls/message_contents/transcript_messages.pb.swift",
        "Push/XMTPPush.swift",
        "Push/service.connect.swift",
        "Push/service.pb.swift",
        "SendOptions.swift",
        "SignedData.swift",
        "SigningKey.swift",
        "Topic.swift",
        "Util.swift",
        "XMTPEnvironment.swift",
        "XMTPLogger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XMTPTests",
      "module_type" : "SwiftTarget",
      "name" : "XMTPTests",
      "path" : "Tests/XMTPTests",
      "sources" : [
        "AttachmentTests.swift",
        "ClientTests.swift",
        "CodecTests.swift",
        "ConversationTests.swift",
        "CryptoTests.swift",
        "DmTests.swift",
        "GroupPermissionsTests.swift",
        "GroupTests.swift",
        "HistorySyncTests.swift",
        "MultiRemoteAttachmentTest.swift",
        "PerformanceTests.swift",
        "ReactionTests.swift",
        "ReadReceiptTests.swift",
        "RemoteAttachmentTest.swift",
        "ReplyTests.swift"
      ],
      "target_dependencies" : [
        "XMTPiOS",
        "XMTPTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XMTPTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "XMTPTestHelpers",
      "path" : "Sources/XMTPTestHelpers",
      "product_memberships" : [
        "XMTPTestHelpers"
      ],
      "sources" : [
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "XMTPiOS"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/tesseract-one/CSecp256k1.swift.git
Fetching from https://github.com/bufbuild/connect-swift
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/apple/swift-docc-plugin.git
Fetching from https://github.com/xmtp/libxmtp-swift.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/apple/swift-nio-http2.git (cached)
Fetching from https://github.com/apple/swift-nio-ssl.git (cached)
Fetching from https://github.com/apple/swift-protobuf.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Creating working copy of package ‘CSecp256k1.swift’
Checking out 0.2.0 of package ‘CSecp256k1.swift’
Creating working copy of package ‘swift-system’
Checking out 1.5.0 of package ‘swift-system’
Creating working copy of package ‘swift-atomics’
Checking out 1.2.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.3 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-collections’
Checking out 1.2.0 of package ‘swift-collections’
Creating working copy of package ‘swift-nio-ssl’
Checking out 2.31.0 of package ‘swift-nio-ssl’
Creating working copy of package ‘CryptoSwift’
Checking out 1.8.3 of package ‘CryptoSwift’
Creating working copy of package ‘swift-protobuf’
Checking out 1.30.0 of package ‘swift-protobuf’
Creating working copy of package ‘connect-swift’
Checking out 1.0.0 of package ‘connect-swift’
Creating working copy of package ‘libxmtp-swift’
Checking out 4.2.0 of package ‘libxmtp-swift’
Creating working copy of package ‘swift-nio’
Checking out 2.83.0 of package ‘swift-nio’
Creating working copy of package ‘swift-nio-http2’
Checking out 1.36.0 of package ‘swift-nio-http2’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Resolve Package Graph
Resolved source packages:
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.36.0
  swift-system: https://github.com/apple/swift-system.git @ 1.5.0
  swift-nio: https://github.com/apple/swift-nio.git @ 2.83.0
  LibXMTP: https://github.com/xmtp/libxmtp-swift.git @ 4.2.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.3
  CSecp256k1: https://github.com/tesseract-one/CSecp256k1.swift.git @ 0.2.0
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.30.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.3
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  XMTPiOS: /Users/admin/builder/spi-builder-workspace
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.31.0
  Connect: https://github.com/bufbuild/connect-swift @ 1.0.0
resolved source packages: swift-nio-http2, swift-system, swift-nio, LibXMTP, SwiftDocCPlugin, CSecp256k1, SwiftProtobuf, CryptoSwift, swift-atomics, SymbolKit, swift-collections, XMTPiOS, swift-nio-ssl, Connect
{
  "dependencies" : [
    {
      "identity" : "csecp256k1.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tesseract-one/CSecp256k1.swift.git"
    },
    {
      "identity" : "connect-swift",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bufbuild/connect-swift"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "exact" : [
          "1.8.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "libxmtp-swift",
      "requirement" : {
        "exact" : [
          "4.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xmtp/libxmtp-swift.git"
    }
  ],
  "manifest_display_name" : "XMTPiOS",
  "name" : "XMTPiOS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "XMTPiOS",
      "targets" : [
        "XMTPiOS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XMTPTestHelpers",
      "targets" : [
        "XMTPTestHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XMTPiOS",
      "module_type" : "SwiftTarget",
      "name" : "XMTPiOS",
      "path" : "Sources/XMTPiOS",
      "product_dependencies" : [
        "CSecp256k1",
        "Connect",
        "LibXMTP",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "XMTPiOS",
        "XMTPTestHelpers"
      ],
      "sources" : [
        "Client.swift",
        "CodecRegistry.swift",
        "Codecs/AttachmentCodec.swift",
        "Codecs/ContentCodec.swift",
        "Codecs/ContentTypeID.swift",
        "Codecs/EncryptedEncodedContent.swift",
        "Codecs/GroupUpdatedCodec.swift",
        "Codecs/MultiRemoteAttachmentCodec.swift",
        "Codecs/ReactionCodec.swift",
        "Codecs/ReactionV2Codec.swift",
        "Codecs/ReadReceiptCodec.swift",
        "Codecs/RemoteAttachmentCodec.swift",
        "Codecs/ReplyCodec.swift",
        "Codecs/TextCodec.swift",
        "Conversation.swift",
        "Conversations.swift",
        "Crypto.swift",
        "Dm.swift",
        "EncodedContentCompression.swift",
        "Extensions/Data.swift",
        "Extensions/Date.swift",
        "Extensions/Ffi.swift",
        "Extensions/String.swift",
        "Extensions/URL.swift",
        "Group.swift",
        "KeyUtil.swift",
        "Libxmtp/ConversationDebugInfo.swift",
        "Libxmtp/DecodedMessage.swift",
        "Libxmtp/DisappearingMessageSettings.swift",
        "Libxmtp/GroupMembershipResult.swift",
        "Libxmtp/InboxState.swift",
        "Libxmtp/Installation.swift",
        "Libxmtp/Member.swift",
        "Libxmtp/PermissionPolicySet.swift",
        "Libxmtp/PublicIdentity.swift",
        "Libxmtp/SignatureRequest.swift",
        "Libxmtp/XMTPDebugInformation.swift",
        "Messages/PrivateKey.swift",
        "PrivatePreferences.swift",
        "Proto/keystore_api/v1/keystore.pb.swift",
        "Proto/message_api/v1/authn.pb.swift",
        "Proto/message_api/v1/message_api.pb.swift",
        "Proto/message_contents/ciphertext.pb.swift",
        "Proto/message_contents/composite.pb.swift",
        "Proto/message_contents/contact.pb.swift",
        "Proto/message_contents/content.pb.swift",
        "Proto/message_contents/conversation_reference.pb.swift",
        "Proto/message_contents/ecies.pb.swift",
        "Proto/message_contents/frames.pb.swift",
        "Proto/message_contents/invitation.pb.swift",
        "Proto/message_contents/message.pb.swift",
        "Proto/message_contents/private_key.pb.swift",
        "Proto/message_contents/private_preferences.pb.swift",
        "Proto/message_contents/public_key.pb.swift",
        "Proto/message_contents/signature.pb.swift",
        "Proto/message_contents/signed_payload.pb.swift",
        "Proto/mls/api/v1/mls.pb.swift",
        "Proto/mls/database/intents.pb.swift",
        "Proto/mls/message_contents/association.pb.swift",
        "Proto/mls/message_contents/credential.pb.swift",
        "Proto/mls/message_contents/group_membership.pb.swift",
        "Proto/mls/message_contents/group_metadata.pb.swift",
        "Proto/mls/message_contents/group_mutable_metadata.pb.swift",
        "Proto/mls/message_contents/group_permissions.pb.swift",
        "Proto/mls/message_contents/transcript_messages.pb.swift",
        "Push/XMTPPush.swift",
        "Push/service.connect.swift",
        "Push/service.pb.swift",
        "SendOptions.swift",
        "SignedData.swift",
        "SigningKey.swift",
        "Topic.swift",
        "Util.swift",
        "XMTPEnvironment.swift",
        "XMTPLogger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XMTPTests",
      "module_type" : "SwiftTarget",
      "name" : "XMTPTests",
      "path" : "Tests/XMTPTests",
      "sources" : [
        "AttachmentTests.swift",
        "ClientTests.swift",
        "CodecTests.swift",
        "ConversationTests.swift",
        "CryptoTests.swift",
        "DmTests.swift",
        "GroupPermissionsTests.swift",
        "GroupTests.swift",
        "HistorySyncTests.swift",
        "MultiRemoteAttachmentTest.swift",
        "PerformanceTests.swift",
        "ReactionTests.swift",
        "ReadReceiptTests.swift",
        "RemoteAttachmentTest.swift",
        "ReplyTests.swift"
      ],
      "target_dependencies" : [
        "XMTPiOS",
        "XMTPTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XMTPTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "XMTPTestHelpers",
      "path" : "Sources/XMTPTestHelpers",
      "product_memberships" : [
        "XMTPTestHelpers"
      ],
      "sources" : [
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "XMTPiOS"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "XMTP",
      "XMTPiOS",
      "XMTPiOS-Package",
      "XMTPTestHelpers"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme XMTPiOS-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme XMTPiOS-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-nio: https://github.com/apple/swift-nio.git @ 2.83.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.3
  XMTPiOS: /Users/admin/builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  LibXMTP: https://github.com/xmtp/libxmtp-swift.git @ 4.2.0
  CSecp256k1: https://github.com/tesseract-one/CSecp256k1.swift.git @ 0.2.0
  swift-system: https://github.com/apple/swift-system.git @ 1.5.0
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.31.0
  Connect: https://github.com/bufbuild/connect-swift @ 1.0.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.3
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.36.0
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.30.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'XMTPiOS' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'XMTPiOS' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'CSecp256k1' in project 'CSecp256k1'
        ➜ Explicit dependency on target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'LibXMTP' in project 'LibXMTP'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'XMTPTestHelpers' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'XMTPTestHelpers' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'XMTPiOS' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'CSecp256k1' in project 'CSecp256k1'
        ➜ Explicit dependency on target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'LibXMTP' in project 'LibXMTP'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'XMTPTestHelpers' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'XMTPiOS' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'CSecp256k1' in project 'CSecp256k1'
        ➜ Explicit dependency on target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'LibXMTP' in project 'LibXMTP'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'XMTPiOS' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'CSecp256k1' in project 'CSecp256k1'
        ➜ Explicit dependency on target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'LibXMTP' in project 'LibXMTP'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'LibXMTP' in project 'LibXMTP'
        ➜ Explicit dependency on target 'LibXMTP' in project 'LibXMTP'
    Target 'LibXMTP' in project 'LibXMTP' (no dependencies)
    Target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'SwiftProtobuf' in project 'SwiftProtobuf'
        ➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
        ➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'SwiftProtobuf' in project 'SwiftProtobuf'
        ➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf' (no dependencies)
    Target 'CSecp256k1' in project 'CSecp256k1'
        ➜ Explicit dependency on target 'CSecp256k1' in project 'CSecp256k1'
    Target 'CSecp256k1' in project 'CSecp256k1' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: e2a5116260d2dd4b4b429569e5411970
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e2a5116260d2dd4b4b429569e5411970.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPiOS' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPiOS' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPiOS' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPTestHelpers' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPTestHelpers' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPTestHelpers' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'LibXMTP' from project 'LibXMTP')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPiOS' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPTestHelpers' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'LibXMTP' from project 'LibXMTP')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'LibXMTP' from project 'LibXMTP')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme XMTPiOS-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.3
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.30.0
  LibXMTP: https://github.com/xmtp/libxmtp-swift.git @ 4.2.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  swift-system: https://github.com/apple/swift-system.git @ 1.5.0
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.36.0
  Connect: https://github.com/bufbuild/connect-swift @ 1.0.0
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.31.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.3
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-nio: https://github.com/apple/swift-nio.git @ 2.83.0
  CSecp256k1: https://github.com/tesseract-one/CSecp256k1.swift.git @ 0.2.0
  XMTPiOS: /Users/admin/builder/spi-builder-workspace
resolved source packages: CryptoSwift, SwiftProtobuf, LibXMTP, swift-atomics, swift-system, swift-nio-http2, Connect, swift-nio-ssl, SwiftDocCPlugin, swift-collections, SymbolKit, swift-nio, CSecp256k1, XMTPiOS
{
  "dependencies" : [
    {
      "identity" : "csecp256k1.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tesseract-one/CSecp256k1.swift.git"
    },
    {
      "identity" : "connect-swift",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bufbuild/connect-swift"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "exact" : [
          "1.8.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "libxmtp-swift",
      "requirement" : {
        "exact" : [
          "4.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xmtp/libxmtp-swift.git"
    }
  ],
  "manifest_display_name" : "XMTPiOS",
  "name" : "XMTPiOS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "XMTPiOS",
      "targets" : [
        "XMTPiOS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XMTPTestHelpers",
      "targets" : [
        "XMTPTestHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XMTPiOS",
      "module_type" : "SwiftTarget",
      "name" : "XMTPiOS",
      "path" : "Sources/XMTPiOS",
      "product_dependencies" : [
        "CSecp256k1",
        "Connect",
        "LibXMTP",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "XMTPiOS",
        "XMTPTestHelpers"
      ],
      "sources" : [
        "Client.swift",
        "CodecRegistry.swift",
        "Codecs/AttachmentCodec.swift",
        "Codecs/ContentCodec.swift",
        "Codecs/ContentTypeID.swift",
        "Codecs/EncryptedEncodedContent.swift",
        "Codecs/GroupUpdatedCodec.swift",
        "Codecs/MultiRemoteAttachmentCodec.swift",
        "Codecs/ReactionCodec.swift",
        "Codecs/ReactionV2Codec.swift",
        "Codecs/ReadReceiptCodec.swift",
        "Codecs/RemoteAttachmentCodec.swift",
        "Codecs/ReplyCodec.swift",
        "Codecs/TextCodec.swift",
        "Conversation.swift",
        "Conversations.swift",
        "Crypto.swift",
        "Dm.swift",
        "EncodedContentCompression.swift",
        "Extensions/Data.swift",
        "Extensions/Date.swift",
        "Extensions/Ffi.swift",
        "Extensions/String.swift",
        "Extensions/URL.swift",
        "Group.swift",
        "KeyUtil.swift",
        "Libxmtp/ConversationDebugInfo.swift",
        "Libxmtp/DecodedMessage.swift",
        "Libxmtp/DisappearingMessageSettings.swift",
        "Libxmtp/GroupMembershipResult.swift",
        "Libxmtp/InboxState.swift",
        "Libxmtp/Installation.swift",
        "Libxmtp/Member.swift",
        "Libxmtp/PermissionPolicySet.swift",
        "Libxmtp/PublicIdentity.swift",
        "Libxmtp/SignatureRequest.swift",
        "Libxmtp/XMTPDebugInformation.swift",
        "Messages/PrivateKey.swift",
        "PrivatePreferences.swift",
        "Proto/keystore_api/v1/keystore.pb.swift",
        "Proto/message_api/v1/authn.pb.swift",
        "Proto/message_api/v1/message_api.pb.swift",
        "Proto/message_contents/ciphertext.pb.swift",
        "Proto/message_contents/composite.pb.swift",
        "Proto/message_contents/contact.pb.swift",
        "Proto/message_contents/content.pb.swift",
        "Proto/message_contents/conversation_reference.pb.swift",
        "Proto/message_contents/ecies.pb.swift",
        "Proto/message_contents/frames.pb.swift",
        "Proto/message_contents/invitation.pb.swift",
        "Proto/message_contents/message.pb.swift",
        "Proto/message_contents/private_key.pb.swift",
        "Proto/message_contents/private_preferences.pb.swift",
        "Proto/message_contents/public_key.pb.swift",
        "Proto/message_contents/signature.pb.swift",
        "Proto/message_contents/signed_payload.pb.swift",
        "Proto/mls/api/v1/mls.pb.swift",
        "Proto/mls/database/intents.pb.swift",
        "Proto/mls/message_contents/association.pb.swift",
        "Proto/mls/message_contents/credential.pb.swift",
        "Proto/mls/message_contents/group_membership.pb.swift",
        "Proto/mls/message_contents/group_metadata.pb.swift",
        "Proto/mls/message_contents/group_mutable_metadata.pb.swift",
        "Proto/mls/message_contents/group_permissions.pb.swift",
        "Proto/mls/message_contents/transcript_messages.pb.swift",
        "Push/XMTPPush.swift",
        "Push/service.connect.swift",
        "Push/service.pb.swift",
        "SendOptions.swift",
        "SignedData.swift",
        "SigningKey.swift",
        "Topic.swift",
        "Util.swift",
        "XMTPEnvironment.swift",
        "XMTPLogger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XMTPTests",
      "module_type" : "SwiftTarget",
      "name" : "XMTPTests",
      "path" : "Tests/XMTPTests",
      "sources" : [
        "AttachmentTests.swift",
        "ClientTests.swift",
        "CodecTests.swift",
        "ConversationTests.swift",
        "CryptoTests.swift",
        "DmTests.swift",
        "GroupPermissionsTests.swift",
        "GroupTests.swift",
        "HistorySyncTests.swift",
        "MultiRemoteAttachmentTest.swift",
        "PerformanceTests.swift",
        "ReactionTests.swift",
        "ReadReceiptTests.swift",
        "RemoteAttachmentTest.swift",
        "ReplyTests.swift"
      ],
      "target_dependencies" : [
        "XMTPiOS",
        "XMTPTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XMTPTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "XMTPTestHelpers",
      "path" : "Sources/XMTPTestHelpers",
      "product_memberships" : [
        "XMTPTestHelpers"
      ],
      "sources" : [
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "XMTPiOS"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "XMTP",
      "XMTPiOS",
      "XMTPiOS-Package",
      "XMTPTestHelpers"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme XMTPiOS-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme XMTPiOS-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  XMTPiOS: /Users/admin/builder/spi-builder-workspace
  LibXMTP: https://github.com/xmtp/libxmtp-swift.git @ 4.2.0
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.30.0
  swift-nio: https://github.com/apple/swift-nio.git @ 2.83.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.3
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  Connect: https://github.com/bufbuild/connect-swift @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.3
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.36.0
  swift-system: https://github.com/apple/swift-system.git @ 1.5.0
  CSecp256k1: https://github.com/tesseract-one/CSecp256k1.swift.git @ 0.2.0
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.31.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'XMTPiOS' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'XMTPiOS' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'CSecp256k1' in project 'CSecp256k1'
        ➜ Explicit dependency on target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'LibXMTP' in project 'LibXMTP'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'XMTPTestHelpers' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'XMTPTestHelpers' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'XMTPiOS' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'CSecp256k1' in project 'CSecp256k1'
        ➜ Explicit dependency on target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'LibXMTP' in project 'LibXMTP'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'XMTPTestHelpers' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'XMTPiOS' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'CSecp256k1' in project 'CSecp256k1'
        ➜ Explicit dependency on target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'LibXMTP' in project 'LibXMTP'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'XMTPiOS' in project 'XMTPiOS'
        ➜ Explicit dependency on target 'CSecp256k1' in project 'CSecp256k1'
        ➜ Explicit dependency on target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'LibXMTP' in project 'LibXMTP'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'LibXMTP' in project 'LibXMTP'
        ➜ Explicit dependency on target 'LibXMTP' in project 'LibXMTP'
    Target 'LibXMTP' in project 'LibXMTP' (no dependencies)
    Target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'Connect' in project 'Connect'
        ➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'SwiftProtobuf' in project 'SwiftProtobuf'
        ➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
        ➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'SwiftProtobuf' in project 'SwiftProtobuf'
        ➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
    Target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf' (no dependencies)
    Target 'CSecp256k1' in project 'CSecp256k1'
        ➜ Explicit dependency on target 'CSecp256k1' in project 'CSecp256k1'
    Target 'CSecp256k1' in project 'CSecp256k1' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: df30a1935a3a614150b33c4a93713a8e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/df30a1935a3a614150b33c4a93713a8e.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPTestHelpers' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPTestHelpers' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPTestHelpers' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPiOS' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'LibXMTP' from project 'LibXMTP')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPTestHelpers' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'LibXMTP' from project 'LibXMTP')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'LibXMTP' from project 'LibXMTP')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPiOS' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPiOS' from project 'XMTPiOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/libxmtp-swift/LibXMTPSwiftFFI/LibXMTPSwiftFFI.xcframework'. (in target 'XMTPiOS' from project 'XMTPiOS')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme XMTPiOS-Package
(1 failure)
BUILD FAILURE 6.1 watchOS