Executable swift files?

Is there any particular reason why the following files have the executable bits set?

./Foundation/NSFileHandle.swift
./Foundation/NSNotification.swift
./Foundation.xcodeproj/project.pbxproj
./TestFoundation/TestNSFileHandle.swift
./TestFoundation/TestNSNotificationCenter.swift
./TestFoundation/TestNSRunLoop.swift
./TestFoundation/TestNSTimer.swift

None appear to have a shebang at the top to indicate that they are runnable using the swift runtime.

Alex

They should not be marked as executable, that looks to be a mistake.

ยทยทยท

On Nov 28, 2016, at 9:33 AM, Alex Blewitt via swift-corelibs-dev <swift-corelibs-dev@swift.org> wrote:

Is there any particular reason why the following files have the executable bits set?

./Foundation/NSFileHandle.swift
./Foundation/NSNotification.swift
./Foundation.xcodeproj/project.pbxproj
./TestFoundation/TestNSFileHandle.swift
./TestFoundation/TestNSNotificationCenter.swift
./TestFoundation/TestNSRunLoop.swift
./TestFoundation/TestNSTimer.swift

None appear to have a shebang at the top to indicate that they are runnable using the swift runtime.

Alex
_______________________________________________
swift-corelibs-dev mailing list
swift-corelibs-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-corelibs-dev