Commit Graph

3 Commits

Author SHA1 Message Date
Henrik G. Olsson
2d00d94189 [Swiftify] Fix Package.swift
Swift packages are normally in `Sources/<target-name>`, but
SwiftifyImportMacro is in `Sources/SwiftMacros`, and SwiftifyImport is
in `<root>/stdlib/public/core`, which is outside the package root. This
sets the correct path for SwiftifyImportMacro, and creates a directory
`Sources/PublicCorePortal` with a symlink to `SwiftifyImport.swift`.
It also enables LifetimeDependence for SwiftifyImport.

These changes are purely to provide information to SourceKit - this file
isn't actually used by CMake.
2025-10-10 17:00:25 -07:00
Henrik G. Olsson
a3e81ceef3 add more platforms (why not?) 2025-09-26 10:45:19 -07:00
Henrik G. Olsson
9ff9c8d330 [Swiftify] add Package.swift to enable LSP 2025-09-25 17:02:09 -07:00