The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Sunday, reference main (3a4d01), with Swift 6.1 for Linux on 29 Apr 2025 21:47:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/outfoxx/sunday-swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/outfoxx/sunday-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3a4d018 Merge pull request #55 from outfoxx/task/deps
Cloned https://github.com/outfoxx/sunday-swift.git
Revision (git rev-parse @):
3a4d01816e69a5ebce7a42629c56b834d2c2232f
SUCCESS checkout https://github.com/outfoxx/sunday-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/outfoxx/sunday-swift.git
https://github.com/outfoxx/sunday-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.0",
            "upper_bound" : "3.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/outfoxx/PotentCodables.git"
    },
    {
      "identity" : "regex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "2.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sharplet/Regex.git"
    },
    {
      "identity" : "uritemplate",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "4.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftScream/URITemplate.git"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Sunday",
  "name" : "Sunday",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Sunday",
      "targets" : [
        "Sunday"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SundayServer",
      "targets" : [
        "SundayServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SundayTests",
      "module_type" : "SwiftTarget",
      "name" : "SundayTests",
      "path" : "Tests/SundayTests",
      "sources" : [
        "DataTaskStreamPublisherTests.swift",
        "DateExts.swift",
        "ErrorTests.swift",
        "EventParserTests.swift",
        "EventSourceTests.swift",
        "GeneratedAPITests.swift",
        "HeaderParametersTests.swift",
        "MediaTypeCodecTests.swift",
        "MediaTypeTests.swift",
        "NetworkRequestAdapterTests.swift",
        "NetworkRequestFactoryTests.swift",
        "PatchTests.swift",
        "ProblemTests.swift",
        "ResponseDecodingTests.swift",
        "ServerTests.swift",
        "URITemplatesTests.swift",
        "URITests.swift",
        "URLRequestTests.swift",
        "WWWFormURLEncoderTests.swift",
        "XCTestCases.swift",
        "XCTestUtils.swift"
      ],
      "target_dependencies" : [
        "Sunday",
        "SundayServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SundayServer",
      "module_type" : "SwiftTarget",
      "name" : "SundayServer",
      "path" : "Sources/SundayServer",
      "product_memberships" : [
        "SundayServer"
      ],
      "sources" : [
        "HTTPConnection.swift",
        "HTTPExchange.swift",
        "HTTPHeaderParser.swift",
        "HTTPRequest.swift",
        "HTTPResponse.swift",
        "HTTPServer.swift",
        "Logging.swift",
        "Routable.swift",
        "RoutableContentNegotiation.swift",
        "RoutableDebug.swift",
        "RoutableMethod.swift",
        "RoutableParam.swift",
        "RoutablePath.swift",
        "RoutableQueues.swift",
        "RoutableRequestDecoding.swift",
        "RoutableResponseEncoding.swift",
        "RoutingHTTPServer.swift"
      ],
      "target_dependencies" : [
        "Sunday"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Sunday",
      "module_type" : "SwiftTarget",
      "name" : "Sunday",
      "path" : "Sources/Sunday",
      "product_dependencies" : [
        "Regex",
        "PotentCodables",
        "ScreamURITemplate",
        "Semaphore"
      ],
      "product_memberships" : [
        "Sunday",
        "SundayServer"
      ],
      "sources" : [
        "AnyTextMediaTypeDecodable.swift",
        "CharSets.swift",
        "CustomHeaderConvertible.swift",
        "Description.swift",
        "DispatchTimeIntervals.swift",
        "Empty.swift",
        "Errors.swift",
        "EventParser.swift",
        "EventSource.swift",
        "HTTP.swift",
        "HeaderParameters.swift",
        "Logging.swift",
        "MediaType.swift",
        "MediaTypeDecoders.swift",
        "MediaTypeEncoders.swift",
        "NetworkRequestAdapter.swift",
        "NetworkRequestAdapters.swift",
        "NetworkRequestFactory.swift",
        "NetworkSession.swift",
        "NetworkSessionDelegate.swift",
        "Patching.swift",
        "PathEncodable.swift",
        "PathEncoders.swift",
        "Problem.swift",
        "RequestFactory.swift",
        "ResponseHelpers.swift",
        "ResultResponse.swift",
        "ServerTrustPolicyManager.swift",
        "ServiceLocator.swift",
        "URI.swift",
        "URITemplate.swift",
        "URLRequests.swift",
        "URLSessionConfigurations.swift",
        "WWWFormURLEncoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/outfoxx/PotentCodables.git
Fetching https://github.com/SwiftScream/URITemplate.git
[1/1254] Fetching regex
[817/3303] Fetching regex, swift-docc-plugin
[961/3596] Fetching regex, swift-docc-plugin, semaphore
[1336/4791] Fetching regex, swift-docc-plugin, semaphore, uritemplate
[4379/75840] Fetching regex, swift-docc-plugin, semaphore, uritemplate, potentcodables
Fetched https://github.com/SwiftScream/URITemplate.git from cache (1.19s)
[68962/74645] Fetching regex, swift-docc-plugin, semaphore, potentcodables
Fetched https://github.com/groue/Semaphore.git from cache (2.24s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.25s)
Fetched https://github.com/sharplet/Regex.git from cache (2.26s)
Fetched https://github.com/outfoxx/PotentCodables.git from cache (2.29s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.1.0 (2.85s)
Computing version for https://github.com/SwiftScream/URITemplate.git
Computed https://github.com/SwiftScream/URITemplate.git at 4.0.0 (0.51s)
Computing version for https://github.com/outfoxx/PotentCodables.git
Computed https://github.com/outfoxx/PotentCodables.git at 3.5.0 (0.64s)
Fetching https://github.com/SusanDoggie/Float16.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-collections.git
[1/310] Fetching float16
[302/5081] Fetching float16, bigint
[4271/21350] Fetching float16, bigint, swift-collections
Fetched https://github.com/SusanDoggie/Float16.git from cache (1.17s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.18s)
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (3.55s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (0.60s)
Fetching https://github.com/apple/swift-numerics
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.37s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.61s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.62s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.67s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.07s)
Creating working copy for https://github.com/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Creating working copy for https://github.com/outfoxx/PotentCodables.git
Working copy of https://github.com/outfoxx/PotentCodables.git resolved at 3.5.0
Creating working copy for https://github.com/SwiftScream/URITemplate.git
Working copy of https://github.com/SwiftScream/URITemplate.git resolved at 4.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
Creating working copy for https://github.com/groue/Semaphore.git
Working copy of https://github.com/groue/Semaphore.git resolved at 0.1.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/43] Write sources
[10/43] Copying PotentCodables.docc
[11/43] Write sources
[18/43] Compiling _NumericsShims _NumericsShims.c
[19/43] Compiling fy-utils.c
[20/43] Compiling fy-composer.c
[21/43] Compiling fy-accel.c
[22/43] Compiling fy-ctype.c
[23/43] Write swift-version-24593BA9C3E375BF.txt
[24/43] Compiling fy-diag.c
[25/43] Compiling fy-atom.c
[26/43] Compiling fy-utf8.c
[27/43] Compiling fy-blob.c
[28/43] Compiling xxhash.c
[29/43] Compiling fy-emit.c
[30/45] Compiling fy-types.c
[31/138] Compiling fy-walk.c
[32/138] Compiling fy-path.c
[33/138] Compiling fy-token.c
[35/138] Emitting module RealModule
[35/139] Compiling fy-input.c
[36/139] Compiling fy-parse.c
[37/139] Compiling fy-dump.c
[38/139] Compiling fy-docstate.c
[39/139] Compiling fy-event.c
[40/139] Compiling fy-docbuilder.c
[41/139] Compiling CFloat16 float16.c
[42/139] Write sources
[43/158] Compiling fy-doc.c
[45/160] Emitting module DequeModule
[46/162] Compiling RealModule Real.swift
[47/162] Compiling DequeModule _DequeSlot.swift
[48/162] Compiling DequeModule _UnsafeWrappedBuffer.swift
[51/164] Compiling BigInt Floating Point Conversion.swift
[52/164] Compiling BigInt GCD.swift
[53/164] Compiling BigInt Hashable.swift
[54/164] Compiling BigInt Square Root.swift
[55/164] Compiling BigInt Integer Conversion.swift
[56/164] Compiling BigInt Random.swift
[57/164] Compiling BigInt Shifts.swift
[58/164] Compiling BigInt Multiplication.swift
[59/164] Compiling BigInt Prime Test.swift
[60/164] Compiling RealModule Float80+Real.swift
[61/164] Compiling BigInt Data Conversion.swift
[62/164] Compiling BigInt Division.swift
[63/164] Compiling BigInt Exponentiation.swift
[64/164] Compiling RealModule Float+Real.swift
[65/164] Compiling RealModule Float16+Real.swift
[66/164] Compiling RealModule RealFunctions.swift
[67/164] Compiling RealModule ElementaryFunctions.swift
[68/164] Compiling BigInt Addition.swift
[69/164] Compiling BigInt BigInt.swift
[70/164] Compiling BigInt BigUInt.swift
[71/164] Compiling BigInt Bitwise Ops.swift
[72/164] Compiling BigInt Codable.swift
[73/164] Compiling BigInt Comparable.swift
[74/165] Compiling BigInt Words and Bits.swift
[75/165] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[76/165] Compiling OrderedCollections OrderedSet+Diffing.swift
[77/165] Compiling OrderedCollections OrderedSet+Equatable.swift
[78/165] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[79/165] Compiling OrderedCollections OrderedSet+Hashable.swift
[80/165] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[81/165] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[82/165] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[83/165] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[84/165] Compiling OrderedCollections OrderedSet+Sendable.swift
[85/165] Compiling OrderedCollections OrderedSet+SubSequence.swift
[86/165] Compiling OrderedCollections OrderedSet+Initializers.swift
[87/165] Compiling OrderedCollections OrderedSet+Insertions.swift
[88/165] Compiling OrderedCollections OrderedSet+Invariants.swift
[89/165] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[90/165] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[91/165] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[92/165] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[93/165] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[94/165] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[95/165] Compiling OrderedCollections OrderedDictionary+Values.swift
[96/165] Compiling OrderedCollections OrderedDictionary.swift
[97/165] Compiling OrderedCollections OrderedSet+Codable.swift
[98/165] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[107/171] Compiling BigInt Subtraction.swift
[110/171] Emitting module OrderedCollections
[138/176] Compiling Float16 Real.swift
[139/176] Compiling Float16 float16.swift
[140/176] Compiling Float16 Concurrency.swift
[141/176] Compiling OrderedCollections OrderedSet+Testing.swift
[142/176] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[143/176] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[144/176] Compiling OrderedCollections OrderedSet.swift
[145/176] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[146/176] Compiling OrderedCollections _UnsafeBitset.swift
[148/177] Emitting module Float16
[153/180] Compiling ScreamURITemplate VariableProvider.swift
[154/181] Emitting module Collections
[155/181] Compiling Collections Collections.swift
[156/182] Compiling ScreamURITemplate VariableSpec.swift
[159/182] Compiling ScreamURITemplate Scanner.swift
[160/182] Emitting module ScreamURITemplate
[163/182] Compiling ScreamURITemplate URITemplate.swift
[164/182] Compiling Regex Foundation+Ranges.swift
[165/182] Emitting module Regex
[166/182] Compiling ScreamURITemplate ValueFormatting.swift
[167/182] Emitting module Semaphore
[168/182] Compiling Semaphore AsyncSemaphore.swift
[169/182] Compiling Regex MatchResult.swift
[176/183] Emitting module BigInt
[177/183] Compiling Regex String+ReplaceMatching.swift
[178/184] Compiling Regex ThreadLocal.swift
[180/184] Compiling Regex Regex.swift
[181/184] Compiling Regex Options.swift
[185/185] Compiling ScreamURITemplate VariableValue.swift
[187/208] Compiling PotentCodables AnyValueEncoder.swift
[188/208] Compiling PotentCodables DecoderSupport.swift
[189/208] Compiling PotentCodables EncoderSupport.swift
[190/208] Compiling PotentCodables Errors.swift
[191/208] Compiling PotentCodables Float16.swift
[192/208] Compiling PotentCodables KeyStrategy.swift
[193/210] Compiling PotentCodables ZonedDate.swift
[194/210] Compiling PotentCodables resource_bundle_accessor.swift
[195/210] Compiling PotentCodables Regexes.swift
[196/210] Compiling PotentCodables TimeZone.swift
[197/210] Compiling PotentCodables TopLevel.swift
[198/210] Compiling PotentCodables KeyedNestedDecoder.swift
[199/210] Compiling PotentCodables KeyedNestedEncoder.swift
[200/210] Compiling PotentCodables Refs.swift
[201/210] Emitting module PotentCodables
[202/210] Compiling PotentCodables AnyCodingKey.swift
[203/210] Compiling PotentCodables AnyValue.swift
[204/210] Compiling PotentCodables AnyValueDecoder.swift
[205/210] Compiling PotentCodables TreeValueDecodingContainer.swift
[206/210] Compiling PotentCodables Value.swift
[207/210] Compiling PotentCodables ValueDecoder.swift
[208/210] Compiling PotentCodables ValueEncoder.swift
[209/210] Compiling PotentCodables ValueTransformer.swift
[210/210] Compiling PotentCodables ValueTransformerProviding.swift
[212/253] Compiling PotentJSON Errors.swift
[213/253] Compiling PotentCBOR CBORSerialization.swift
[214/253] Compiling PotentJSON JSONWriter.swift
[215/253] Emitting module PotentJSON
[216/253] Compiling PotentJSON JSONSerialization.swift
[217/253] Compiling PotentASN1 ASN1Serialization.swift
[218/253] Compiling PotentASN1 AnyString.swift
[219/255] Compiling PotentCBOR CBORReader.swift
[220/255] Compiling PotentASN1 SchemaSpecified.swift
[221/255] Compiling PotentASN1 SchemaState.swift
[222/255] Compiling PotentYAML YAMLSchemaCore.swift
[223/255] Compiling PotentYAML YAMLSchema.swift
[224/256] Compiling PotentYAML YAMLSerialization.swift
[225/256] Emitting module PotentASN1
[226/256] Compiling PotentCBOR CBORStream.swift
[227/256] Compiling PotentCBOR CBORWriter.swift
[228/256] Emitting module PotentCBOR
[229/256] Emitting module PotentYAML
[230/256] Compiling PotentJSON JSONReader.swift
[231/256] Compiling PotentYAML YAMLReader.swift
[232/256] Compiling PotentASN1 Tagged.swift
[233/256] Compiling PotentASN1 TaggedValue.swift
[234/256] Compiling PotentJSON JSONEncoder.swift
[235/256] Compiling PotentCBOR CBOREncoder.swift
[236/256] Compiling PotentASN1 ObjectIdentifier.swift
[237/256] Compiling PotentASN1 Schema.swift
[238/256] Compiling PotentASN1 BitString.swift
[239/256] Compiling PotentASN1 Dates.swift
[240/256] Compiling PotentASN1 AnyTime.swift
[241/256] Compiling PotentASN1 BigInts.swift
[242/256] Compiling PotentJSON JSONDecoder.swift
[243/256] Compiling PotentJSON JSON.swift
[244/257] Compiling PotentYAML YAMLWriter.swift
[246/257] Compiling PotentYAML YAMLEncoder.swift
[247/257] Compiling PotentCBOR CBORDecoder.swift
[248/257] Compiling PotentCBOR CBOR.swift
[250/258] Compiling PotentASN1 ASN1Decoder.swift
[251/258] Compiling PotentASN1 ASN1Encoder.swift
[252/258] Compiling PotentASN1 ASN1.swift
[253/258] Compiling PotentASN1 ASN1DERReader.swift
[254/258] Compiling PotentASN1 ASN1DERWriter.swift
[261/291] Compiling Sunday PathEncoders.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[262/291] Compiling Sunday Problem.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[263/291] Compiling Sunday RequestFactory.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[264/291] Compiling Sunday ResponseHelpers.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[265/295] Compiling Sunday ResultResponse.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[266/295] Compiling Sunday ServerTrustPolicyManager.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[267/295] Compiling Sunday ServiceLocator.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[268/295] Compiling Sunday URI.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[269/295] Compiling Sunday NetworkSession.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[270/295] Compiling Sunday NetworkSessionDelegate.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[271/295] Compiling Sunday Patching.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[272/295] Compiling Sunday PathEncodable.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[273/295] Compiling Sunday MediaTypeEncoders.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[274/295] Compiling Sunday NetworkRequestAdapter.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[275/295] Compiling Sunday NetworkRequestAdapters.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[276/295] Compiling Sunday NetworkRequestFactory.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[277/295] Compiling Sunday HeaderParameters.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[278/295] Compiling Sunday Logging.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[279/295] Compiling Sunday MediaType.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[280/295] Compiling Sunday MediaTypeDecoders.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[281/295] Compiling Sunday URITemplate.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[282/295] Compiling Sunday URLRequests.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[283/295] Compiling Sunday URLSessionConfigurations.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[284/295] Compiling Sunday WWWFormURLEncoder.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[285/295] Compiling Sunday Empty.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[286/295] Compiling Sunday Errors.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[287/295] Compiling Sunday EventParser.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[288/295] Compiling Sunday EventSource.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[289/295] Compiling Sunday HTTP.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[290/295] Compiling Sunday AnyTextMediaTypeDecodable.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[291/295] Compiling Sunday CharSets.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[292/295] Compiling Sunday CustomHeaderConvertible.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[293/295] Compiling Sunday Description.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[294/295] Compiling Sunday DispatchTimeIntervals.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[295/295] Emitting module Sunday
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/119] Emitting module Semaphore
[5/119] Compiling Regex ThreadLocal.swift
[6/119] Compiling Regex String+ReplaceMatching.swift
[7/119] Compiling ScreamURITemplate VariableProvider.swift
[8/120] Compiling RealModule Real.swift
[9/121] Compiling ScreamURITemplate VariableValue.swift
[10/121] Compiling ScreamURITemplate URITemplate.swift
[11/121] Compiling OrderedCollections OrderedDictionary+Codable.swift
[12/121] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[13/121] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[14/121] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[15/123] Compiling OrderedCollections _HashTable+Bucket.swift
[16/123] Compiling OrderedCollections _HashTable+BucketIterator.swift
[17/123] Compiling OrderedCollections _HashTable+Constants.swift
[18/123] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[19/123] Emitting module Regex
[20/123] Compiling ScreamURITemplate VariableSpec.swift
[21/123] Compiling ScreamURITemplate ValueFormatting.swift
[22/123] Compiling Regex Foundation+Ranges.swift
[23/123] Compiling Regex MatchResult.swift
[24/123] Compiling Regex Options.swift
[25/123] Compiling Regex Regex.swift
[26/124] Compiling Semaphore AsyncSemaphore.swift
[28/125] Compiling RealModule Float80+Real.swift
[29/125] Compiling RealModule Float+Real.swift
[30/125] Compiling RealModule ElementaryFunctions.swift
[31/125] Compiling RealModule Float16+Real.swift
[37/125] Emitting module ScreamURITemplate
[38/125] Compiling ScreamURITemplate Scanner.swift
[39/126] Compiling RealModule RealFunctions.swift
[41/126] Emitting module RealModule
[42/127] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[43/127] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[44/127] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[45/127] Compiling OrderedCollections OrderedDictionary+Values.swift
[46/127] Compiling OrderedCollections OrderedDictionary.swift
[47/127] Compiling OrderedCollections OrderedSet+Codable.swift
[48/127] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[50/133] Compiling DequeModule _DequeSlot.swift
[51/133] Compiling DequeModule _UnsafeWrappedBuffer.swift
[53/135] Compiling OrderedCollections _HashTable+Testing.swift
[54/135] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[55/135] Compiling OrderedCollections _HashTable.swift
[56/135] Compiling OrderedCollections _Hashtable+Header.swift
[60/135] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[61/135] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[62/135] Compiling OrderedCollections OrderedSet+Diffing.swift
[63/135] Compiling OrderedCollections OrderedSet+Equatable.swift
[64/135] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[65/135] Compiling OrderedCollections OrderedSet+Hashable.swift
[66/135] Compiling OrderedCollections OrderedSet+Initializers.swift
[67/135] Compiling OrderedCollections OrderedSet+Insertions.swift
[68/135] Compiling OrderedCollections OrderedSet+Invariants.swift
[69/135] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[70/135] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[71/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[72/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[73/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[74/135] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[75/135] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[76/135] Compiling OrderedCollections OrderedSet+Sendable.swift
[77/135] Compiling OrderedCollections OrderedSet+SubSequence.swift
[83/135] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[84/135] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[85/135] Compiling OrderedCollections OrderedDictionary+Elements.swift
[86/135] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[87/135] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[88/135] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[91/135] Compiling BigInt Subtraction.swift
[95/139] Emitting module DequeModule
[107/140] Emitting module BigInt
[129/140] Compiling BigInt Words and Bits.swift
[130/141] Compiling Float16 Concurrency.swift
[131/141] Compiling OrderedCollections OrderedSet+Testing.swift
[132/141] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[133/141] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[134/141] Compiling OrderedCollections OrderedSet.swift
[135/141] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[136/141] Compiling OrderedCollections _UnsafeBitset.swift
[138/141] Compiling Float16 Real.swift
[139/141] Compiling Float16 float16.swift
[140/141] Emitting module Float16
[141/142] Emitting module OrderedCollections
[144/145] Compiling Collections Collections.swift
[145/145] Emitting module Collections
[147/168] Compiling PotentCodables Regexes.swift
[148/168] Compiling PotentCodables TimeZone.swift
[149/168] Compiling PotentCodables TopLevel.swift
[150/170] Compiling PotentCodables KeyedNestedDecoder.swift
[151/170] Compiling PotentCodables KeyedNestedEncoder.swift
[152/170] Compiling PotentCodables Refs.swift
[153/170] Compiling PotentCodables ZonedDate.swift
[154/170] Compiling PotentCodables resource_bundle_accessor.swift
[155/170] Emitting module PotentCodables
[156/170] Compiling PotentCodables AnyCodingKey.swift
[157/170] Compiling PotentCodables AnyValue.swift
[158/170] Compiling PotentCodables AnyValueDecoder.swift
[159/170] Compiling PotentCodables TreeValueDecodingContainer.swift
[160/170] Compiling PotentCodables Value.swift
[161/170] Compiling PotentCodables ValueDecoder.swift
[162/170] Compiling PotentCodables AnyValueEncoder.swift
[163/170] Compiling PotentCodables DecoderSupport.swift
[164/170] Compiling PotentCodables EncoderSupport.swift
[165/170] Compiling PotentCodables Errors.swift
[166/170] Compiling PotentCodables Float16.swift
[167/170] Compiling PotentCodables KeyStrategy.swift
[168/170] Compiling PotentCodables ValueEncoder.swift
[169/170] Compiling PotentCodables ValueTransformer.swift
[170/170] Compiling PotentCodables ValueTransformerProviding.swift
[172/213] Compiling PotentCBOR CBORSerialization.swift
[173/213] Compiling PotentJSON JSONWriter.swift
[174/213] Compiling PotentYAML YAMLSchemaCore.swift
[175/213] Compiling PotentYAML YAMLSerialization.swift
[176/213] Compiling PotentYAML YAMLSchema.swift
[177/214] Compiling PotentASN1 SchemaSpecified.swift
[178/214] Compiling PotentASN1 SchemaState.swift
[179/216] Compiling PotentYAML YAMLReader.swift
[180/216] Compiling PotentJSON JSONSerialization.swift
[181/216] Compiling PotentASN1 ASN1Serialization.swift
[182/216] Compiling PotentASN1 AnyString.swift
[183/216] Compiling PotentCBOR CBORReader.swift
[184/216] Compiling PotentJSON JSONReader.swift
[185/216] Emitting module PotentCBOR
[186/216] Compiling PotentASN1 Tagged.swift
[187/216] Compiling PotentASN1 TaggedValue.swift
[188/216] Compiling PotentCBOR CBORStream.swift
[189/216] Compiling PotentCBOR CBORWriter.swift
[190/216] Compiling PotentCBOR CBOR.swift
[191/216] Compiling PotentCBOR CBORDecoder.swift
[192/216] Compiling PotentCBOR CBOREncoder.swift
[193/216] Compiling PotentJSON JSONEncoder.swift
[194/216] Compiling PotentJSON JSONDecoder.swift
[195/217] Compiling PotentJSON Errors.swift
[196/217] Compiling PotentJSON JSON.swift
[197/217] Emitting module PotentJSON
[198/218] Compiling PotentYAML YAMLEncoder.swift
[199/218] Compiling PotentYAML YAMLWriter.swift
[202/218] Compiling PotentASN1 ObjectIdentifier.swift
[203/218] Compiling PotentASN1 Schema.swift
[204/218] Compiling PotentASN1 BitString.swift
[205/218] Compiling PotentASN1 Dates.swift
[206/218] Compiling PotentASN1 AnyTime.swift
[207/218] Compiling PotentASN1 BigInts.swift
[208/218] Emitting module PotentYAML
[209/218] Compiling PotentASN1 ASN1.swift
[210/218] Compiling PotentASN1 ASN1DERReader.swift
[214/219] Emitting module PotentASN1
[217/219] Compiling PotentASN1 ASN1DERWriter.swift
[218/219] Compiling PotentASN1 ASN1Decoder.swift
[219/219] Compiling PotentASN1 ASN1Encoder.swift
[221/251] Compiling Sunday ResultResponse.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[222/251] Compiling Sunday ServerTrustPolicyManager.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[223/251] Compiling Sunday ServiceLocator.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[224/251] Compiling Sunday URI.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[225/251] Compiling Sunday PathEncoders.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[226/251] Compiling Sunday Problem.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[227/251] Compiling Sunday RequestFactory.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[228/251] Compiling Sunday ResponseHelpers.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[229/255] Compiling Sunday NetworkSession.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[230/255] Compiling Sunday NetworkSessionDelegate.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[231/255] Compiling Sunday Patching.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[232/255] Compiling Sunday PathEncodable.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[233/255] Compiling Sunday HeaderParameters.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[234/255] Compiling Sunday Logging.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[235/255] Compiling Sunday MediaType.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[236/255] Compiling Sunday MediaTypeDecoders.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[237/255] Compiling Sunday MediaTypeEncoders.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[238/255] Compiling Sunday NetworkRequestAdapter.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[239/255] Compiling Sunday NetworkRequestAdapters.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[240/255] Compiling Sunday NetworkRequestFactory.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[241/255] Compiling Sunday AnyTextMediaTypeDecodable.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[242/255] Compiling Sunday CharSets.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[243/255] Compiling Sunday CustomHeaderConvertible.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[244/255] Compiling Sunday Description.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[245/255] Compiling Sunday DispatchTimeIntervals.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[246/255] Emitting module Sunday
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[247/255] Compiling Sunday Empty.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[248/255] Compiling Sunday Errors.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[249/255] Compiling Sunday EventParser.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[250/255] Compiling Sunday EventSource.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[251/255] Compiling Sunday HTTP.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[252/255] Compiling Sunday URITemplate.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[253/255] Compiling Sunday URLRequests.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[254/255] Compiling Sunday URLSessionConfigurations.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
[255/255] Compiling Sunday WWWFormURLEncoder.swift
/host/spi-builder-workspace/Sources/Sunday/EventSource.swift:20:8: error: no such module 'OSLog'
 18 |
 19 | import Foundation
 20 | import OSLog
    |        `- error: no such module 'OSLog'
 21 |
 22 |
BUILD FAILURE 6.1 linux