diff --git a/Examples/SPM/Package.swift b/Examples/SPM/Package.swift index ad3503306..2be11fc49 100644 --- a/Examples/SPM/Package.swift +++ b/Examples/SPM/Package.swift @@ -18,9 +18,15 @@ let package = Package( name: "SPMIntegration", dependencies: [ .product(name: "Ably", package: "ably-cocoa") + ], + swiftSettings: [ + .unsafeFlags(["-warnings-as-errors"]) ]), .testTarget( name: "SPMTests", - dependencies: ["SPMIntegration"]), + dependencies: ["SPMIntegration"], + swiftSettings: [ + .unsafeFlags(["-warnings-as-errors"]) + ]), ] ) diff --git a/Source/include/Ably/ARTPushActivationEvent.h b/Source/include/Ably/ARTPushActivationEvent.h deleted file mode 120000 index e393ea33e..000000000 --- a/Source/include/Ably/ARTPushActivationEvent.h +++ /dev/null @@ -1 +0,0 @@ -../../../Source/ARTPushActivationEvent.h \ No newline at end of file diff --git a/Source/include/Ably/ARTPushActivationState.h b/Source/include/Ably/ARTPushActivationState.h deleted file mode 120000 index 74382bfbc..000000000 --- a/Source/include/Ably/ARTPushActivationState.h +++ /dev/null @@ -1 +0,0 @@ -../../../Source/ARTPushActivationState.h \ No newline at end of file diff --git a/Source/include/Ably/ARTPushActivationStateMachine.h b/Source/include/Ably/ARTPushActivationStateMachine.h deleted file mode 120000 index b820c6ed8..000000000 --- a/Source/include/Ably/ARTPushActivationStateMachine.h +++ /dev/null @@ -1 +0,0 @@ -../../../Source/ARTPushActivationStateMachine.h \ No newline at end of file