Build Information
Successful build of SQLiteExpress, reference 1.0.3 (e420f6
), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 14:03:01 UTC.
Swift 6 data race errors: 15
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SQLiteExpress -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objecthub/swift-sqliteexpress.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/objecthub/swift-sqliteexpress
* tag 1.0.3 -> FETCH_HEAD
HEAD is now at e420f6e Prepared release 1.0.3.
Cloned https://github.com/objecthub/swift-sqliteexpress.git
Revision (git rev-parse @):
e420f6eef3b90d44d92f39b1f899a8aa662f57a7
SUCCESS checkout https://github.com/objecthub/swift-sqliteexpress.git at 1.0.3
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/objecthub/swift-sqliteexpress.git
https://github.com/objecthub/swift-sqliteexpress.git
{
"dependencies" : [
],
"manifest_display_name" : "SQLiteExpress",
"name" : "SQLiteExpress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SQLiteExpress",
"targets" : [
"SQLiteExpress"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SQLiteExpressTests",
"module_type" : "SwiftTarget",
"name" : "SQLiteExpressTests",
"path" : "Tests/SQLiteExpressTests",
"sources" : [
"SQLiteExpressTests.swift"
],
"target_dependencies" : [
"SQLiteExpress"
],
"type" : "test"
},
{
"c99name" : "SQLiteExpress",
"module_type" : "SwiftTarget",
"name" : "SQLiteExpress",
"path" : "Sources/SQLiteExpress",
"product_memberships" : [
"SQLiteExpress"
],
"sources" : [
"SQLiteDatabase.swift",
"SQLiteError.swift",
"SQLiteStatement.swift",
"SQLiteType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "SQLiteExpress",
"name" : "SQLiteExpress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SQLiteExpress",
"targets" : [
"SQLiteExpress"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SQLiteExpressTests",
"module_type" : "SwiftTarget",
"name" : "SQLiteExpressTests",
"path" : "Tests/SQLiteExpressTests",
"sources" : [
"SQLiteExpressTests.swift"
],
"target_dependencies" : [
"SQLiteExpress"
],
"type" : "test"
},
{
"c99name" : "SQLiteExpress",
"module_type" : "SwiftTarget",
"name" : "SQLiteExpress",
"path" : "Sources/SQLiteExpress",
"product_memberships" : [
"SQLiteExpress"
],
"sources" : [
"SQLiteDatabase.swift",
"SQLiteError.swift",
"SQLiteStatement.swift",
"SQLiteType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "SQLiteExpress",
"schemes" : [
"SQLiteExpress",
"SQLiteExpress iOS"
],
"targets" : [
"SQLiteExpress",
"SQLiteExpress iOS",
"SQLiteExpressTests"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SQLiteExpress"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SQLiteExpress -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SQLiteExpress -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
SQLiteExpress: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'SQLiteExpress' in project 'SQLiteExpress'
➜ Explicit dependency on target 'SQLiteExpress' in project 'SQLiteExpress'
Target 'SQLiteExpress' in project 'SQLiteExpress' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: aee3edaae8de6ef561ee149a72595e42
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/aee3edaae8de6ef561ee149a72595e42.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/SQLiteExpress.DependencyStaticMetadataFileList (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/SQLiteExpress.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/SQLiteExpress.modulemap (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/SQLiteExpress.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.LinkFileList (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftFileList (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-OutputFileMap.json (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/SQLiteExpress.DependencyMetadataFileList (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/SQLiteExpress.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftConstValuesFileList (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SQLiteExpress.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/SQLiteExpress.modulemap (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/SQLiteExpress.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver SQLiteExpress normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SQLiteExpress -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ SQLiteExpress (in target 'SQLiteExpress' from project 'SQLiteExpress')
EmitSwiftModule normal arm64 (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:30:23: warning: static property 'readOnly' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:30:23: note: add '@MainActor' to make static property 'readOnly' part of global actor 'MainActor'
public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:31:23: warning: static property 'readWrite' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:31:23: note: add '@MainActor' to make static property 'readWrite' part of global actor 'MainActor'
public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:32:23: warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:32:23: note: add '@MainActor' to make static property 'create' part of global actor 'MainActor'
public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:33:23: warning: static property 'noMutex' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:33:23: note: add '@MainActor' to make static property 'noMutex' part of global actor 'MainActor'
public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:34:23: warning: static property 'fullMutex' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:34:23: note: add '@MainActor' to make static property 'fullMutex' part of global actor 'MainActor'
public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:35:23: warning: static property 'sharedCache' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:35:23: note: add '@MainActor' to make static property 'sharedCache' part of global actor 'MainActor'
public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:36:23: warning: static property 'privateCache' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let privateCache = OpenOptions(rawValue: SQLITE_OPEN_PRIVATECACHE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:36:23: note: add '@MainActor' to make static property 'privateCache' part of global actor 'MainActor'
public static let privateCache = OpenOptions(rawValue: SQLITE_OPEN_PRIVATECACHE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let privateCache = OpenOptions(rawValue: SQLITE_OPEN_PRIVATECACHE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:37:23: warning: static property 'protectionComplete' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let protectionComplete = OpenOptions(rawValue:
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:37:23: note: add '@MainActor' to make static property 'protectionComplete' part of global actor 'MainActor'
public static let protectionComplete = OpenOptions(rawValue:
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let protectionComplete = OpenOptions(rawValue:
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:39:23: warning: static property 'protectionCompleteUnlessOpen' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let protectionCompleteUnlessOpen = OpenOptions(rawValue:
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:39:23: note: add '@MainActor' to make static property 'protectionCompleteUnlessOpen' part of global actor 'MainActor'
public static let protectionCompleteUnlessOpen = OpenOptions(rawValue:
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let protectionCompleteUnlessOpen = OpenOptions(rawValue:
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:41:23: warning: static property 'protectionCompleteUntilFirstUserAuth' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let protectionCompleteUntilFirstUserAuth = OpenOptions(rawValue:
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:41:23: note: add '@MainActor' to make static property 'protectionCompleteUntilFirstUserAuth' part of global actor 'MainActor'
public static let protectionCompleteUntilFirstUserAuth = OpenOptions(rawValue:
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let protectionCompleteUntilFirstUserAuth = OpenOptions(rawValue:
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:43:23: warning: static property 'protectionNone' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let protectionNone = OpenOptions(rawValue: SQLITE_OPEN_FILEPROTECTION_NONE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:43:23: note: add '@MainActor' to make static property 'protectionNone' part of global actor 'MainActor'
public static let protectionNone = OpenOptions(rawValue: SQLITE_OPEN_FILEPROTECTION_NONE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let protectionNone = OpenOptions(rawValue: SQLITE_OPEN_FILEPROTECTION_NONE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:44:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: OpenOptions = [.readWrite, .create]
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:44:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: OpenOptions = [.readWrite, .create]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: OpenOptions = [.readWrite, .create]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:45:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let all: OpenOptions = [.readOnly, .readWrite, .create, .noMutex, .fullMutex,
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:45:23: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
public static let all: OpenOptions = [.readOnly, .readWrite, .create, .noMutex, .fullMutex,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:45:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let all: OpenOptions = [.readOnly, .readWrite, .create, .noMutex, .fullMutex,
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift:30:14: warning: stored property 'errorCode' of 'Sendable'-conforming struct 'SQLiteError' has non-sendable type 'SQLiteResultCode'; this is an error in the Swift 6 language mode
public let errorCode: SQLiteResultCode
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift:81:13: note: consider making enum 'SQLiteResultCode' conform to the 'Sendable' protocol
public enum SQLiteResultCode: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift:38:22: warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var dateFormatter: DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift:38:22: note: convert 'dateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
private static var dateFormatter: DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift:38:22: note: add '@MainActor' to make static property 'dateFormatter' part of global actor 'MainActor'
private static var dateFormatter: DateFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift:38:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var dateFormatter: DateFormatter = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ SQLiteDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:30:23: warning: static property 'readOnly' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:30:23: note: add '@MainActor' to make static property 'readOnly' part of global actor 'MainActor'
public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:31:23: warning: static property 'readWrite' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:31:23: note: add '@MainActor' to make static property 'readWrite' part of global actor 'MainActor'
public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:32:23: warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:32:23: note: add '@MainActor' to make static property 'create' part of global actor 'MainActor'
public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:33:23: warning: static property 'noMutex' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:33:23: note: add '@MainActor' to make static property 'noMutex' part of global actor 'MainActor'
public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:34:23: warning: static property 'fullMutex' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:34:23: note: add '@MainActor' to make static property 'fullMutex' part of global actor 'MainActor'
public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:35:23: warning: static property 'sharedCache' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:35:23: note: add '@MainActor' to make static property 'sharedCache' part of global actor 'MainActor'
public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:36:23: warning: static property 'privateCache' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let privateCache = OpenOptions(rawValue: SQLITE_OPEN_PRIVATECACHE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:36:23: note: add '@MainActor' to make static property 'privateCache' part of global actor 'MainActor'
public static let privateCache = OpenOptions(rawValue: SQLITE_OPEN_PRIVATECACHE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let privateCache = OpenOptions(rawValue: SQLITE_OPEN_PRIVATECACHE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:37:23: warning: static property 'protectionComplete' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let protectionComplete = OpenOptions(rawValue:
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:37:23: note: add '@MainActor' to make static property 'protectionComplete' part of global actor 'MainActor'
public static let protectionComplete = OpenOptions(rawValue:
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let protectionComplete = OpenOptions(rawValue:
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:39:23: warning: static property 'protectionCompleteUnlessOpen' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let protectionCompleteUnlessOpen = OpenOptions(rawValue:
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:39:23: note: add '@MainActor' to make static property 'protectionCompleteUnlessOpen' part of global actor 'MainActor'
public static let protectionCompleteUnlessOpen = OpenOptions(rawValue:
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let protectionCompleteUnlessOpen = OpenOptions(rawValue:
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:41:23: warning: static property 'protectionCompleteUntilFirstUserAuth' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let protectionCompleteUntilFirstUserAuth = OpenOptions(rawValue:
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:41:23: note: add '@MainActor' to make static property 'protectionCompleteUntilFirstUserAuth' part of global actor 'MainActor'
public static let protectionCompleteUntilFirstUserAuth = OpenOptions(rawValue:
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let protectionCompleteUntilFirstUserAuth = OpenOptions(rawValue:
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:43:23: warning: static property 'protectionNone' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let protectionNone = OpenOptions(rawValue: SQLITE_OPEN_FILEPROTECTION_NONE)
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:43:23: note: add '@MainActor' to make static property 'protectionNone' part of global actor 'MainActor'
public static let protectionNone = OpenOptions(rawValue: SQLITE_OPEN_FILEPROTECTION_NONE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let protectionNone = OpenOptions(rawValue: SQLITE_OPEN_FILEPROTECTION_NONE)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:44:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: OpenOptions = [.readWrite, .create]
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:44:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: OpenOptions = [.readWrite, .create]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: OpenOptions = [.readWrite, .create]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:45:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
public static let all: OpenOptions = [.readOnly, .readWrite, .create, .noMutex, .fullMutex,
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
public struct OpenOptions: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:45:23: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
public static let all: OpenOptions = [.readOnly, .readWrite, .create, .noMutex, .fullMutex,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:45:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let all: OpenOptions = [.readOnly, .readWrite, .create, .noMutex, .fullMutex,
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ SQLiteError.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift:30:14: warning: stored property 'errorCode' of 'Sendable'-conforming struct 'SQLiteError' has non-sendable type 'SQLiteResultCode'; this is an error in the Swift 6 language mode
public let errorCode: SQLiteResultCode
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift:81:13: note: consider making enum 'SQLiteResultCode' conform to the 'Sendable' protocol
public enum SQLiteResultCode: Hashable {
^
, Sendable
SwiftCompile normal arm64 Compiling\ SQLiteStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift:38:22: warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var dateFormatter: DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift:38:22: note: convert 'dateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
private static var dateFormatter: DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift:38:22: note: add '@MainActor' to make static property 'dateFormatter' part of global actor 'MainActor'
private static var dateFormatter: DateFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift:38:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var dateFormatter: DateFormatter = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ SQLiteType.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteType.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteType.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for SQLiteExpress (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftDriver\ Compilation\ Requirements SQLiteExpress normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SQLiteExpress -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SQLiteExpress-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-Swift.h (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SQLiteExpress-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftmodule (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftdoc (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftsourceinfo (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.abi.json (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.swiftmodule/arm64-apple-ios.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling SQLiteType.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftDriverJobDiscovery normal arm64 Compiling SQLiteDatabase.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftDriverJobDiscovery normal arm64 Compiling SQLiteError.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftDriverJobDiscovery normal arm64 Compiling SQLiteStatement.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftDriver\ Compilation SQLiteExpress normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SQLiteExpress -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.o normal (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.o
ExtractAppIntentsMetadata (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SQLiteExpress --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.SQLiteExpress --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/SQLiteExpress.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/SQLiteExpress.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-iphoneos/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 07:03:00.541 appintentsmetadataprocessor[716:4042] Starting appintentsmetadataprocessor export
2025-04-27 07:03:00.577 appintentsmetadataprocessor[716:4042] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.o (in target 'SQLiteExpress' from project 'SQLiteExpress')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SQLiteExpress.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SQLiteExpress",
"name" : "SQLiteExpress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SQLiteExpress",
"targets" : [
"SQLiteExpress"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SQLiteExpressTests",
"module_type" : "SwiftTarget",
"name" : "SQLiteExpressTests",
"path" : "Tests/SQLiteExpressTests",
"sources" : [
"SQLiteExpressTests.swift"
],
"target_dependencies" : [
"SQLiteExpress"
],
"type" : "test"
},
{
"c99name" : "SQLiteExpress",
"module_type" : "SwiftTarget",
"name" : "SQLiteExpress",
"path" : "Sources/SQLiteExpress",
"product_memberships" : [
"SQLiteExpress"
],
"sources" : [
"SQLiteDatabase.swift",
"SQLiteError.swift",
"SQLiteStatement.swift",
"SQLiteType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.