Skip to content

Build using swiftpm#119

Merged
finnvoor merged 1 commit intomainfrom
improvement/swiftpm-build-system
May 30, 2025
Merged

Build using swiftpm#119
finnvoor merged 1 commit intomainfrom
improvement/swiftpm-build-system

Conversation

@finnvoor
Copy link
Copy Markdown
Owner

@finnvoor finnvoor commented May 4, 2025

  • build for simulator
    • requires adding type: .dynamic to Package.swift
  • build for device
    • requires gcc
  • produced binaries are quite a bit bigger than the plugin, probably due to some missing flags
  • copy resources
  • -c release requires swift_coroFrameAlloc stub (related to Updating Sprite bounds x/y/width/height crashes on device #129)
  • building from Xcode fails since toolset isn't used and package type is set to dynamic
  • verify unicode tables work

closes #13

@finnvoor finnvoor force-pushed the improvement/swiftpm-build-system branch 6 times, most recently from 7a018ec to 636461e Compare May 10, 2025 14:50
@finnvoor finnvoor changed the title Attempt to build a simulator dylib entirely using swiftpm build system Build using swiftpm May 10, 2025
@finnvoor finnvoor force-pushed the improvement/swiftpm-build-system branch 20 times, most recently from 9d9b4be to 6038674 Compare May 12, 2025 19:30
@finnvoor finnvoor force-pushed the improvement/swiftpm-build-system branch 2 times, most recently from 973dfa7 to fd74544 Compare May 12, 2025 20:02
@finnvoor finnvoor force-pushed the improvement/swiftpm-build-system branch 28 times, most recently from bb57b5e to c607576 Compare May 29, 2025 22:13
Build for simulator using swiftpm

Build for device using swiftpm
@finnvoor finnvoor mentioned this pull request May 31, 2025
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

Successfully merging this pull request may close these issues.

Add a rename command to pdc

1 participant