February 20
https://issues.dlang.org/show_bug.cgi?id=24402

          Issue ID: 24402
           Summary: OSX: Linker warning: pointer not aligned at
                    __OBJC_PROTOCOL_$_Foo
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Mac OS X
            Status: NEW
          Severity: critical
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: ibuclaw@gdcproject.org

Compiling with Xcode 15, the runnable/objc_protocol_sections.d test is failing because the pointer being written to object file is not (at least) 4-byte aligned.

--