diff --git a/.github/workflows/MistKit.yml b/.github/workflows/MistKit.yml index 359b9593..9236c0df 100644 --- a/.github/workflows/MistKit.yml +++ b/.github/workflows/MistKit.yml @@ -157,6 +157,7 @@ jobs: xcode: "/Applications/Xcode_16.3.app" deviceName: "iPhone 16" osVersion: "18.4" + download-platform: true # watchOS Build Matrix diff --git a/Scripts/lint.sh b/Scripts/lint.sh index 951d340f..eafa35f2 100755 --- a/Scripts/lint.sh +++ b/Scripts/lint.sh @@ -73,7 +73,7 @@ if [ -z "$FORMAT_ONLY" ]; then run_command swift build --build-tests fi -$PACKAGE_DIR/Scripts/header.sh -d $PACKAGE_DIR/Sources -c "Leo Dion" -o "BrightDigit" -p "MistKit" -y 2025 +$PACKAGE_DIR/Scripts/header.sh -d $PACKAGE_DIR/Sources -c "Leo Dion" -o "BrightDigit" -p "MistKit" # Generated files now automatically include ignore directives via OpenAPI generator configuration diff --git a/Sources/MistKit/Authentication/APITokenManager.swift b/Sources/MistKit/Authentication/APITokenManager.swift index cd74848a..8744a118 100644 --- a/Sources/MistKit/Authentication/APITokenManager.swift +++ b/Sources/MistKit/Authentication/APITokenManager.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/AdaptiveTokenManager+Transitions.swift b/Sources/MistKit/Authentication/AdaptiveTokenManager+Transitions.swift index 1abd2105..1a23083f 100644 --- a/Sources/MistKit/Authentication/AdaptiveTokenManager+Transitions.swift +++ b/Sources/MistKit/Authentication/AdaptiveTokenManager+Transitions.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/AdaptiveTokenManager.swift b/Sources/MistKit/Authentication/AdaptiveTokenManager.swift index 5b48c2e2..73bc66ec 100644 --- a/Sources/MistKit/Authentication/AdaptiveTokenManager.swift +++ b/Sources/MistKit/Authentication/AdaptiveTokenManager.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/AuthenticationMethod.swift b/Sources/MistKit/Authentication/AuthenticationMethod.swift index be7a7abd..ee899621 100644 --- a/Sources/MistKit/Authentication/AuthenticationMethod.swift +++ b/Sources/MistKit/Authentication/AuthenticationMethod.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/AuthenticationMode.swift b/Sources/MistKit/Authentication/AuthenticationMode.swift index 56064f0d..df9c3dcb 100644 --- a/Sources/MistKit/Authentication/AuthenticationMode.swift +++ b/Sources/MistKit/Authentication/AuthenticationMode.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/CharacterMapEncoder.swift b/Sources/MistKit/Authentication/CharacterMapEncoder.swift index e559b598..761e5224 100644 --- a/Sources/MistKit/Authentication/CharacterMapEncoder.swift +++ b/Sources/MistKit/Authentication/CharacterMapEncoder.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/DependencyResolutionError.swift b/Sources/MistKit/Authentication/DependencyResolutionError.swift index f1315463..a7065cb8 100644 --- a/Sources/MistKit/Authentication/DependencyResolutionError.swift +++ b/Sources/MistKit/Authentication/DependencyResolutionError.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/InMemoryTokenStorage+Convenience.swift b/Sources/MistKit/Authentication/InMemoryTokenStorage+Convenience.swift index 08ceda08..3cc64d14 100644 --- a/Sources/MistKit/Authentication/InMemoryTokenStorage+Convenience.swift +++ b/Sources/MistKit/Authentication/InMemoryTokenStorage+Convenience.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/InMemoryTokenStorage.swift b/Sources/MistKit/Authentication/InMemoryTokenStorage.swift index 19d08214..af07963b 100644 --- a/Sources/MistKit/Authentication/InMemoryTokenStorage.swift +++ b/Sources/MistKit/Authentication/InMemoryTokenStorage.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/InternalErrorReason.swift b/Sources/MistKit/Authentication/InternalErrorReason.swift index f0b1d43e..1f52d608 100644 --- a/Sources/MistKit/Authentication/InternalErrorReason.swift +++ b/Sources/MistKit/Authentication/InternalErrorReason.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/InvalidCredentialReason.swift b/Sources/MistKit/Authentication/InvalidCredentialReason.swift index 6a8fd513..433e8dc6 100644 --- a/Sources/MistKit/Authentication/InvalidCredentialReason.swift +++ b/Sources/MistKit/Authentication/InvalidCredentialReason.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/RequestSignature.swift b/Sources/MistKit/Authentication/RequestSignature.swift index a9b375f9..74a8050f 100644 --- a/Sources/MistKit/Authentication/RequestSignature.swift +++ b/Sources/MistKit/Authentication/RequestSignature.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/SecureLogging.swift b/Sources/MistKit/Authentication/SecureLogging.swift index d7ebfd16..195e7e1c 100644 --- a/Sources/MistKit/Authentication/SecureLogging.swift +++ b/Sources/MistKit/Authentication/SecureLogging.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/ServerToServerAuthManager+RequestSigning.swift b/Sources/MistKit/Authentication/ServerToServerAuthManager+RequestSigning.swift index 0f7a28f7..a99b8714 100644 --- a/Sources/MistKit/Authentication/ServerToServerAuthManager+RequestSigning.swift +++ b/Sources/MistKit/Authentication/ServerToServerAuthManager+RequestSigning.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/ServerToServerAuthManager.swift b/Sources/MistKit/Authentication/ServerToServerAuthManager.swift index c4c8546e..47b73b0e 100644 --- a/Sources/MistKit/Authentication/ServerToServerAuthManager.swift +++ b/Sources/MistKit/Authentication/ServerToServerAuthManager.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/TokenCredentials.swift b/Sources/MistKit/Authentication/TokenCredentials.swift index 0e365948..160e2c3f 100644 --- a/Sources/MistKit/Authentication/TokenCredentials.swift +++ b/Sources/MistKit/Authentication/TokenCredentials.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/TokenManager.swift b/Sources/MistKit/Authentication/TokenManager.swift index 99089e09..7cf4ae59 100644 --- a/Sources/MistKit/Authentication/TokenManager.swift +++ b/Sources/MistKit/Authentication/TokenManager.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/TokenManagerError.swift b/Sources/MistKit/Authentication/TokenManagerError.swift index 42ba8cfc..ce30d9bd 100644 --- a/Sources/MistKit/Authentication/TokenManagerError.swift +++ b/Sources/MistKit/Authentication/TokenManagerError.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/TokenStorage.swift b/Sources/MistKit/Authentication/TokenStorage.swift index 6875f157..3df89b7e 100644 --- a/Sources/MistKit/Authentication/TokenStorage.swift +++ b/Sources/MistKit/Authentication/TokenStorage.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/WebAuthTokenManager+Methods.swift b/Sources/MistKit/Authentication/WebAuthTokenManager+Methods.swift index e09bde96..11f47232 100644 --- a/Sources/MistKit/Authentication/WebAuthTokenManager+Methods.swift +++ b/Sources/MistKit/Authentication/WebAuthTokenManager+Methods.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Authentication/WebAuthTokenManager.swift b/Sources/MistKit/Authentication/WebAuthTokenManager.swift index 294f32b0..788b4329 100644 --- a/Sources/MistKit/Authentication/WebAuthTokenManager.swift +++ b/Sources/MistKit/Authentication/WebAuthTokenManager.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/AuthenticationMiddleware.swift b/Sources/MistKit/AuthenticationMiddleware.swift index 1e52da08..27236350 100644 --- a/Sources/MistKit/AuthenticationMiddleware.swift +++ b/Sources/MistKit/AuthenticationMiddleware.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/CustomFieldValue.CustomFieldValuePayload.swift b/Sources/MistKit/CustomFieldValue.CustomFieldValuePayload.swift index 9c01fc00..7227ad0b 100644 --- a/Sources/MistKit/CustomFieldValue.CustomFieldValuePayload.swift +++ b/Sources/MistKit/CustomFieldValue.CustomFieldValuePayload.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/CustomFieldValue.swift b/Sources/MistKit/CustomFieldValue.swift index c07355aa..e2c66a63 100644 --- a/Sources/MistKit/CustomFieldValue.swift +++ b/Sources/MistKit/CustomFieldValue.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Database.swift b/Sources/MistKit/Database.swift index b42f6a3a..ac650c82 100644 --- a/Sources/MistKit/Database.swift +++ b/Sources/MistKit/Database.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Environment.swift b/Sources/MistKit/Environment.swift index a462181e..edf4398e 100644 --- a/Sources/MistKit/Environment.swift +++ b/Sources/MistKit/Environment.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/EnvironmentConfig.swift b/Sources/MistKit/EnvironmentConfig.swift index 41956964..3e2c794b 100644 --- a/Sources/MistKit/EnvironmentConfig.swift +++ b/Sources/MistKit/EnvironmentConfig.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Extensions/FieldValue+Convenience.swift b/Sources/MistKit/Extensions/FieldValue+Convenience.swift index 0adabb5f..df9cb9af 100644 --- a/Sources/MistKit/Extensions/FieldValue+Convenience.swift +++ b/Sources/MistKit/Extensions/FieldValue+Convenience.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Extensions/OpenAPI/Components+Database.swift b/Sources/MistKit/Extensions/OpenAPI/Components+Database.swift index 0b3a6e23..32960d18 100644 --- a/Sources/MistKit/Extensions/OpenAPI/Components+Database.swift +++ b/Sources/MistKit/Extensions/OpenAPI/Components+Database.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Extensions/OpenAPI/Components+Environment.swift b/Sources/MistKit/Extensions/OpenAPI/Components+Environment.swift index 9d3a18db..9d5569d9 100644 --- a/Sources/MistKit/Extensions/OpenAPI/Components+Environment.swift +++ b/Sources/MistKit/Extensions/OpenAPI/Components+Environment.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Extensions/OpenAPI/Components+FieldValue.swift b/Sources/MistKit/Extensions/OpenAPI/Components+FieldValue.swift index 3cbb39e6..a69bd33a 100644 --- a/Sources/MistKit/Extensions/OpenAPI/Components+FieldValue.swift +++ b/Sources/MistKit/Extensions/OpenAPI/Components+FieldValue.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Extensions/OpenAPI/Components+Filter.swift b/Sources/MistKit/Extensions/OpenAPI/Components+Filter.swift index de384dc2..103eef78 100644 --- a/Sources/MistKit/Extensions/OpenAPI/Components+Filter.swift +++ b/Sources/MistKit/Extensions/OpenAPI/Components+Filter.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Extensions/OpenAPI/Components+RecordOperation.swift b/Sources/MistKit/Extensions/OpenAPI/Components+RecordOperation.swift index 4714597d..83ee73a0 100644 --- a/Sources/MistKit/Extensions/OpenAPI/Components+RecordOperation.swift +++ b/Sources/MistKit/Extensions/OpenAPI/Components+RecordOperation.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Extensions/OpenAPI/Components+Sort.swift b/Sources/MistKit/Extensions/OpenAPI/Components+Sort.swift index 9278f081..b93dea4d 100644 --- a/Sources/MistKit/Extensions/OpenAPI/Components+Sort.swift +++ b/Sources/MistKit/Extensions/OpenAPI/Components+Sort.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Extensions/RecordManaging+Generic.swift b/Sources/MistKit/Extensions/RecordManaging+Generic.swift index 40c2e288..2800582a 100644 --- a/Sources/MistKit/Extensions/RecordManaging+Generic.swift +++ b/Sources/MistKit/Extensions/RecordManaging+Generic.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Extensions/RecordManaging+RecordCollection.swift b/Sources/MistKit/Extensions/RecordManaging+RecordCollection.swift index 8ec39ee0..3103e32a 100644 --- a/Sources/MistKit/Extensions/RecordManaging+RecordCollection.swift +++ b/Sources/MistKit/Extensions/RecordManaging+RecordCollection.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/FieldValue.swift b/Sources/MistKit/FieldValue.swift index b777417e..03f0f241 100644 --- a/Sources/MistKit/FieldValue.swift +++ b/Sources/MistKit/FieldValue.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Helpers/FilterBuilder.swift b/Sources/MistKit/Helpers/FilterBuilder.swift index ee8b55eb..fe919bfe 100644 --- a/Sources/MistKit/Helpers/FilterBuilder.swift +++ b/Sources/MistKit/Helpers/FilterBuilder.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Helpers/SortDescriptor.swift b/Sources/MistKit/Helpers/SortDescriptor.swift index a93c1233..d0a0ded6 100644 --- a/Sources/MistKit/Helpers/SortDescriptor.swift +++ b/Sources/MistKit/Helpers/SortDescriptor.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Logging/MistKitLogger.swift b/Sources/MistKit/Logging/MistKitLogger.swift index 87be36bf..aa04351a 100644 --- a/Sources/MistKit/Logging/MistKitLogger.swift +++ b/Sources/MistKit/Logging/MistKitLogger.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/LoggingMiddleware.swift b/Sources/MistKit/LoggingMiddleware.swift index 1b4e1359..dc4731e6 100644 --- a/Sources/MistKit/LoggingMiddleware.swift +++ b/Sources/MistKit/LoggingMiddleware.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/MistKitClient.swift b/Sources/MistKit/MistKitClient.swift index a3b73865..3a413c99 100644 --- a/Sources/MistKit/MistKitClient.swift +++ b/Sources/MistKit/MistKitClient.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/MistKitConfiguration+ConvenienceInitializers.swift b/Sources/MistKit/MistKitConfiguration+ConvenienceInitializers.swift index 72755922..cd36532c 100644 --- a/Sources/MistKit/MistKitConfiguration+ConvenienceInitializers.swift +++ b/Sources/MistKit/MistKitConfiguration+ConvenienceInitializers.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/MistKitConfiguration.swift b/Sources/MistKit/MistKitConfiguration.swift index 78d0530e..a24fe516 100644 --- a/Sources/MistKit/MistKitConfiguration.swift +++ b/Sources/MistKit/MistKitConfiguration.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Protocols/CloudKitRecord.swift b/Sources/MistKit/Protocols/CloudKitRecord.swift index d651a1b0..88248caf 100644 --- a/Sources/MistKit/Protocols/CloudKitRecord.swift +++ b/Sources/MistKit/Protocols/CloudKitRecord.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Protocols/CloudKitRecordCollection.swift b/Sources/MistKit/Protocols/CloudKitRecordCollection.swift index 974bd173..0c99163f 100644 --- a/Sources/MistKit/Protocols/CloudKitRecordCollection.swift +++ b/Sources/MistKit/Protocols/CloudKitRecordCollection.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Protocols/RecordManaging.swift b/Sources/MistKit/Protocols/RecordManaging.swift index cf16a2f7..d15f2e63 100644 --- a/Sources/MistKit/Protocols/RecordManaging.swift +++ b/Sources/MistKit/Protocols/RecordManaging.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Protocols/RecordTypeSet.swift b/Sources/MistKit/Protocols/RecordTypeSet.swift index 789b3b0d..759e1e88 100644 --- a/Sources/MistKit/Protocols/RecordTypeSet.swift +++ b/Sources/MistKit/Protocols/RecordTypeSet.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/PublicTypes/QueryFilter.swift b/Sources/MistKit/PublicTypes/QueryFilter.swift index 716e0ceb..9afd825e 100644 --- a/Sources/MistKit/PublicTypes/QueryFilter.swift +++ b/Sources/MistKit/PublicTypes/QueryFilter.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/PublicTypes/QuerySort.swift b/Sources/MistKit/PublicTypes/QuerySort.swift index 52059359..2f0b76f8 100644 --- a/Sources/MistKit/PublicTypes/QuerySort.swift +++ b/Sources/MistKit/PublicTypes/QuerySort.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/RecordOperation.swift b/Sources/MistKit/RecordOperation.swift index 886a7d6e..d4100b47 100644 --- a/Sources/MistKit/RecordOperation.swift +++ b/Sources/MistKit/RecordOperation.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/CloudKitError+OpenAPI.swift b/Sources/MistKit/Service/CloudKitError+OpenAPI.swift index dd53e952..ba141493 100644 --- a/Sources/MistKit/Service/CloudKitError+OpenAPI.swift +++ b/Sources/MistKit/Service/CloudKitError+OpenAPI.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/CloudKitError.swift b/Sources/MistKit/Service/CloudKitError.swift index 51c80499..7d0c4ffa 100644 --- a/Sources/MistKit/Service/CloudKitError.swift +++ b/Sources/MistKit/Service/CloudKitError.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/CloudKitResponseProcessor.swift b/Sources/MistKit/Service/CloudKitResponseProcessor.swift index 8a92e24f..a6d1e56c 100644 --- a/Sources/MistKit/Service/CloudKitResponseProcessor.swift +++ b/Sources/MistKit/Service/CloudKitResponseProcessor.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/CloudKitResponseType.swift b/Sources/MistKit/Service/CloudKitResponseType.swift index 3534de70..00c512e6 100644 --- a/Sources/MistKit/Service/CloudKitResponseType.swift +++ b/Sources/MistKit/Service/CloudKitResponseType.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/CloudKitService+Initialization.swift b/Sources/MistKit/Service/CloudKitService+Initialization.swift index ba280e13..357e7c71 100644 --- a/Sources/MistKit/Service/CloudKitService+Initialization.swift +++ b/Sources/MistKit/Service/CloudKitService+Initialization.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/CloudKitService+Operations.swift b/Sources/MistKit/Service/CloudKitService+Operations.swift index 0f7002a4..e9d48034 100644 --- a/Sources/MistKit/Service/CloudKitService+Operations.swift +++ b/Sources/MistKit/Service/CloudKitService+Operations.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/CloudKitService+RecordManaging.swift b/Sources/MistKit/Service/CloudKitService+RecordManaging.swift index cef69be7..9de9de34 100644 --- a/Sources/MistKit/Service/CloudKitService+RecordManaging.swift +++ b/Sources/MistKit/Service/CloudKitService+RecordManaging.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/CloudKitService+WriteOperations.swift b/Sources/MistKit/Service/CloudKitService+WriteOperations.swift index 9b0b98b0..7f5189f3 100644 --- a/Sources/MistKit/Service/CloudKitService+WriteOperations.swift +++ b/Sources/MistKit/Service/CloudKitService+WriteOperations.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/CloudKitService.swift b/Sources/MistKit/Service/CloudKitService.swift index 869c896b..46e7f3b9 100644 --- a/Sources/MistKit/Service/CloudKitService.swift +++ b/Sources/MistKit/Service/CloudKitService.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/CustomFieldValue.CustomFieldValuePayload+FieldValue.swift b/Sources/MistKit/Service/CustomFieldValue.CustomFieldValuePayload+FieldValue.swift index ca5f241c..39e7bf71 100644 --- a/Sources/MistKit/Service/CustomFieldValue.CustomFieldValuePayload+FieldValue.swift +++ b/Sources/MistKit/Service/CustomFieldValue.CustomFieldValuePayload+FieldValue.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/FieldValue+Components.swift b/Sources/MistKit/Service/FieldValue+Components.swift index 221ee82a..d086f81e 100644 --- a/Sources/MistKit/Service/FieldValue+Components.swift +++ b/Sources/MistKit/Service/FieldValue+Components.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/Operations.getCurrentUser.Output.swift b/Sources/MistKit/Service/Operations.getCurrentUser.Output.swift index dff7eb37..0265ce0e 100644 --- a/Sources/MistKit/Service/Operations.getCurrentUser.Output.swift +++ b/Sources/MistKit/Service/Operations.getCurrentUser.Output.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/Operations.listZones.Output.swift b/Sources/MistKit/Service/Operations.listZones.Output.swift index 24a174e8..b5c63f12 100644 --- a/Sources/MistKit/Service/Operations.listZones.Output.swift +++ b/Sources/MistKit/Service/Operations.listZones.Output.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/Operations.lookupRecords.Output.swift b/Sources/MistKit/Service/Operations.lookupRecords.Output.swift index 170db63f..ab460004 100644 --- a/Sources/MistKit/Service/Operations.lookupRecords.Output.swift +++ b/Sources/MistKit/Service/Operations.lookupRecords.Output.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/Operations.modifyRecords.Output.swift b/Sources/MistKit/Service/Operations.modifyRecords.Output.swift index c23fe06f..b904ed34 100644 --- a/Sources/MistKit/Service/Operations.modifyRecords.Output.swift +++ b/Sources/MistKit/Service/Operations.modifyRecords.Output.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/Operations.queryRecords.Output.swift b/Sources/MistKit/Service/Operations.queryRecords.Output.swift index 9e6d3455..9dc74044 100644 --- a/Sources/MistKit/Service/Operations.queryRecords.Output.swift +++ b/Sources/MistKit/Service/Operations.queryRecords.Output.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/RecordInfo.swift b/Sources/MistKit/Service/RecordInfo.swift index 2c74503c..342fc0a1 100644 --- a/Sources/MistKit/Service/RecordInfo.swift +++ b/Sources/MistKit/Service/RecordInfo.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/UserInfo.swift b/Sources/MistKit/Service/UserInfo.swift index f6f6278c..e4c5e3db 100644 --- a/Sources/MistKit/Service/UserInfo.swift +++ b/Sources/MistKit/Service/UserInfo.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Service/ZoneInfo.swift b/Sources/MistKit/Service/ZoneInfo.swift index f63e68cf..d4a0559d 100644 --- a/Sources/MistKit/Service/ZoneInfo.swift +++ b/Sources/MistKit/Service/ZoneInfo.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/URL.swift b/Sources/MistKit/URL.swift index bad67e39..20b680c9 100644 --- a/Sources/MistKit/URL.swift +++ b/Sources/MistKit/URL.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Utilities/Array+Chunked.swift b/Sources/MistKit/Utilities/Array+Chunked.swift index 097c32b4..471303b7 100644 --- a/Sources/MistKit/Utilities/Array+Chunked.swift +++ b/Sources/MistKit/Utilities/Array+Chunked.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Utilities/HTTPField.Name+CloudKit.swift b/Sources/MistKit/Utilities/HTTPField.Name+CloudKit.swift index 0950234e..2555b2d6 100644 --- a/Sources/MistKit/Utilities/HTTPField.Name+CloudKit.swift +++ b/Sources/MistKit/Utilities/HTTPField.Name+CloudKit.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Sources/MistKit/Utilities/NSRegularExpression+CommonPatterns.swift b/Sources/MistKit/Utilities/NSRegularExpression+CommonPatterns.swift index eeffd462..8648dcfe 100644 --- a/Sources/MistKit/Utilities/NSRegularExpression+CommonPatterns.swift +++ b/Sources/MistKit/Utilities/NSRegularExpression+CommonPatterns.swift @@ -3,7 +3,7 @@ // MistKit // // Created by Leo Dion. -// Copyright © 2025 BrightDigit. +// Copyright © 2026 BrightDigit. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation