Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ let package = Package(
var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.54.2"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/open-telemetry/opentelemetry-swift", from: "1.13.0"),
]

let isDocCEnabled = ProcessInfo.processInfo.environment["AWS_SWIFT_SDK_ENABLE_DOCC"] != nil
Expand Down Expand Up @@ -97,27 +96,6 @@ let package = Package(
"SmithyChecksums",
"SmithyCBOR",
.product(name: "AwsCommonRuntimeKit", package: "aws-crt-swift"),
// Only include these on macOS, iOS, tvOS, watchOS, and macCatalyst (visionOS and Linux are excluded)
.product(
name: "InMemoryExporter",
package: "opentelemetry-swift",
condition: .when(platforms: [.macOS, .iOS, .tvOS, .watchOS, .macCatalyst])
),
.product(
name: "OpenTelemetryApi",
package: "opentelemetry-swift",
condition: .when(platforms: [.macOS, .iOS, .tvOS, .watchOS, .macCatalyst])
),
.product(
name: "OpenTelemetrySdk",
package: "opentelemetry-swift",
condition: .when(platforms: [.macOS, .iOS, .tvOS, .watchOS, .macCatalyst])
),
.product(
name: "OpenTelemetryProtocolExporterHTTP",
package: "opentelemetry-swift",
condition: .when(platforms: [.macOS, .iOS, .tvOS, .watchOS, .macCatalyst])
),
],
resources: [
.copy("PrivacyInfo.xcprivacy")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import class Foundation.URLSessionConfiguration

extension URLSessionConfiguration {

public static func from(httpClientConfiguration: HttpClientConfiguration) -> URLSessionConfiguration {
static func from(httpClientConfiguration: HttpClientConfiguration) -> URLSessionConfiguration {
let config = URLSessionConfiguration.default
config.timeoutIntervalForRequest = httpClientConfiguration.socketTimeout
config.httpShouldSetCookies = false
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading