These steps documented by @johannesweiss looks correct to me for API stability checking. An additional tip is to check ABI stability, one can simply pass -abi
for all these three steps. One example from the Swift stdlib can be found here: https://github.com/apple/swift/blob/master/test/api-digester/stability-stdlib-abi.swift
2 Likes