Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Swift version is set to "4", not "4.2" when creating projects in Xcode 10.1 #14

@helje5

Description

@helje5

When creating projects in Xcode 10.1, they end up as Swift "4" (4.0) in the Xcode build settings.

My best guess is that Xcode itself peeks into the Package.swift file and finds the

// swift-tools-version:4.0

marker.

We should probably check the Xcode version at installation time, and patch our Package.swift files according to the version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions