end.message.should.include"There may only be up to 1 unique SWIFT_VERSION per target. Found target(s) with multiple Swift versions:\n#{expected_versions_string}"
end
it'raises if the user defined SWIFT_VERSION contains multiple unique versions are defined on different targets'do
end.message.should.include'There may only be up to 1 unique SWIFT_VERSION per target.'
end.message.should.include"There may only be up to 1 unique SWIFT_VERSION per target. Found target(s) with multiple Swift versions:\n#{expected_versions_string}"
end
end
it'returns the project-level SWIFT_VERSION if the target-level SWIFT_VERSION is not defined'do
it'returns the project-level SWIFT_VERSION if the target-level SWIFT_VERSION is not defined'do