Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue building the exectuables #36

Closed
decadods opened this issue Oct 2, 2024 · 4 comments
Closed

Issue building the exectuables #36

decadods opened this issue Oct 2, 2024 · 4 comments

Comments

@decadods
Copy link

decadods commented Oct 2, 2024

Environment

macOS 15.0
Xcode 16.0

Description

I cannot build the example on my system. I've tried both building via command line or Xcode but encounter the same issue. What could be missing from my system?

When I try building for release in the terminal:

cyang@Mac-mini live-caller-id-lookup-example-main % swift build -c release
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-service-context.git from cache
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-nio.git from cache (0.10s)
Fetched https://github.com/apple/swift-system.git from cache (0.10s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.10s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.10s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.10s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.10s)
Fetched https://github.com/apple/swift-service-context.git from cache (0.10s)
Fetched https://github.com/apple/swift-protobuf.git from cache (0.10s)
Fetched https://github.com/apple/swift-algorithms from cache (0.10s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/hummingbird-project/hummingbird from cache
Fetching https://github.com/apple/swift-distributed-tracing.git from cache
Fetching https://github.com/apple/swift-async-algorithms.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.10s)
Fetched https://github.com/hummingbird-project/hummingbird from cache (0.10s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.10s)
Fetched https://github.com/apple/swift-crypto.git from cache (0.10s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.10s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.10s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.10s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.10s)
Fetched https://github.com/apple/swift-collections.git from cache (0.10s)
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-numerics.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-homomorphic-encryption from cache
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.08s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.08s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.09s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.09s)
Fetched https://github.com/apple/swift-numerics.git from cache (0.09s)
Fetched https://github.com/apple/swift-homomorphic-encryption from cache (0.09s)
Fetched https://github.com/apple/swift-log.git from cache (0.09s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.09s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.28.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.72.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.22.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.3.2
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/hummingbird-project/hummingbird
Working copy of https://github.com/hummingbird-project/hummingbird resolved at 2.0.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.7.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.34.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.27.2
Creating working copy for https://github.com/apple/swift-homomorphic-encryption
Working copy of https://github.com/apple/swift-homomorphic-encryption resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.21.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/cyang/Desktop/live-caller-id/live-caller-id-lookup-example-main/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for production...
error: link command failed with exit code 1 (use -v to see invocation)
Undefined symbols for architecture x86_64:
  "protocol witness table for Hummingbird.MemoryPersistDriver<A> : ServiceLifecycle.Service in Hummingbird", referenced from:
      (1) suspend resume partial function for generic specialization <Hummingbird.MemoryPersistDriver<Swift.ContinuousClock>> of PIRService.buildApplication<A where A: Hummingbird.PersistDriver>(configuration: Hummingbird.ApplicationConfiguration, usecaseStore: PIRService.UsecaseStore, privacyPassState: PIRService.PrivacyPassState<PIRService.UserAuthenticator>?, evaluationKeyStore: A) async throws -> some in server.swift.o
  "protocol witness table for Hummingbird.MemoryPersistDriver<A> : Hummingbird.PersistDriver in Hummingbird", referenced from:
      (1) suspend resume partial function for generic specialization <Hummingbird.MemoryPersistDriver<Swift.ContinuousClock>> of PIRService.buildApplication<A where A: Hummingbird.PersistDriver>(configuration: Hummingbird.ApplicationConfiguration, usecaseStore: PIRService.UsecaseStore, privacyPassState: PIRService.PrivacyPassState<PIRService.UserAuthenticator>?, evaluationKeyStore: A) async throws -> some in server.swift.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[492/493] Linking PIRService

Redownloading the project and building in debug:

cyang@Mac-mini live-caller-id-lookup-example-main % swift build
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-numerics.git from cache
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.11s)
Fetched https://github.com/apple/swift-collections.git from cache (0.11s)
Fetched https://github.com/apple/swift-numerics.git from cache (0.11s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.11s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.11s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.11s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.11s)
Fetched https://github.com/apple/swift-algorithms from cache (0.11s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.11s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-homomorphic-encryption from cache
Fetching https://github.com/apple/swift-service-context.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetching https://github.com/apple/swift-async-algorithms.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/hummingbird-project/hummingbird from cache
Fetched https://github.com/apple/swift-system.git from cache (0.06s)
Fetched https://github.com/hummingbird-project/hummingbird from cache (0.09s)
Fetched https://github.com/apple/swift-homomorphic-encryption from cache (0.09s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.09s)
Fetched https://github.com/apple/swift-protobuf.git from cache (0.09s)
Fetched https://github.com/apple/swift-service-context.git from cache (0.09s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.09s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.09s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.09s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git from cache
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/apple/swift-distributed-tracing.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.05s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.08s)
Fetched https://github.com/apple/swift-nio.git from cache (0.08s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.08s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.08s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.08s)
Fetched https://github.com/apple/swift-log.git from cache (0.08s)
Fetched https://github.com/apple/swift-crypto.git from cache (0.08s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.27.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.34.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.21.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.3.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.28.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.22.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.1
Creating working copy for https://github.com/hummingbird-project/hummingbird
Working copy of https://github.com/hummingbird-project/hummingbird resolved at 2.0.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-homomorphic-encryption
Working copy of https://github.com/apple/swift-homomorphic-encryption resolved at 1.0.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.72.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.7.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.1
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/cyang/Desktop/live-caller-id/live-caller-id-lookup-example-main/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
error: link command failed with exit code 1 (use -v to see invocation)
Undefined symbols for architecture x86_64:
  "protocol witness table for Hummingbird.MemoryPersistDriver<A> : Hummingbird.PersistDriver in Hummingbird", referenced from:
      (1) suspend resume partial function for PIRService.ServerCommand.run() async throws -> () in server.swift.o
      (3) suspend resume partial function for PIRService.ServerCommand.run() async throws -> () in server.swift.o
      (5) suspend resume partial function for PIRService.ServerCommand.run() async throws -> () in server.swift.o
      (7) suspend resume partial function for PIRService.ServerCommand.run() async throws -> () in server.swift.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[1588/1590] Linking PIRService
@fboemer
Copy link
Contributor

fboemer commented Oct 3, 2024

@decadods , thanks for reporting the issue.
Can you try the latest main (which updates to https://github.com/apple/swift-homomorphic-encryption/releases/tag/1.0.1)?

@decadods
Copy link
Author

decadods commented Oct 4, 2024

@fboemer Thanks I tried main which fetched swift-homomorphic-encryption 1.0.1 but it's still failing to link with the same error.

Based on #34 's suggestion the workaround is to place the .swift files in Hummingbird
/Storage
under the PIRService folder.

@fboemer
Copy link
Contributor

fboemer commented Oct 4, 2024

Thanks @decadods, seems like one more change is needed: #39

@decadods
Copy link
Author

decadods commented Oct 4, 2024

@fboemer Thanks this issue was resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants